クラス TestScriptEditorController
- java.lang.Object
-
- io.sitoolkit.wt.gui.pres.editor.testscript.TestScriptEditorController
-
- すべての実装されたインタフェース:
DebugListener,EditorController
public class TestScriptEditorController extends Object implements EditorController, DebugListener
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 TestScriptEditorController(ScriptService scriptService)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 voidappendAndPasteCase(javafx.event.ActionEvent e)voidappendAndPasteStep(javafx.event.ActionEvent e)voidcopy(javafx.event.ActionEvent e)voiddeleteCase(javafx.event.ActionEvent e)voiddeleteStep(javafx.event.ActionEvent e)Optional<javafx.scene.Node>getEditorContent()voidinsertAndPasteCase(javafx.event.ActionEvent e)voidinsertAndPasteStep(javafx.event.ActionEvent e)voidnewTestCase(javafx.event.ActionEvent e)voidnewTestCaseTail(javafx.event.ActionEvent e)voidnewTestStep(javafx.event.ActionEvent e)voidnewTestStepTail(javafx.event.ActionEvent e)voidonCaseEnd(Path scriptPath, int caseIndex)voidonClose()voidonDebugging(Path scriptPath, int nextStepIndex, int caseIndex)voidopen(Path file)voidpaste(javafx.event.ActionEvent e)voidsave()voidsaveAs(Path file)voidtoggleBreakpoint(javafx.event.ActionEvent e)
-
-
-
コンストラクタの詳細
-
TestScriptEditorController
public TestScriptEditorController(ScriptService scriptService)
-
-
メソッドの詳細
-
open
public void open(Path file)
- 定義:
openインタフェース内EditorController
-
save
public void save()
- 定義:
saveインタフェース内EditorController
-
getEditorContent
public Optional<javafx.scene.Node> getEditorContent()
- 定義:
getEditorContentインタフェース内EditorController
-
saveAs
public void saveAs(Path file)
- 定義:
saveAsインタフェース内EditorController
-
onDebugging
public void onDebugging(Path scriptPath, int nextStepIndex, int caseIndex)
- 定義:
onDebuggingインタフェース内DebugListener
-
onCaseEnd
public void onCaseEnd(Path scriptPath, int caseIndex)
- 定義:
onCaseEndインタフェース内DebugListener
-
onClose
public void onClose()
- 定義:
onCloseインタフェース内DebugListener
-
newTestCase
public void newTestCase(javafx.event.ActionEvent e)
-
newTestStep
public void newTestStep(javafx.event.ActionEvent e)
-
newTestCaseTail
public void newTestCaseTail(javafx.event.ActionEvent e)
-
newTestStepTail
public void newTestStepTail(javafx.event.ActionEvent e)
-
copy
public void copy(javafx.event.ActionEvent e)
-
paste
public void paste(javafx.event.ActionEvent e)
-
insertAndPasteCase
public void insertAndPasteCase(javafx.event.ActionEvent e)
-
insertAndPasteStep
public void insertAndPasteStep(javafx.event.ActionEvent e)
-
appendAndPasteCase
public void appendAndPasteCase(javafx.event.ActionEvent e)
-
appendAndPasteStep
public void appendAndPasteStep(javafx.event.ActionEvent e)
-
deleteCase
public void deleteCase(javafx.event.ActionEvent e)
-
deleteStep
public void deleteStep(javafx.event.ActionEvent e)
-
toggleBreakpoint
public void toggleBreakpoint(javafx.event.ActionEvent e)
-
-