Uses of Class
com.sas.swing.models.ListModelAdapter

Packages that use ListModelAdapter
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. 
 

Uses of ListModelAdapter in com.sas.swing.models
 

Subclasses of ListModelAdapter in com.sas.swing.models
 class ComboBoxModelAdapter
          The ComboBoxModelAdapter takes a collection which implements the IndexedGetInterface and allows it to be the model to a Swing ComboBox.
 class MutableComboBoxModelAdapter
          The MutableComboBoxModelAdapter takes a collection which implements the OrderedCollectionInterface and allows it to be the model to a Swing ComboBox.
 

Uses of ListModelAdapter in com.sas.swing.visuals
 

Fields in com.sas.swing.visuals declared as ListModelAdapter
protected  ListModelAdapter DisplayTransformCustomizerPanel.inputModel
           
protected  ListModelAdapter DisplayTransformCustomizerPanel.outputModel
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.