|
Components |
|
| |||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
DualSelectorInterface | The DualSelectorInterface defines the methods that an adapter class must implement. |
DualSelectorTreeInterface | DualSelectorTreeInterface is an extension of the DualSelectorInterface. |
DualSelectorUpDownInterface | Defines methods necessary for an adapter that allows reordering of items via up/down buttons. |
Class Summary | |
---|---|
BaseDualSelector | BaseDualSelector is a class used for manipulating items between two components. |
DualListSelector | DualListSelector implements a dual selector with two lists. |
DualTreeSelector | DualTreeSelector implements a dual selector with two trees. |
JListDualSelectorAdapter | JListDualSelectorAdapter is a class that supports using a JList in a dual selector. |
JTreeDualSelectorAdapter | JTreeDualSelectorAdapter is a class that supports using a JTree in a dual selector. |
TreeListSelector | TreeListSelector class is an implementation that has a JTree and a JList component. |
The primary focus of the com.sas.swing.visuals.dualselector package is the DualSelector components, which provide a convenient available/selected user interface.
The dual selector components are made up of a DualListSelector, DualTreeSelector, and TreeListSelector. The classes encapsulate Java Swing JTree and JList components and provide the mechanism for moving items between the two Java components.
The BaseDualSelector class is an abstract class used by the concrete classes to provide the basic functionality and the initialization of the visuals components.
The adapter classes, JTreeDualSelectorAdapter and JListDualSelectorAdapter, provide the implementation for the DualSelectorInterface. They handle the interaction between that interface and the actual Java Swing JTree and JList components.
|
Components |
|
| |||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |