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