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