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