|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.util.gui.DOMViewer.Panel.NodeInfo
To store the nodes informations
Field Summary | |
protected Node |
node
The DOM node. |
Constructor Summary | |
DOMViewer.Panel.NodeInfo(Node n)
Creates a new NodeInfo object. |
Method Summary | |
Node |
getNode()
Returns the DOM Node associated with this node info. |
java.lang.String |
toString()
Returns a printable representation of the object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected Node node
Constructor Detail |
public DOMViewer.Panel.NodeInfo(Node n)
Method Detail |
public Node getNode()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |