byucc.jhdl.apps.Viewers.BrowserMainFrame
Class BrowserTreeNode
java.lang.Object
byucc.jhdl.apps.Viewers.BrowserMainFrame.BrowserTreeNode
- public class BrowserTreeNode
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BrowserTreeNode
public BrowserTreeNode(BrowserTree btParent,
BrowserTreeNode parent,
Cell cell)
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.