Uses of Interface
net.sf.sbcc.componentcombo.SimpleComboBoxModel

Packages that use SimpleComboBoxModel
net.sf.sbcc.componentcombo   
net.sf.sbcc.componentcombo.plaf.basic   
 

Uses of SimpleComboBoxModel in net.sf.sbcc.componentcombo
 

Classes in net.sf.sbcc.componentcombo that implement SimpleComboBoxModel
(package private)  class DefaultSimpleComboBoxModel
          The default model for component combo boxes.
 

Fields in net.sf.sbcc.componentcombo declared as SimpleComboBoxModel
protected  SimpleComboBoxModel JAbstractComponentComboBox.dataModel
          This protected field is implementation specific.
 

Methods in net.sf.sbcc.componentcombo that return SimpleComboBoxModel
 SimpleComboBoxModel JAbstractComponentComboBox.getModel()
          Returns the data model currently used by the JComboBox.
 

Methods in net.sf.sbcc.componentcombo with parameters of type SimpleComboBoxModel
 java.lang.Object JAbstractComponentComboBox.KeySelectionManager.selectionForKey(char aKey, SimpleComboBoxModel aModel)
          Given aKey and the model, returns the row that should become selected.
 java.lang.Object JAbstractComponentComboBox.DefaultKeySelectionManager.selectionForKey(char aKey, SimpleComboBoxModel aModel)
           
 void JAbstractComponentComboBox.setModel(SimpleComboBoxModel aModel)
          Sets the data model that the JComboBox uses to obtain the list of items.
 

Uses of SimpleComboBoxModel in net.sf.sbcc.componentcombo.plaf.basic
 

Methods in net.sf.sbcc.componentcombo.plaf.basic with parameters of type SimpleComboBoxModel
 java.lang.Object BasicComponentComboBoxUI.DefaultKeySelectionManager.selectionForKey(char aKey, SimpleComboBoxModel aModel)