public class JavaDebuggerSettings extends XDebuggerSettings<Element>
EXTENSION_POINT
Modifier | Constructor and Description |
---|---|
protected |
JavaDebuggerSettings() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends Configurable> |
createConfigurables(DebuggerSettingsCategory category) |
static java.util.List<Configurable> |
createDataViewsConfigurable() |
void |
generalApplied(DebuggerSettingsCategory category) |
Element |
getState() |
void |
loadState(Element state)
This method is called when new component state is loaded.
|
createConfigurable, getId, getInstance, isTargetedToProduct
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initializeComponent, noStateLoaded
public java.util.Collection<? extends Configurable> createConfigurables(DebuggerSettingsCategory category)
createConfigurables
in class XDebuggerSettings<Element>
public static java.util.List<Configurable> createDataViewsConfigurable()
public void generalApplied(DebuggerSettingsCategory category)
generalApplied
in class XDebuggerSettings<Element>
public Element getState()
null
value indicates
that the returned state won't be stored, as a result previously stored state will be used.XmlSerializer
public void loadState(Element state)
PersistentStateComponent
State object should be used directly, defensive copying is not required.
state
- loaded component stateXmlSerializerUtil.copyBean(Object, Object)