|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gumbo.graphic.GraphicUtils
Constants and utilities that are commonly used by Graphic implementations.
Method Summary | |
static void |
prepareGraphicPresence(java.util.Collection types,
TreeNode seed)
Calls prepareGraphicPresence() on each GraphicPresence child in a tree that matches one of the specified types. |
static void |
realizeGraphicPresence(java.util.Collection types,
TreeNode seed)
Calls realizeGraphicPresence() on each GraphicPresence child in a tree that matches one of the specified types. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void prepareGraphicPresence(java.util.Collection types, TreeNode seed)
types
- Types (Class) of children to prepare. If null,
all types are validated.seed
- Seed tree node. Never null.public static void realizeGraphicPresence(java.util.Collection types, TreeNode seed)
types
- Types (Class) of children to refresh. If null,
all types are validated.seed
- Seed tree node. Never null.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |