クラス ScriptEditorCell
- java.lang.Object
-
- io.sitoolkit.wt.gui.pres.editor.testscript.ScriptEditorCell
-
public class ScriptEditorCell extends Object
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 ScriptEditorCell(String value, @NonNull InputRule inputRule, boolean debugCase, boolean debugStep, boolean breakpoint)
-
メソッドの概要
すべてのメソッド staticメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 List<String>getChoices()booleanisChoice()booleanisEditable()static ScriptEditorCellof(String value)
-
-
-
メソッドの詳細
-
of
public static ScriptEditorCell of(String value)
-
isEditable
public boolean isEditable()
-
isChoice
public boolean isChoice()
-
-