***  This package contains classes that are subject to change.  ***

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.models

Model adapters to convert between existing SAS java models and new JDK1.2 models and visuals.

See:
          Description

Interface Summary
NodeIconsInterface  
ViewDefaultModel ViewDefaultModel should be implemented by swing viewer components which have a default model which they attach to the component when no other model has been attached.
 

Class Summary
AppliedFiltersUtil Utility class containing utility methods to obtain String representations of filters applied to a com.sas.iquery.intelligentquery.BusinessQueryProviderInterface or a com.sas.iquery.metadata.business.DataSelection.
CollectionToComboBoxModelAdapter The CollectionToListModelAdapter allows collections that extend from java.util.Collection, such as instances of java.util.List and java.util.Set, to be used as the model for a javax.swing.JComboBox.
CollectionToListModelAdapter The CollectionToListModelAdapter allows collections that extend from java.util.Collection, such as instances of java.util.List and java.util.Set, to be used as the model for a javax.swing.JList.
ComboBoxModelAdapter The ComboBoxModelAdapter takes a collection which implements the IndexedGetInterface and allows it to be the model to a Swing ComboBox.
IconAdapter  
IndexedMutableTreeNode A javax.swing.tree.DefaultMutableTreeNode that stores an index value along with an object.
ListModelAdapter  
ListModelPropertyChangeAdapter Implements the javax.swing.ListModel and gets the list contents using the specified source and property.
MapToComboBoxModelAdapter The MapToComboBoxModelAdapter allows Maps that extend from java.util.Map to be used as the model for a javax.swing.JComboBox.
MapToListModelAdapter The MapToListModelAdapter allows Maps that implement java.util.Map to be used as the model for a javax.swing.JList.
MapToTableModelAdapter The MapToTableModelAdapter allows Maps that implement java.util.Map to be used as the model for a javax.swing.JTable.
MutableComboBoxModelAdapter The MutableComboBoxModelAdapter takes a collection which implements the OrderedCollectionInterface and allows it to be the model to a Swing ComboBox.
NodeIconCellRenderer  
OLAPDataSetInterfaceToTreeModelAdapter A default tree model for viewing an OLAPDataSetInterface.
OLAPMemberDeferredRetrievalTreeNode  
OLAPMemberTreeNode  
OLAPTableModelAdapter The TableModelAdapter is an adapter to allow a com.sas.table.ResultSetInterface object to be used in a javax.swing.JTable object.
QueryBasedDataItemRoleProvider  
SortableTableModelAdapter A sorter for javax.swing.TableModels.
TableModelAdapter The TableModelAdapter is an adapter to allow a com.sas.table.StaticTableInterface object to be used in a javax.swing.JTable object.
TableModelInsertRowSupport The TableModelInsertRowSupport aids implementors of InsertRowInterface with inserting a row into a table.
TransformingComboBoxModel TransformingComboBoxModel is a model that is used for instances of javax.swing.JComboBox that can use transforms derived from com.sas.util.transforms.TransformInterface.
TransformingListModel TransformingListModel is a model that is used for instances of javax.swing.JList that can use transforms derived from com.sas.util.transforms.TransformInterface.
TreeModelAdapter  
TreeNodeAdapter  
 

Package com.sas.swing.models Description

Model adapters to convert between existing SAS java models and new JDK1.2 models and visuals.


***  This package contains classes that are subject to change.  ***

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.