net.sf.rej.gui.structure
Class AttributeNode

java.lang.Object
  extended by net.sf.rej.gui.structure.StructureNode
      extended by net.sf.rej.gui.structure.AttributeNode
All Implemented Interfaces:
javax.swing.tree.TreeNode

public class AttributeNode
extends StructureNode


Constructor Summary
AttributeNode(Attributes attributes, Attribute attr)
           
 
Method Summary
 Attribute getAttributeObject()
           
 java.util.List getChildren()
           
 javax.swing.JPopupMenu getContextMenu()
           
 void refresh()
           
 java.lang.String toString()
           
 
Methods inherited from class net.sf.rej.gui.structure.StructureNode
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeNode

public AttributeNode(Attributes attributes,
                     Attribute attr)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getChildren

public java.util.List getChildren()
Overrides:
getChildren in class StructureNode

refresh

public void refresh()

getContextMenu

public javax.swing.JPopupMenu getContextMenu()
Overrides:
getContextMenu in class StructureNode

getAttributeObject

public Attribute getAttributeObject()