public class OtherFileTypesCodeStyleOptionsForm extends CodeStyleAbstractPanel
Disposable.ParentourWrappingsTOPIC| Modifier | Constructor and Description |
|---|---|
protected |
OtherFileTypesCodeStyleOptionsForm(CodeStyleSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(CodeStyleSettings settings) |
protected EditorHighlighter |
createHighlighter(EditorColorsScheme scheme) |
protected FileType |
getFileType() |
javax.swing.JComponent |
getPanel() |
protected java.lang.String |
getPreviewText() |
protected int |
getRightMargin() |
boolean |
isModified(CodeStyleSettings settings) |
protected void |
resetImpl(CodeStyleSettings settings) |
addPanelToWatch, applyPredefinedSettings, createFileFromText, dispose, doReformat, fillWrappingCombo, getCurrentSettings, getDefaultLanguage, getEditor, getFileExt, getFileTypeExtension, getIndexForWrapping, getModelSettings, getOptionIndexer, getSettings, getTabTitle, highlight, highlightOptions, installPreviewPanel, isCopyFromMenuAvailable, onSomethingChanged, prepareForReformat, processListOptions, readFromFile, reset, setEditorText, setModel, setShouldUpdatePreview, setupCopyFromMenu, somethingChanged, updatePreviewprotected OtherFileTypesCodeStyleOptionsForm(CodeStyleSettings settings)
protected int getRightMargin()
getRightMargin in class CodeStyleAbstractPanelprotected EditorHighlighter createHighlighter(EditorColorsScheme scheme)
createHighlighter in class CodeStyleAbstractPanelprotected FileType getFileType()
getFileType in class CodeStyleAbstractPanelprotected java.lang.String getPreviewText()
getPreviewText in class CodeStyleAbstractPanelpublic void apply(CodeStyleSettings settings) throws ConfigurationException
apply in class CodeStyleAbstractPanelConfigurationExceptionpublic boolean isModified(CodeStyleSettings settings)
isModified in class CodeStyleAbstractPanelpublic javax.swing.JComponent getPanel()
getPanel in class CodeStyleAbstractPanelprotected void resetImpl(CodeStyleSettings settings)
resetImpl in class CodeStyleAbstractPanel