クラス ScriptEditorRow
- java.lang.Object
-
- io.sitoolkit.wt.gui.pres.editor.testscript.ScriptEditorRow
-
public class ScriptEditorRow extends Object
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 ScriptEditorRow()
-
メソッドの概要
すべてのメソッド staticメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 javafx.beans.property.Property<ScriptEditorCell>breakpointProperty()TestStepbuildTestStep(List<String> caseNoList)static ScriptEditorRowcreateFromTestStep(TestStep testStep)javafx.beans.property.Property<ScriptEditorCell>dataTypeProperty()javafx.beans.property.Property<ScriptEditorCell>itemNameProperty()javafx.beans.property.Property<ScriptEditorCell>locatorProperty()javafx.beans.property.Property<ScriptEditorCell>locatorTypeProperty()javafx.beans.property.Property<ScriptEditorCell>noProperty()javafx.beans.property.Property<ScriptEditorCell>operationNameProperty()voidremoveDebugCase()voidremoveDebugStep()javafx.beans.property.Property<ScriptEditorCell>screenshotTimingProperty()voidsetDebugCase(String caseNo)voidsetDebugStep()javafx.beans.property.Property<ScriptEditorCell>testDataProperty(String caseNo)voidtoggleBreakpoint()
-
-
-
メソッドの詳細
-
createFromTestStep
public static ScriptEditorRow createFromTestStep(TestStep testStep)
-
setDebugCase
public void setDebugCase(String caseNo)
-
removeDebugCase
public void removeDebugCase()
-
setDebugStep
public void setDebugStep()
-
removeDebugStep
public void removeDebugStep()
-
toggleBreakpoint
public void toggleBreakpoint()
-
noProperty
public javafx.beans.property.Property<ScriptEditorCell> noProperty()
-
itemNameProperty
public javafx.beans.property.Property<ScriptEditorCell> itemNameProperty()
-
operationNameProperty
public javafx.beans.property.Property<ScriptEditorCell> operationNameProperty()
-
locatorTypeProperty
public javafx.beans.property.Property<ScriptEditorCell> locatorTypeProperty()
-
locatorProperty
public javafx.beans.property.Property<ScriptEditorCell> locatorProperty()
-
dataTypeProperty
public javafx.beans.property.Property<ScriptEditorCell> dataTypeProperty()
-
screenshotTimingProperty
public javafx.beans.property.Property<ScriptEditorCell> screenshotTimingProperty()
-
breakpointProperty
public javafx.beans.property.Property<ScriptEditorCell> breakpointProperty()
-
testDataProperty
public javafx.beans.property.Property<ScriptEditorCell> testDataProperty(String caseNo)
-
-