public abstract class BaseConfigurable extends java.lang.Object implements Configurable
Configurable.Composite, Configurable.NoMargin, Configurable.NoScroll, Configurable.TopComponentController, Configurable.TopComponentProvider, Configurable.VariableProjectAppLevel, Configurable.WithEpDependencies
Modifier and Type | Field and Description |
---|---|
protected boolean |
myModified |
APPLICATION_CONFIGURABLE, PROJECT_CONFIGURABLE
Constructor and Description |
---|
BaseConfigurable() |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
getPreferredFocusedComponent() |
boolean |
isModified()
Indicates whether the Swing form was modified or not.
|
protected void |
setModified(boolean modified) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName, getHelpTopic, isModified, isModified, isModified, isModified
apply, cancel, createComponent, disposeUIResources, reset
public boolean isModified()
UnnamedConfigurable
isModified
in interface UnnamedConfigurable
true
if the settings were modified, false
otherwiseprotected void setModified(boolean modified)
public javax.swing.JComponent getPreferredFocusedComponent()
getPreferredFocusedComponent
in interface Configurable