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 TypeMethodDescriptionlong
getDelay()
getKey()
getName()
boolean
boolean
boolean
void
setDelay
(long l) void
setEnabled
(boolean b) void
setFixedDelay
(boolean b) void
void
setThreadType
(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
-