byucc.jhdl.apps.Viewers.BrowserMainFrame
Class BrowserTreeNode

java.lang.Object
  extended bybyucc.jhdl.apps.Viewers.BrowserMainFrame.BrowserTreeNode

public class BrowserTreeNode
extends java.lang.Object


Constructor Summary
BrowserTreeNode(BrowserTree btParent, BrowserTreeNode parent, Cell cell)
           
 
Method Summary
 void collapse()
           
 void expand()
           
 Cell getCell()
           
 java.util.Vector getChildren()
           
 int getChildSize()
           
 int getColumn()
           
 int getHeight()
           
 java.lang.String getName()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 boolean isSelected()
           
 void paint(java.awt.Graphics g)
           
 void setChildren(SortedVector children)
           
 void setIndex(int index)
           
 void setLocation(int x, int y)
           
 void setSelected(boolean selected)
           
 void setSelectedRecursive(boolean selected)
           
 void shiftChildren(int ind, int amount)
           
 void toggleSelectionExpansion(java.awt.event.MouseEvent me)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BrowserTreeNode

public BrowserTreeNode(BrowserTree btParent,
                       BrowserTreeNode parent,
                       Cell cell)
Method Detail

setIndex

public void setIndex(int index)

getColumn

public int getColumn()

getX

public int getX()

getY

public int getY()

getChildSize

public int getChildSize()

getWidth

public int getWidth()

getChildren

public java.util.Vector getChildren()

setLocation

public void setLocation(int x,
                        int y)

paint

public void paint(java.awt.Graphics g)

toggleSelectionExpansion

public void toggleSelectionExpansion(java.awt.event.MouseEvent me)

expand

public void expand()

collapse

public void collapse()

shiftChildren

public void shiftChildren(int ind,
                          int amount)

getHeight

public int getHeight()

setSelected

public void setSelected(boolean selected)

setSelectedRecursive

public void setSelectedRecursive(boolean selected)

isSelected

public boolean isSelected()

getCell

public Cell getCell()

getName

public java.lang.String getName()

toString

public java.lang.String toString()

setChildren

public void setChildren(SortedVector children)


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.