Class TimerChooser.TimerKeyModel
java.lang.Object
com.palantir.ptoss.cinch.core.DefaultBindableModel
com.inductiveautomation.ignition.designer.scripteditor.TimerChooser.TimerKeyModel
- All Implemented Interfaces:
BindableModel,Serializable
- Enclosing class:
- TimerChooser
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetDelay()getKey()getName()booleanbooleanbooleanvoidsetDelay(long l) voidsetEnabled(boolean b) voidsetFixedDelay(boolean b) voidvoidsetThreadType(String threadType) Methods inherited from class com.palantir.ptoss.cinch.core.DefaultBindableModel
bind, modelUpdated, unbind, unbindAll, update
-
Constructor Details
-
TimerKeyModel
-
-
Method Details
-
getDelay
public long getDelay() -
isFixedDelay
public boolean isFixedDelay() -
getName
-
setDelay
public void setDelay(long l) -
setFixedDelay
public void setFixedDelay(boolean b) -
setName
-
getThreadTypes
-
getThreadType
-
getThreadTypeString
-
setThreadType
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean b) -
getKey
-