Changed Methods |
boolean contains(JComponent, int, int)
|
Documentation changed from old to new. |
Invokes the contains method on each UI handled by this object. |
ComponentUI createUI(JComponent )
|
Documentation changed from old to new. |
Returns a multiplexing UI instance if any of the auxiliary LookAndFeel s supports this UI. |
Accessible getAccessibleChild(JComponent, int)
|
Documentation changed from old to new. |
Invokes the getAccessibleChild method on each UI handled by this object. |
int getAccessibleChildrenCount(JComponent )
|
Documentation changed from old to new. |
Invokes the getAccessibleChildrenCount method on each UI handled by this object. |
EditorKit getEditorKit(JTextComponent )
|
Documentation changed from old to new. |
Invokes the getEditorKit method on each UI handled by this object. |
Dimension getMaximumSize(JComponent )
|
Documentation changed from old to new. |
Invokes the getMaximumSize method on each UI handled by this object. |
Dimension getMinimumSize(JComponent )
|
Documentation changed from old to new. |
Invokes the getMinimumSize method on each UI handled by this object. |
int getNextVisualPositionFrom(JTextComponent, int, Bias, int, Bias[])
|
Documentation changed from old to new. |
Invokes the getNextVisualPositionFrom method on each UI handled by this object. |
Dimension getPreferredSize(JComponent )
|
Documentation changed from old to new. |
Invokes the getPreferredSize method on each UI handled by this object. |
View getRootView(JTextComponent )
|
Documentation changed from old to new. |
Invokes the getRootView method on each UI handled by this object. |
ComponentUI[] getUIs()
|
Documentation changed from old to new. |
Returns the list of UIs associated with this multiplexing UI. |
void installUI(JComponent )
|
Documentation changed from old to new. |
Invokes the installUI method on each UI handled by this object. |
void paint(Graphics, JComponent)
|
Documentation changed from old to new. |
Invokes the paint method on each UI handled by this object. |
void uninstallUI(JComponent )
|
Documentation changed from old to new. |
Invokes the uninstallUI method on each UI handled by this object. |
void update(Graphics, JComponent)
|
Documentation changed from old to new. |
Invokes the update method on each UI handled by this object. |
void damageRange(JTextComponent, int, int)
|
Documentation changed from old to new. |
Invokes the damageRange method on each UI handled by this object. |
void damageRange(JTextComponent, int, int, Bias, Bias)
|
Documentation changed from old to new. |
Invokes the damageRange method on each UI handled by this object. |
Rectangle modelToView(JTextComponent, int)
|
Documentation changed from old to new. |
Invokes the modelToView method on each UI handled by this object. |
Rectangle modelToView(JTextComponent, int, Bias)
|
Documentation changed from old to new. |
Invokes the modelToView method on each UI handled by this object. |
int viewToModel(JTextComponent, Point)
|
Documentation changed from old to new. |
Invokes the viewToModel method on each UI handled by this object. |
int viewToModel(JTextComponent, Point, Bias[])
|
Documentation changed from old to new. |
Invokes the viewToModel method on each UI handled by this object. |