|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewDefaultModel | |
---|---|
com.sas.swing.models | Model adapters to convert between existing SAS java models and new JDK1.2 models and visuals. |
com.sas.swing.visuals | com.sas.visuals AWT user interface components ported to swing that are not already provided by JavaSoft. |
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. |
Uses of ViewDefaultModel in com.sas.swing.models |
---|
Classes in com.sas.swing.models that implement ViewDefaultModel | |
---|---|
class |
ComboBoxModelAdapter
The ComboBoxModelAdapter takes a collection which implements the IndexedGetInterface and allows it to be the model to a Swing ComboBox. |
class |
ListModelAdapter
|
class |
MutableComboBoxModelAdapter
The MutableComboBoxModelAdapter takes a collection which implements the OrderedCollectionInterface and allows it to be the model to a Swing ComboBox. |
class |
OLAPDataSetInterfaceToTreeModelAdapter
A default tree model for viewing an OLAPDataSetInterface. |
class |
OLAPTableModelAdapter
The TableModelAdapter is an adapter to allow a com.sas.table.ResultSetInterface object to be used in a javax.swing.JTable object. |
class |
SortableTableModelAdapter
A sorter for javax.swing.TableModels. |
class |
TableModelAdapter
The TableModelAdapter is an adapter to allow a com.sas.table.StaticTableInterface object to be used in a javax.swing.JTable object. |
class |
TreeModelAdapter
|
Uses of ViewDefaultModel in com.sas.swing.visuals |
---|
Classes in com.sas.swing.visuals that implement ViewDefaultModel | |
---|---|
class |
DualSelector
DualSelector is a class used for manipulating items between two lists. |
class |
SpinButton
SpinButton is a class that creates a component with two opposing arrow buttons that can be pressed to increment or decrement a value field. |
class |
TreeView
TreeView is a class which displays a hierarchical list of items. |
Uses of ViewDefaultModel in com.sas.swing.visuals.dualselector |
---|
Classes in com.sas.swing.visuals.dualselector that implement ViewDefaultModel | |
---|---|
class |
DualListSelector
DualListSelector implements a dual selector with two lists. |
class |
DualTreeSelector
DualTreeSelector implements a dual selector with two trees. |
class |
TreeListSelector
TreeListSelector class is an implementation that has a JTree and a JList component. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |