インタフェース TestScriptEditor
-
- 既知の実装クラスのリスト:
TestScriptEditorFxImpl
public interface TestScriptEditor
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 voidappendTestCase()voidappendTestCases(int count)voidappendTestStep()voidappendTestSteps(int count)TestScriptbuildTestScript()voiddeleteTestCase()voiddeleteTestStep()ClipboardScriptAccessorgetClipboardAccessor()javafx.scene.control.ContextMenugetContextMenu()javafx.scene.NodegetSpreadSheet()booleaninsertTestCase()booleaninsertTestCases(int count)booleaninsertTestStep()booleaninsertTestSteps(int count)booleanisCaseInsertable()booleanisCaseSelected()booleanisCellSelected()booleanisStepInsertable()booleanisStepSelected()voidload(TestScript testScript)voidremoveDebugStyle()voidsetDebugStyle(int nextStepIndex, int caseIndex)voidtoggleBreakpoint()
-
-
-
メソッドの詳細
-
load
void load(TestScript testScript)
-
getContextMenu
javafx.scene.control.ContextMenu getContextMenu()
-
buildTestScript
TestScript buildTestScript()
-
getSpreadSheet
javafx.scene.Node getSpreadSheet()
-
setDebugStyle
void setDebugStyle(int nextStepIndex, int caseIndex)
-
removeDebugStyle
void removeDebugStyle()
-
insertTestCase
boolean insertTestCase()
-
appendTestCase
void appendTestCase()
-
insertTestStep
boolean insertTestStep()
-
appendTestStep
void appendTestStep()
-
insertTestCases
boolean insertTestCases(int count)
-
insertTestSteps
boolean insertTestSteps(int count)
-
appendTestCases
void appendTestCases(int count)
-
appendTestSteps
void appendTestSteps(int count)
-
deleteTestCase
void deleteTestCase()
-
deleteTestStep
void deleteTestStep()
-
isCellSelected
boolean isCellSelected()
-
isCaseSelected
boolean isCaseSelected()
-
isStepSelected
boolean isStepSelected()
-
isCaseInsertable
boolean isCaseInsertable()
-
isStepInsertable
boolean isStepInsertable()
-
toggleBreakpoint
void toggleBreakpoint()
-
getClipboardAccessor
ClipboardScriptAccessor getClipboardAccessor()
-
-