Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.

Package com.sas.swing.visuals.dualselector

The primary focus of the com.sas.swing.visuals.dualselector package is the DualSelector components, which provide a convenient available/selected user interface.

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.
 

Package com.sas.swing.visuals.dualselector Description

The primary focus of the com.sas.swing.visuals.dualselector package is the DualSelector components, which provide a convenient available/selected user interface.

Dual Selector components

Overview

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.

 


Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.


Copyright © 2009 SAS Institute Inc. All Rights Reserved.