| Home >> All >> ro >> nolimits >> gui >> [ tree Javadoc ] |
ro.nolimits.gui.tree: Javadoc index of package ro.nolimits.gui.tree.
Package Samples:
ro.nolimits.gui.tree: Diverse GUI classes.
Classes:
DrawTree: The DrawTree class. This class is generic framework to browser any hierarhical structure. Genericity is obtained throuth the use of 'Id': the DrawTree inself does not perform any action in response to user events, but simply forward them as notification to Id .Each item inserted may have its own Id. Any item added in the Tree is displayed with an icon, and a label. When a Id receive a notification on a node, it may change this node, to modify or update its appearance.
TreeNode: The representation of a node of a DrawTree. A TreeNode is used by the DrawTree to store informations related to a node. It is also given as parameter in the notifications DrawTree send to handlers.
ImageCache: A Basic Image Cache class. ImageCache.java
NodeId: The interface to be implemented by nodes.
TreeBrowser: The TreeBrowser class.
BrowserListener: BrowserListener.java
BrowserAdapter: BrowserAdapter.java
BrowserEvent: BrowserEvent.java
| Home | Contact Us | Privacy Policy | Terms of Service |