public class TemplateDataLanguageConfigurable extends PerFileConfigurableBase<Language>
PerFileConfigurableBase.Value<T>
SearchableConfigurable.Delegate, SearchableConfigurable.Merged, SearchableConfigurable.Parent
Configurable.Composite, Configurable.NoMargin, Configurable.NoScroll, Configurable.TopComponentController, Configurable.TopComponentProvider, Configurable.VariableProjectAppLevel, Configurable.WithEpDependencies
ADD_PROJECT_MAPPING, DESCRIPTION, EMPTY_TEXT, MAPPING_TITLE, myMappings, myProject, NULL_TEXT, ONLY_DIRECTORIES, OVERRIDE_QUESTION, OVERRIDE_TITLE, SORT_VALUES, TARGET_TITLE
APPLICATION_CONFIGURABLE, PROJECT_CONFIGURABLE
Constructor and Description |
---|
TemplateDataLanguageConfigurable(Project project) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName()
Returns the visible name of the configurable component.
|
java.lang.String |
getHelpTopic()
Returns the topic in the help file which is shown when help for the configurable is requested.
|
protected <S> java.lang.Object |
getParameter(Key<S> key) |
protected void |
renderDefaultValue(java.lang.Object target,
ColoredTextContainer renderer) |
protected void |
renderValue(java.lang.Object target,
Language language,
ColoredTextContainer renderer) |
adjustChosenValue, apply, canEditTarget, canRemoveTarget, createActionListGroup, createActionPanel, createComponent, createDefaultMappingComponent, createValueAction, createValueEditorActionListPopup, createValueEditorPopup, findRow, getActionListIcon, getClearValueText, getDefaultMappings, getId, getNewMapping, getNewMappings, getNullValueText, getToolTipFor, getValueVariants, isModified, renderTarget, reset, selectFile, selectFile, selectRows
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enableSearch, getOriginalClass
getPreferredFocusedComponent, isModified, isModified, isModified, isModified
cancel, disposeUIResources
public TemplateDataLanguageConfigurable(Project project)
public java.lang.String getDisplayName()
Configurable
public java.lang.String getHelpTopic()
Configurable
null
if no help is availableprotected <S> java.lang.Object getParameter(Key<S> key)
getParameter
in class PerFileConfigurableBase<Language>
protected void renderValue(java.lang.Object target, Language language, ColoredTextContainer renderer)
renderValue
in class PerFileConfigurableBase<Language>
protected void renderDefaultValue(java.lang.Object target, ColoredTextContainer renderer)
renderDefaultValue
in class PerFileConfigurableBase<Language>