public class FontEditorPreview extends java.lang.Object implements PreviewPanel
Modifier and Type | Class and Description |
---|---|
static class |
FontEditorPreview.RestorePreviewTextAction |
PreviewPanel.Empty
Constructor and Description |
---|
FontEditorPreview(java.util.function.Supplier<? extends EditorColorsScheme> schemeSupplier,
boolean editable) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(ColorAndFontSettingsListener listener) |
void |
blinkSelectedHighlightType(java.lang.Object description) |
void |
disposeUIResources() |
java.awt.Component |
getPanel() |
protected EditorColorsScheme |
updateOptionsScheme(EditorColorsScheme selectedScheme) |
void |
updateView() |
public FontEditorPreview(java.util.function.Supplier<? extends EditorColorsScheme> schemeSupplier, boolean editable)
public java.awt.Component getPanel()
getPanel
in interface PreviewPanel
public void updateView()
updateView
in interface PreviewPanel
protected EditorColorsScheme updateOptionsScheme(EditorColorsScheme selectedScheme)
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