|
|||||
| 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.RootPaneUI
|
+--javax.swing.plaf.multi.MultiRootPaneUI
MultiRootPaneUI implementation
This file was automatically generated by AutoMulti.
| Field Summary | |
protected java.util.Vector |
uis
The Vector containing the real UI's. |
| Constructor Summary | |
MultiRootPaneUI()
|
|
| Method Summary | |
boolean |
contains(javax.swing.JComponent a,
int b,
int c)
Call contains on each UI handled by this MultiUI. |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent a)
Return a multiplexing UI instance if any of the auxiliary LookAndFeels support this UI. |
javax.accessibility.Accessible |
getAccessibleChild(javax.swing.JComponent a,
int b)
Call getAccessibleChild on each UI handled by this MultiUI. |
int |
getAccessibleChildrenCount(javax.swing.JComponent a)
Call getAccessibleChildrenCount on each UI handled by this MultiUI. |
java.awt.Dimension |
getMaximumSize(javax.swing.JComponent a)
Call getMaximumSize on each UI handled by this MultiUI. |
java.awt.Dimension |
getMinimumSize(javax.swing.JComponent a)
Call getMinimumSize on each UI handled by this MultiUI. |
java.awt.Dimension |
getPreferredSize(javax.swing.JComponent a)
Call getPreferredSize on each UI handled by this MultiUI. |
javax.swing.plaf.ComponentUI[] |
getUIs()
Return the list of UI's associated with this multiplexing UI. |
void |
installUI(javax.swing.JComponent a)
Call installUI on each UI handled by this MultiUI. |
void |
paint(java.awt.Graphics a,
javax.swing.JComponent b)
Call paint on each UI handled by this MultiUI. |
void |
uninstallUI(javax.swing.JComponent a)
Call uninstallUI on each UI handled by this MultiUI. |
void |
update(java.awt.Graphics a,
javax.swing.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 java.util.Vector uis
| Constructor Detail |
public MultiRootPaneUI()
| Method Detail |
public javax.swing.plaf.ComponentUI[] getUIs()
public boolean contains(javax.swing.JComponent a,
int b,
int c)
contains in class javax.swing.plaf.ComponentUIpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent a)
public void installUI(javax.swing.JComponent a)
installUI in class javax.swing.plaf.ComponentUIpublic void uninstallUI(javax.swing.JComponent a)
uninstallUI in class javax.swing.plaf.ComponentUI
public void paint(java.awt.Graphics a,
javax.swing.JComponent b)
paint in class javax.swing.plaf.ComponentUI
public void update(java.awt.Graphics a,
javax.swing.JComponent b)
update in class javax.swing.plaf.ComponentUIpublic java.awt.Dimension getPreferredSize(javax.swing.JComponent a)
getPreferredSize in class javax.swing.plaf.ComponentUIpublic java.awt.Dimension getMinimumSize(javax.swing.JComponent a)
getMinimumSize in class javax.swing.plaf.ComponentUIpublic java.awt.Dimension getMaximumSize(javax.swing.JComponent a)
getMaximumSize in class javax.swing.plaf.ComponentUIpublic int getAccessibleChildrenCount(javax.swing.JComponent a)
getAccessibleChildrenCount in class javax.swing.plaf.ComponentUI
public javax.accessibility.Accessible getAccessibleChild(javax.swing.JComponent a,
int b)
getAccessibleChild in class javax.swing.plaf.ComponentUI
|
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||