クラス TestScriptEditorFxImpl
- java.lang.Object
-
- io.sitoolkit.wt.gui.pres.editor.testscript.TestScriptEditorFxImpl
-
- すべての実装されたインタフェース:
TestScriptEditor
public class TestScriptEditorFxImpl extends Object implements TestScriptEditor
-
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 static javafx.scene.input.KeyCodeCombinationKEY_CODE_COPYstatic javafx.scene.input.KeyCodeCombinationKEY_CODE_PASTE
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 TestScriptEditorFxImpl()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 voidappendTestCase()voidappendTestCases(int count)voidappendTestStep()voidappendTestSteps(int count)TestScriptbuildTestScript()voiddeleteTestCase()voiddeleteTestStep()StringgetCellValue(int row, int column)ClipboardScriptAccessorgetClipboardAccessor()intgetColumnCount()javafx.scene.control.ContextMenugetContextMenu()intgetRowCount()javafx.scene.NodegetSpreadSheet()booleaninsertTestCase()booleaninsertTestCases(int count)booleaninsertTestStep()booleaninsertTestSteps(int count)booleanisCaseInsertable()booleanisCaseSelected()booleanisCellSelected()booleanisStepInsertable()booleanisStepSelected()voidload(TestScript testScript)voidonContextMenuRequested(javafx.scene.input.ContextMenuEvent event)voidonKeyPressed(javafx.scene.input.KeyEvent event)voidremoveDebugStyle()voidsetCellValue(int row, int column, String value)voidsetDebugStyle(int nextStepIndex, int caseIndex)voidtoggleBreakpoint()
-
-
-
メソッドの詳細
-
load
public void load(TestScript testScript)
- 定義:
loadインタフェース内TestScriptEditor
-
getContextMenu
public javafx.scene.control.ContextMenu getContextMenu()
- 定義:
getContextMenuインタフェース内TestScriptEditor
-
buildTestScript
public TestScript buildTestScript()
- 定義:
buildTestScriptインタフェース内TestScriptEditor
-
setDebugStyle
public void setDebugStyle(int nextStepIndex, int caseIndex)- 定義:
setDebugStyleインタフェース内TestScriptEditor
-
removeDebugStyle
public void removeDebugStyle()
- 定義:
removeDebugStyleインタフェース内TestScriptEditor
-
insertTestCase
public boolean insertTestCase()
- 定義:
insertTestCaseインタフェース内TestScriptEditor
-
insertTestCases
public boolean insertTestCases(int count)
- 定義:
insertTestCasesインタフェース内TestScriptEditor
-
appendTestCase
public void appendTestCase()
- 定義:
appendTestCaseインタフェース内TestScriptEditor
-
appendTestCases
public void appendTestCases(int count)
- 定義:
appendTestCasesインタフェース内TestScriptEditor
-
deleteTestCase
public void deleteTestCase()
- 定義:
deleteTestCaseインタフェース内TestScriptEditor
-
insertTestStep
public boolean insertTestStep()
- 定義:
insertTestStepインタフェース内TestScriptEditor
-
insertTestSteps
public boolean insertTestSteps(int count)
- 定義:
insertTestStepsインタフェース内TestScriptEditor
-
appendTestStep
public void appendTestStep()
- 定義:
appendTestStepインタフェース内TestScriptEditor
-
appendTestSteps
public void appendTestSteps(int count)
- 定義:
appendTestStepsインタフェース内TestScriptEditor
-
deleteTestStep
public void deleteTestStep()
- 定義:
deleteTestStepインタフェース内TestScriptEditor
-
isCellSelected
public boolean isCellSelected()
- 定義:
isCellSelectedインタフェース内TestScriptEditor
-
isCaseSelected
public boolean isCaseSelected()
- 定義:
isCaseSelectedインタフェース内TestScriptEditor
-
isStepSelected
public boolean isStepSelected()
- 定義:
isStepSelectedインタフェース内TestScriptEditor
-
isCaseInsertable
public boolean isCaseInsertable()
- 定義:
isCaseInsertableインタフェース内TestScriptEditor
-
isStepInsertable
public boolean isStepInsertable()
- 定義:
isStepInsertableインタフェース内TestScriptEditor
-
toggleBreakpoint
public void toggleBreakpoint()
- 定義:
toggleBreakpointインタフェース内TestScriptEditor
-
getSpreadSheet
public javafx.scene.Node getSpreadSheet()
- 定義:
getSpreadSheetインタフェース内TestScriptEditor
-
getClipboardAccessor
public ClipboardScriptAccessor getClipboardAccessor()
- 定義:
getClipboardAccessorインタフェース内TestScriptEditor
-
getCellValue
public String getCellValue(int row, int column)
-
setCellValue
public void setCellValue(int row, int column, String value)
-
getRowCount
public int getRowCount()
-
getColumnCount
public int getColumnCount()
-
onKeyPressed
public void onKeyPressed(javafx.scene.input.KeyEvent event)
-
onContextMenuRequested
public void onContextMenuRequested(javafx.scene.input.ContextMenuEvent event)
-
-