|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.gxl.FXMLTree
UMLClass: 'FXMLTree'.
Field Summary | |
private int |
currentDiagram
No comment provided by developer, please add a comment to improve documentation. |
private int |
currObject
No comment provided by developer, please add a comment to improve documentation. |
private org.w3c.dom.NodeList |
diagrams
No comment provided by developer, please add a comment to improve documentation. |
private static org.apache.log4j.Logger |
log
log4j logging |
private org.w3c.dom.Element |
myRoot
No comment provided by developer, please add a comment to improve documentation. |
private org.w3c.dom.NodeList |
objects
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
FXMLTree(org.w3c.dom.Element elem)
Constructor for class FXMLTree |
Method Summary | |
FXMLNode |
getFirstObject(org.w3c.dom.Element diag)
UMLMethod: '+ getFirstObject (): FXMLNode'. |
org.w3c.dom.Element |
getNextDiagram()
Get the nextDiagram attribute of the FXMLTree object |
FXMLNode |
getNextObject()
UMLMethod: '+ getNextObject (): FXMLNode'. |
java.lang.String |
getRoot()
Get the root attribute of the FXMLTree object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final transient org.apache.log4j.Logger log
private int currObject
private org.w3c.dom.NodeList objects
private org.w3c.dom.Element myRoot
private org.w3c.dom.NodeList diagrams
private int currentDiagram
Constructor Detail |
public FXMLTree(org.w3c.dom.Element elem) throws java.lang.Exception
elem
- No description provided
java.lang.Exception
- Exception description not providedMethod Detail |
public java.lang.String getRoot()
public FXMLNode getFirstObject(org.w3c.dom.Element diag)
diag
- No description provided
public FXMLNode getNextObject()
public org.w3c.dom.Element getNextDiagram()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |