|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.util.DockSwingUtilities
public final class DockSwingUtilities
A set of methods useful for working with Swing.
| Method Summary | |
|---|---|
static boolean |
containsAWTComponents(java.awt.Component component)
Checks whether the tree of components, starting with component,
contains elements that are not from Swing but from AWT. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean containsAWTComponents(java.awt.Component component)
component,
contains elements that are not from Swing but from AWT.
component - the top of the tree
true if at least one AWT component was found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||