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, waitgetDisplayName, getHelpTopic, isModified, isModified, isModified, isModifiedapply, cancel, createComponent, disposeUIResources, resetpublic boolean isModified()
UnnamedConfigurableisModified in interface UnnamedConfigurabletrue if the settings were modified, false otherwiseprotected void setModified(boolean modified)
public javax.swing.JComponent getPreferredFocusedComponent()
getPreferredFocusedComponent in interface Configurable