public class CodeStyleHtmlPanel extends CodeStyleAbstractPanel
Disposable.ParentourWrappingsTOPIC| Constructor and Description |
|---|
CodeStyleHtmlPanel(CodeStyleSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(CodeStyleSettings rootSettings) |
protected EditorHighlighter |
createHighlighter(EditorColorsScheme scheme) |
protected FileType |
getFileType() |
javax.swing.JComponent |
getPanel() |
protected java.lang.String |
getPreviewText() |
protected int |
getRightMargin() |
boolean |
isModified(CodeStyleSettings rootSettings) |
protected void |
resetImpl(CodeStyleSettings rootSettings) |
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, updatePreviewpublic CodeStyleHtmlPanel(CodeStyleSettings settings)
protected EditorHighlighter createHighlighter(EditorColorsScheme scheme)
createHighlighter in class CodeStyleAbstractPanelprotected int getRightMargin()
getRightMargin in class CodeStyleAbstractPanelpublic void apply(CodeStyleSettings rootSettings) throws ConfigurationException
apply in class CodeStyleAbstractPanelConfigurationExceptionprotected void resetImpl(CodeStyleSettings rootSettings)
resetImpl in class CodeStyleAbstractPanelpublic boolean isModified(CodeStyleSettings rootSettings)
isModified in class CodeStyleAbstractPanelpublic javax.swing.JComponent getPanel()
getPanel in class CodeStyleAbstractPanelprotected java.lang.String getPreviewText()
getPreviewText in class CodeStyleAbstractPanelprotected FileType getFileType()
getFileType in class CodeStyleAbstractPanel