public class UISpecEditorPaneUI extends BasicEditorPaneUI
BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter
Constructor and Description |
---|
UISpecEditorPaneUI() |
Modifier and Type | Method and Description |
---|---|
static ComponentUI |
createUI(JComponent component) |
Dimension |
getMaximumSize(JComponent c) |
Dimension |
getMinimumSize(JComponent c) |
Dimension |
getPreferredSize(JComponent c) |
protected void |
maybeUpdateLayoutState() |
protected void |
paintBackground(Graphics g) |
protected void |
paintSafely(Graphics g) |
void |
update(Graphics g,
JComponent c) |
getEditorKit, getPropertyPrefix, installUI, propertyChange, uninstallUI
create, create, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getKeymapName, getNextVisualPositionFrom, getRootView, getToolTipText, getVisibleEditorRect, installDefaults, installKeyboardActions, installListeners, modelChanged, modelToView, modelToView, paint, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, viewToModel, viewToModel
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior
public static ComponentUI createUI(JComponent component)
protected void paintBackground(Graphics g)
paintBackground
in class BasicTextUI
protected void paintSafely(Graphics g)
paintSafely
in class BasicTextUI
protected void maybeUpdateLayoutState()
public void update(Graphics g, JComponent c)
update
in class BasicTextUI
public Dimension getPreferredSize(JComponent c)
getPreferredSize
in class BasicTextUI
public Dimension getMaximumSize(JComponent c)
getMaximumSize
in class BasicTextUI
public Dimension getMinimumSize(JComponent c)
getMinimumSize
in class BasicTextUI
Copyright © 2004–2016. All rights reserved.