com.intellij.execution
Class RunConfigurationConfigurableAdapter<T extends RunConfiguration>

java.lang.Object
  extended by com.intellij.openapi.options.BaseConfigurable
      extended by com.intellij.openapi.options.SettingsEditorConfigurable<T>
          extended by com.intellij.execution.RunConfigurationConfigurableAdapter<T>
All Implemented Interfaces:
Configurable, UnnamedConfigurable

public class RunConfigurationConfigurableAdapter<T extends RunConfiguration>
extends SettingsEditorConfigurable<T>


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

RunConfigurationConfigurableAdapter

public RunConfigurationConfigurableAdapter(SettingsEditor<T> settingsEditor,
                                           T configuration)
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Description copied from interface: Configurable
Returns the user-visible name of the settings component.

Returns:
the visible name of the component.

getIcon

public javax.swing.Icon getIcon()
Description copied from interface: Configurable
Returns the icon representing the settings component. Components shown in the IDEA settings dialog have 32x32 icons.

Returns:
the icon for the component.

getHelpTopic

public java.lang.String getHelpTopic()
Description copied from interface: Configurable
Returns the topic in the help file which is shown when help for the configurable is requested.

Returns:
the help topic, or null if no help is available.

getConfiguration

public T getConfiguration()