public class ApplicationConfigurationType extends java.lang.Object implements ConfigurationType
CONFIGURATION_TYPE_EP
Constructor and Description |
---|
ApplicationConfigurationType() |
Modifier and Type | Method and Description |
---|---|
ConfigurationFactory[] |
getConfigurationFactories()
Returns the configuration factories used by this configuration type.
|
java.lang.String |
getConfigurationTypeDescription()
Returns the description of the configuration type.
|
java.lang.String |
getDisplayName()
Returns the display name of the configuration type.
|
java.lang.String |
getHelpTopic()
Returns the topic in the help file or in Web Help which is shown when help for configurations of this type is requested.
|
javax.swing.Icon |
getIcon()
Returns the 16x16 icon used to represent the configuration type.
|
java.lang.String |
getId()
The ID of the configuration type.
|
static ApplicationConfigurationType |
getInstance() |
static PsiClass |
getMainClass(PsiElement element) |
java.lang.String |
getTag()
The name of the run configuration group in a configuration file.
|
boolean |
isDumbAware() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isManaged
public java.lang.String getDisplayName()
ConfigurationType
getDisplayName
in interface ConfigurationType
public java.lang.String getConfigurationTypeDescription()
ConfigurationType
getConfigurationTypeDescription
in interface ConfigurationType
public javax.swing.Icon getIcon()
ConfigurationType
getIcon
in interface ConfigurationType
public ConfigurationFactory[] getConfigurationFactories()
ConfigurationType
getConfigurationFactories
in interface ConfigurationType
public java.lang.String getHelpTopic()
ConfigurationType
getHelpTopic
in interface ConfigurationType
null
if no help is availablepublic boolean isDumbAware()
isDumbAware
in interface PossiblyDumbAware
public static PsiClass getMainClass(PsiElement element)
public java.lang.String getId()
ConfigurationType
getId
in interface ConfigurationType
public java.lang.String getTag()
ConfigurationType
getTag
in interface ConfigurationType
public static ApplicationConfigurationType getInstance()