|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intellij.openapi.options.BaseConfigurable
public abstract class BaseConfigurable
| Field Summary | |
|---|---|
protected boolean |
myModified
|
| Constructor Summary | |
|---|---|
BaseConfigurable()
|
|
| Method Summary | |
|---|---|
javax.swing.JComponent |
getPreferredFocusedComponent()
|
boolean |
isModified()
Checks if the settings in the user interface component were modified by the user and need to be saved. |
protected void |
setModified(boolean modified)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.intellij.openapi.options.Configurable |
|---|
getDisplayName, getHelpTopic, getIcon |
| Methods inherited from interface com.intellij.openapi.options.UnnamedConfigurable |
|---|
apply, createComponent, disposeUIResources, reset |
| Field Detail |
|---|
protected boolean myModified
| Constructor Detail |
|---|
public BaseConfigurable()
| Method Detail |
|---|
public boolean isModified()
UnnamedConfigurable
isModified in interface UnnamedConfigurableprotected void setModified(boolean modified)
public javax.swing.JComponent getPreferredFocusedComponent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||