|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.fg.xmleditor.Exposer
Class Exposer allows to label some element and group nodes on the screen with the information, taken from some of their descendants (elements and attributes) at any depth. Exposer doesn't have to be instantiated and used by the user code directly.
| Field Summary |
| Fields inherited from interface com.fg.xmleditor.Common |
APPINFO, EDITOR_CLASS, EDITOR_ID, EXPOSED, EXPOSED_FLAG, FALSE, ID, ID_FLAG, IDREF, IDREF_FLAG, MESSAGE, NAME, NODE_INFO, PARAM, SCHEMA_NS, TRUE |
| Constructor Summary | |
Exposer()
|
|
| Method Summary | |
static void |
expose(FToggleNode fNode)
Method performs additional labeling outside the specified tree node. |
static boolean |
exposeChildren(FToggleNode parent)
Method performs additional labeling within the specified tree branch. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Exposer()
| Method Detail |
public static boolean exposeChildren(FToggleNode parent)
parent - a FToggleNode tree node.
true if root node, passed to the method,
is marked as "exposed" and false otherwise.public static void expose(FToggleNode fNode)
fNode - a FToggleNode tree node.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||