|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intellij.openapi.options.UnnamedConfigurableGroup
public class UnnamedConfigurableGroup
| Constructor Summary | |
|---|---|
UnnamedConfigurableGroup()
|
|
| Method Summary | |
|---|---|
void |
add(UnnamedConfigurable configurable)
|
void |
apply()
Store the settings from configurable to other components. |
javax.swing.JComponent |
createComponent()
Returns the user interface component for editing the configuration. |
void |
disposeUIResources()
Disposes the Swing components used for displaying the configuration. |
boolean |
isModified()
Checks if the settings in the user interface component were modified by the user and need to be saved. |
void |
reset()
Load settings from other components to configurable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnnamedConfigurableGroup()
| Method Detail |
|---|
public javax.swing.JComponent createComponent()
UnnamedConfigurable
createComponent in interface UnnamedConfigurablepublic boolean isModified()
UnnamedConfigurable
isModified in interface UnnamedConfigurable
public void apply()
throws ConfigurationException
UnnamedConfigurable
apply in interface UnnamedConfigurableConfigurationExceptionpublic void reset()
UnnamedConfigurable
reset in interface UnnamedConfigurablepublic void disposeUIResources()
UnnamedConfigurable
disposeUIResources in interface UnnamedConfigurablepublic void add(UnnamedConfigurable configurable)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||