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