|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.plaf.ComponentUI | +--javax.swing.plaf.TreeUI | +--javax.swing.plaf.multi.MultiTreeUI
MultiTreeUI implementation
This file was automatically generated by AutoMulti.
Field Summary | |
protected Vector |
uis
The Vector containing the real UI's. |
Constructor Summary | |
MultiTreeUI()
|
Method Summary | |
void |
cancelEditing(JTree a)
Call cancelEditing on each UI handled by this MultiUI. |
boolean |
contains(JComponent a,
int b,
int c)
Call contains on each UI handled by this MultiUI. |
static ComponentUI |
createUI(JComponent a)
Return a multiplexing UI instance if any of the auxiliary LookAndFeels support this UI. |
Accessible |
getAccessibleChild(JComponent a,
int b)
Call getAccessibleChild on each UI handled by this MultiUI. |
int |
getAccessibleChildrenCount(JComponent a)
Call getAccessibleChildrenCount on each UI handled by this MultiUI. |
TreePath |
getClosestPathForLocation(JTree a,
int b,
int c)
Call getClosestPathForLocation on each UI handled by this MultiUI. |
TreePath |
getEditingPath(JTree a)
Call getEditingPath on each UI handled by this MultiUI. |
Dimension |
getMaximumSize(JComponent a)
Call getMaximumSize on each UI handled by this MultiUI. |
Dimension |
getMinimumSize(JComponent a)
Call getMinimumSize on each UI handled by this MultiUI. |
Rectangle |
getPathBounds(JTree a,
TreePath b)
Call getPathBounds on each UI handled by this MultiUI. |
TreePath |
getPathForRow(JTree a,
int b)
Call getPathForRow on each UI handled by this MultiUI. |
Dimension |
getPreferredSize(JComponent a)
Call getPreferredSize on each UI handled by this MultiUI. |
int |
getRowCount(JTree a)
Call getRowCount on each UI handled by this MultiUI. |
int |
getRowForPath(JTree a,
TreePath b)
Call getRowForPath on each UI handled by this MultiUI. |
ComponentUI[] |
getUIs()
Return the list of UI's associated with this multiplexing UI. |
void |
installUI(JComponent a)
Call installUI on each UI handled by this MultiUI. |
boolean |
isEditing(JTree a)
Call isEditing on each UI handled by this MultiUI. |
void |
paint(Graphics a,
JComponent b)
Call paint on each UI handled by this MultiUI. |
void |
startEditingAtPath(JTree a,
TreePath b)
Call startEditingAtPath on each UI handled by this MultiUI. |
boolean |
stopEditing(JTree a)
Call stopEditing on each UI handled by this MultiUI. |
void |
uninstallUI(JComponent a)
Call uninstallUI on each UI handled by this MultiUI. |
void |
update(Graphics a,
JComponent b)
Call update on each UI handled by this MultiUI. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Vector uis
Constructor Detail |
public MultiTreeUI()
Method Detail |
public ComponentUI[] getUIs()
public Rectangle getPathBounds(JTree a, TreePath b)
getPathBounds
in class TreeUI
public TreePath getPathForRow(JTree a, int b)
getPathForRow
in class TreeUI
public int getRowForPath(JTree a, TreePath b)
getRowForPath
in class TreeUI
public int getRowCount(JTree a)
getRowCount
in class TreeUI
public TreePath getClosestPathForLocation(JTree a, int b, int c)
getClosestPathForLocation
in class TreeUI
public boolean isEditing(JTree a)
isEditing
in class TreeUI
public boolean stopEditing(JTree a)
stopEditing
in class TreeUI
public void cancelEditing(JTree a)
cancelEditing
in class TreeUI
public void startEditingAtPath(JTree a, TreePath b)
startEditingAtPath
in class TreeUI
public TreePath getEditingPath(JTree a)
getEditingPath
in class TreeUI
public void installUI(JComponent a)
installUI
in class ComponentUI
public void uninstallUI(JComponent a)
uninstallUI
in class ComponentUI
public void paint(Graphics a, JComponent b)
paint
in class ComponentUI
public void update(Graphics a, JComponent b)
update
in class ComponentUI
public Dimension getPreferredSize(JComponent a)
getPreferredSize
in class ComponentUI
public Dimension getMinimumSize(JComponent a)
getMinimumSize
in class ComponentUI
public Dimension getMaximumSize(JComponent a)
getMaximumSize
in class ComponentUI
public boolean contains(JComponent a, int b, int c)
contains
in class ComponentUI
public static ComponentUI createUI(JComponent a)
public int getAccessibleChildrenCount(JComponent a)
getAccessibleChildrenCount
in class ComponentUI
javax.swing.plaf.ComponentUI
ComponentUI.getAccessibleChild(javax.swing.JComponent, int)
public Accessible getAccessibleChild(JComponent a, int b)
getAccessibleChild
in class ComponentUI
javax.swing.plaf.ComponentUI
i
- zero-based index of childComponentUI.getAccessibleChildrenCount(javax.swing.JComponent)
|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.