|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intellij.openapi.options.BaseConfigurable
com.intellij.openapi.options.SettingsEditorConfigurable<T>
com.intellij.execution.RunConfigurationConfigurableAdapter<T>
public class RunConfigurationConfigurableAdapter<T extends RunConfiguration>
| Field Summary |
|---|
| Fields inherited from class com.intellij.openapi.options.BaseConfigurable |
|---|
myModified |
| Constructor Summary | |
|---|---|
RunConfigurationConfigurableAdapter(SettingsEditor<T> settingsEditor,
T configuration)
|
|
| Method Summary | |
|---|---|
T |
getConfiguration()
|
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 class com.intellij.openapi.options.SettingsEditorConfigurable |
|---|
apply, createComponent, disposeUIResources, getEditor, getSettings, reset |
| Methods inherited from class com.intellij.openapi.options.BaseConfigurable |
|---|
getPreferredFocusedComponent, isModified, setModified |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RunConfigurationConfigurableAdapter(SettingsEditor<T> settingsEditor,
T configuration)
| Method Detail |
|---|
public java.lang.String getDisplayName()
Configurable
public javax.swing.Icon getIcon()
Configurable
public java.lang.String getHelpTopic()
Configurable
public T getConfiguration()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||