|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Configurable
Named component which provides a configuration user interface. Components which
implement ApplicationComponent and
this interface are shown as items in the "IDE Settings" group of the main
IDEA settings dialog.
Components which implement ProjectComponent and
this interface are shown in the "Project Settings" group of that dialog.
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
Returns the user-visible name of the settings component. |
java.lang.String |
getHelpTopic()
Returns the topic in the help file which is shown when help for the configurable is requested. |
javax.swing.Icon |
getIcon()
Returns the icon representing the settings component. |
| Methods inherited from interface com.intellij.openapi.options.UnnamedConfigurable |
|---|
apply, createComponent, disposeUIResources, isModified, reset |
| Method Detail |
|---|
java.lang.String getDisplayName()
javax.swing.Icon getIcon()
@Nullable java.lang.String getHelpTopic()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||