public abstract class CodeStyleAbstractConfigurable extends java.lang.Object implements CodeStyleConfigurable, OptionsContainingConfigurable
Configurable.Composite, Configurable.NoMargin, Configurable.NoScroll, Configurable.TopComponentController, Configurable.TopComponentProvider, Configurable.VariableProjectAppLevel, Configurable.WithEpDependencies
APPLICATION_CONFIGURABLE, PROJECT_CONFIGURABLE
EMPTY
Constructor and Description |
---|
CodeStyleAbstractConfigurable(CodeStyleSettings settings,
CodeStyleSettings cloneSettings,
java.lang.String displayName) |
Modifier and Type | Method and Description |
---|---|
void |
apply()
Stores the settings from the Swing form to the configurable component.
|
void |
apply(CodeStyleSettings settings)
Apply the current UI changes to the given settings.
|
javax.swing.JComponent |
createComponent()
Creates new Swing form that enables user to configure the settings.
|
protected abstract CodeStyleAbstractPanel |
createPanel(CodeStyleSettings settings) |
void |
disposeUIResources()
Notifies the configurable component that the Swing form will be closed.
|
protected CodeStyleSettings |
getCurrentSettings() |
java.lang.String |
getDisplayName()
Returns the visible name of the configurable component.
|
CodeStyleAbstractPanel |
getPanel() |
void |
highlightOptions(java.lang.String searchString) |
boolean |
isModified()
Indicates whether the Swing form was modified or not.
|
void |
onSomethingChanged() |
java.util.Set<java.lang.String> |
processListOptions() |
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> |
processListOptionsWithPaths() |
void |
reset()
Loads the settings from the configurable component to the Swing form.
|
void |
reset(CodeStyleSettings settings)
Reset the UI to the given code style settings.
|
void |
setModel(CodeStyleSchemesModel model) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHelpTopic, getPreferredFocusedComponent, isModified, isModified, isModified, isModified
cancel
public CodeStyleAbstractConfigurable(CodeStyleSettings settings, CodeStyleSettings cloneSettings, java.lang.String displayName)
public java.lang.String getDisplayName()
Configurable
getDisplayName
in interface Configurable
public javax.swing.JComponent createComponent()
UnnamedConfigurable
Also this place is designed to allocate resources (subscriptions/listeners etc.)
createComponent
in interface UnnamedConfigurable
null
if it cannot be createdUnnamedConfigurable.disposeUIResources()
protected abstract CodeStyleAbstractPanel createPanel(CodeStyleSettings settings)
public void apply() throws ConfigurationException
UnnamedConfigurable
apply
in interface UnnamedConfigurable
ConfigurationException
- if values cannot be appliedpublic void apply(CodeStyleSettings settings) throws ConfigurationException
CodeStyleConfigurable
apply
in interface CodeStyleConfigurable
settings
- The settings to apply the UI changes to.ConfigurationException
- If the UI contains incorrect values.public void reset()
UnnamedConfigurable
reset
in interface UnnamedConfigurable
public void reset(CodeStyleSettings settings)
CodeStyleConfigurable
reset
in interface CodeStyleConfigurable
settings
- The settings to update the UI from.public boolean isModified()
UnnamedConfigurable
isModified
in interface UnnamedConfigurable
true
if the settings were modified, false
otherwisepublic void disposeUIResources()
UnnamedConfigurable
disposeUIResources
in interface UnnamedConfigurable
public CodeStyleAbstractPanel getPanel()
public void setModel(CodeStyleSchemesModel model)
public void onSomethingChanged()
public java.util.Set<java.lang.String> processListOptions()
processListOptions
in interface OptionsContainingConfigurable
public java.util.Map<java.lang.String,java.util.Set<java.lang.String>> processListOptionsWithPaths()
processListOptionsWithPaths
in interface OptionsContainingConfigurable
protected CodeStyleSettings getCurrentSettings()
public void highlightOptions(java.lang.String searchString)