SPT Core API

Package com.sptci.epng.editabletree

Package used to implement components necessary to support the EditableTree component.

See:
          Description

Class Summary
AddComponent A custom component used to display the node name and controls.
AddListener The action listener used to add a new node under the selected node.
CancelListener The action listener used to cancel addition of a new node
DeleteListener The default action listener used to delete a selected node.
DisplayComponent A custom component used to display the node name and controls in Node.
Listener An abstract listener class used to provide common logic to the default save and delete actions associated with adding or deleting nodes.
Node A custom component used to display the node name and controls.
RootDisplayComponent A custom component used to display the node name and controls in RootNode.
RootNode A custom component used to display the root node name and controls.
SaveListener The default action listener used to add a new node under the selected node.
StandardDisplayComponent A custom component used to display the node name and controls in StandardNode.
StandardNode A custom component used to display the node name and controls.
 

Package com.sptci.epng.editabletree Description

Package used to implement components necessary to support the EditableTree component.


SPT Core API