|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ugent.caagt.swirl.SwirlUtilities
public final class SwirlUtilities
General Swing or SWIRL related methods.
| Constructor Summary | |
|---|---|
SwirlUtilities()
|
|
| Method Summary | |
|---|---|
static java.awt.Component |
getChildWithName(java.awt.Container container,
java.lang.String name)
Returns the first child component with the given name, or null if no such child can be found. |
static java.awt.Component |
getDescendantWithName(java.awt.Container container,
java.lang.String name)
Returns the first descendant with the given name, or null if no such descendant can be found. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SwirlUtilities()
| Method Detail |
|---|
public static java.awt.Component getChildWithName(java.awt.Container container,
java.lang.String name)
If the container is a menu, then the children of the associated popup menu are searched.
public static java.awt.Component getDescendantWithName(java.awt.Container container,
java.lang.String name)
If during the search a menu is encounterd, then the descendants of the associated popup menu are searched.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||