Changed Methods |
void cancelEditing(JTree )
|
Documentation changed from old to new. |
Invokes the cancelEditing method on each UI handled by this object. |
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. |
TreePath getClosestPathForLocation(JTree, int, int)
|
Documentation changed from old to new. |
Invokes the getClosestPathForLocation method on each UI handled by this object. |
TreePath getEditingPath(JTree )
|
Documentation changed from old to new. |
Invokes the getEditingPath 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. |
Rectangle getPathBounds(JTree, TreePath)
|
Documentation changed from old to new. |
Invokes the getPathBounds method on each UI handled by this object. |
TreePath getPathForRow(JTree, int)
|
Documentation changed from old to new. |
Invokes the getPathForRow 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. |
int getRowCount(JTree )
|
Documentation changed from old to new. |
Invokes the getRowCount method on each UI handled by this object. |
int getRowForPath(JTree, TreePath)
|
Documentation changed from old to new. |
Invokes the getRowForPath 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. |
boolean isEditing(JTree )
|
Documentation changed from old to new. |
Invokes the isEditing 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 startEditingAtPath(JTree, TreePath)
|
Documentation changed from old to new. |
Invokes the startEditingAtPath method on each UI handled by this object. |
boolean stopEditing(JTree )
|
Documentation changed from old to new. |
Invokes the stopEditing 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. |