util.ui.view
Class Node
java.lang.Object
util.ui.view.Node
public class Node
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Node
public Node(Node parent)
getComponent
public java.awt.Component getComponent()
setProperty
public void setProperty(ViewProperty prop)
getProperty
public ViewProperty getProperty()
setLeaf
public void setLeaf(java.awt.Component comp)
getLeaf
public java.awt.Component getLeaf()
add
public void add(Node node)
getNodes
public Node[] getNodes()
- Returns:
- an array of nodes with at least one leaf (components)
storeProperties
public void storeProperties()
update
public void update()
hasComponent
public boolean hasComponent()
TV-Browser 3.3.3, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)