public interface FinishWithDefaultData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID
Plug-in ID
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
finishRunningState()
If true, the item shall also be finished, if the activity currently is
running.
|
boolean |
finishSelectedState()
If true, the item shall also be finished, if the activity currently is
selected.
|
boolean |
finishSuspendedState()
If true, the item shall also be finished, if the activity currently is
suspended.
|
PluginData |
getValues() |
void |
setFinishRunningState(boolean finishRunningState)
Setter for
finishRunningState(). |
void |
setFinishSelectedState(boolean finishSelectedState)
Setter for
finishSelectedState(). |
void |
setFinishSuspendedState(boolean finishSuspendedState)
Setter for
finishSuspendedState(). |
void |
setValues(PluginData values)
Setter for
getValues(). |
static final java.lang.String ID
PluginData getValues()
void setValues(PluginData values)
getValues().values - boolean finishSuspendedState()
void setFinishSuspendedState(boolean finishSuspendedState)
finishSuspendedState().finishSuspendedState - Whether suspended items shall be finished.boolean finishRunningState()
void setFinishRunningState(boolean finishRunningState)
finishRunningState().finishRunningState - Whether running items shall be finished.boolean finishSelectedState()
void setFinishSelectedState(boolean finishSelectedState)
finishSelectedState().finishSelectedState - Whether selected items shall be finished.