public class SimpleEditorPreview extends java.lang.Object implements PreviewPanel
PreviewPanel.Empty
Constructor and Description |
---|
SimpleEditorPreview(ColorAndFontOptions options,
ColorSettingsPage page) |
SimpleEditorPreview(ColorAndFontOptions options,
ColorSettingsPage page,
boolean navigatable) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(ColorAndFontSettingsListener listener) |
void |
blinkSelectedHighlightType(java.lang.Object description) |
void |
disposeUIResources() |
EditorEx |
getEditor() |
javax.swing.JComponent |
getPanel() |
void |
updateView() |
public SimpleEditorPreview(ColorAndFontOptions options, ColorSettingsPage page)
public SimpleEditorPreview(ColorAndFontOptions options, ColorSettingsPage page, boolean navigatable)
public EditorEx getEditor()
public javax.swing.JComponent getPanel()
getPanel
in interface PreviewPanel
public void updateView()
updateView
in interface PreviewPanel
public void blinkSelectedHighlightType(java.lang.Object description)
blinkSelectedHighlightType
in interface PreviewPanel
public void addListener(ColorAndFontSettingsListener listener)
addListener
in interface PreviewPanel
public void disposeUIResources()
disposeUIResources
in interface PreviewPanel