public class RunnerLayoutSettings extends java.lang.Object implements PersistentStateComponent<Element>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NOT_PERSISTENT_ID |
Constructor and Description |
---|
RunnerLayoutSettings() |
Modifier and Type | Method and Description |
---|---|
static RunnerLayoutSettings |
getInstance() |
RunnerLayout |
getLayout(java.lang.String id) |
Element |
getState() |
void |
loadState(Element state)
This method is called when new component state is loaded.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initializeComponent, noStateLoaded
public static final java.lang.String NOT_PERSISTENT_ID
public static RunnerLayoutSettings getInstance()
public RunnerLayout getLayout(java.lang.String id)
public Element getState()
getState
in interface PersistentStateComponent<Element>
null
value indicates
that the returned state won't be stored, as a result previously stored state will be used.XmlSerializer
public void loadState(Element state)
PersistentStateComponent
State object should be used directly, defensive copying is not required.
loadState
in interface PersistentStateComponent<Element>
state
- loaded component stateXmlSerializerUtil.copyBean(Object, Object)