public class ImportFilteringUsageViewSetting extends java.lang.Object implements PersistentStateComponent<ImportFilteringUsageViewSetting>
Modifier and Type | Field and Description |
---|---|
boolean |
SHOW_IMPORTS |
Constructor and Description |
---|
ImportFilteringUsageViewSetting() |
Modifier and Type | Method and Description |
---|---|
static ImportFilteringUsageViewSetting |
getInstance() |
ImportFilteringUsageViewSetting |
getState() |
void |
loadState(ImportFilteringUsageViewSetting 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 ImportFilteringUsageViewSetting getInstance()
public ImportFilteringUsageViewSetting getState()
getState
in interface PersistentStateComponent<ImportFilteringUsageViewSetting>
null
value indicates
that the returned state won't be stored, as a result previously stored state will be used.XmlSerializer
public void loadState(ImportFilteringUsageViewSetting state)
PersistentStateComponent
State object should be used directly, defensive copying is not required.
loadState
in interface PersistentStateComponent<ImportFilteringUsageViewSetting>
state
- loaded component stateXmlSerializerUtil.copyBean(Object, Object)