public interface CodeStyleConfigurable extends Configurable
Configurable.Composite, Configurable.NoMargin, Configurable.NoScroll, Configurable.TopComponentController, Configurable.TopComponentProvider, Configurable.VariableProjectAppLevel, Configurable.WithEpDependencies
APPLICATION_CONFIGURABLE, PROJECT_CONFIGURABLE
Modifier and Type | Method and Description |
---|---|
void |
apply(CodeStyleSettings settings)
Apply the current UI changes to the given settings.
|
void |
reset(CodeStyleSettings settings)
Reset the UI to the given code style settings.
|
getDisplayName, getHelpTopic, getPreferredFocusedComponent, isModified, isModified, isModified, isModified
apply, cancel, createComponent, disposeUIResources, isModified, reset
void reset(CodeStyleSettings settings)
settings
- The settings to update the UI from.void apply(CodeStyleSettings settings) throws ConfigurationException
settings
- The settings to apply the UI changes to.ConfigurationException
- If the UI contains incorrect values.