| Home >> All >> ro >> nolimits >> [ gui Javadoc ] |
| | ro.nolimits.gui.splitpanel.* (4) | | ro.nolimits.gui.tree.* (8) |
ro.nolimits.gui: Javadoc index of package ro.nolimits.gui.
Package Samples:
ro.nolimits.gui.splitpanel: Diverse GUI classes.
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.
NColorDialog: Create a new colo dialog. The dialog will accept an rgb color from the user and when the "Do It" button is pressed the color of the component named in the initialization will be changed to this new color.
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.
NSpinButton: This works on a text component changing it's value by step. Was designed and tested for int values, and does not make any validation or check, all this should be made in the text component
NImage: A simple image class, which this time is a component
ImageCache: A Basic Image Cache class. ImageCache.java
NodeId: The interface to be implemented by nodes.
NDialog: Implements a simple Dialog window
SplitPanelListener: Interface SplitPanelListener
TreeBrowser: The TreeBrowser class.
BrowserListener: BrowserListener.java
SplitPanelEvent: The SplitPanelEvent
BrowserAdapter: BrowserAdapter.java
BrowserEvent: BrowserEvent.java
NPanel
NStatusPanel
NToolTip
NImageButton
NSimpleTextArea
SplitGap
SplitPanel
| Home | Contact Us | Privacy Policy | Terms of Service |