org.apache.batik.util.gui
Class DOMViewer.ContentNodeInfo

java.lang.Object
  extended by org.apache.batik.util.gui.DOMViewer.NodeInfo
      extended by org.apache.batik.util.gui.DOMViewer.ContentNodeInfo
Enclosing class:
DOMViewer

protected static class DOMViewer.ContentNodeInfo
extends DOMViewer.NodeInfo

To store the node information for an xbl:content node's selected content.


Field Summary
 
Fields inherited from class org.apache.batik.util.gui.DOMViewer.NodeInfo
node
 
Constructor Summary
DOMViewer.ContentNodeInfo(Node n)
          Creates a new ContentNodeInfo object.
 
Method Summary
 String toString()
          Returns a printable representation of the object.
 
Methods inherited from class org.apache.batik.util.gui.DOMViewer.NodeInfo
getNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DOMViewer.ContentNodeInfo

public DOMViewer.ContentNodeInfo(Node n)
Creates a new ContentNodeInfo object.

Method Detail

toString

public String toString()
Returns a printable representation of the object.

Overrides:
toString in class DOMViewer.NodeInfo


Copyright © 2007 Apache Software Foundation. All Rights Reserved.