public class TaskSettings extends java.lang.Object implements PersistentStateComponent<TaskSettings>
| Modifier and Type | Field and Description |
|---|---|
boolean |
ALWAYS_DISPLAY_COMBO |
int |
CONNECTION_TIMEOUT |
boolean |
LOWER_CASE_BRANCH |
java.lang.String |
REPLACE_SPACES |
| Constructor and Description |
|---|
TaskSettings() |
| Modifier and Type | Method and Description |
|---|---|
static TaskSettings |
getInstance() |
TaskSettings |
getState() |
void |
loadState(TaskSettings state)
This method is called when new component state is loaded.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializeComponent, noStateLoadedpublic boolean ALWAYS_DISPLAY_COMBO
public int CONNECTION_TIMEOUT
public boolean LOWER_CASE_BRANCH
public java.lang.String REPLACE_SPACES
public static TaskSettings getInstance()
public TaskSettings getState()
getState in interface PersistentStateComponent<TaskSettings>null value indicates
that the returned state won't be stored, as a result previously stored state will be used.XmlSerializerpublic void loadState(TaskSettings state)
PersistentStateComponentState object should be used directly, defensive copying is not required.
loadState in interface PersistentStateComponent<TaskSettings>state - loaded component stateXmlSerializerUtil.copyBean(Object, Object)