| GNU Classpath (0.18) | ||
| Frames | No Frames | ||
Classes implementing javax.swing.ComboBoxModel | |
| class | The default implementation of MutableComboBoxModel.
|
Constructors with parameter type javax.swing.ComboBoxModel | |
Constructs JComboBox object with specified data model for it.
| |
Fields of type javax.swing.ComboBoxModel | |
| ComboBoxModel | Data model used by JComboBox to keep track of its list data and currently
selected element in the list.
|
Methods with parameter type javax.swing.ComboBoxModel | |
| int | |
| void | Set the data model for this JComboBox. |
Methods with return type javax.swing.ComboBoxModel | |
| ComboBoxModel | This method returns data model for this comboBox.
|
Methods with parameter type javax.swing.ComboBoxModel | |
| void | This method installs listeners that will listen to changes occuring in
the comb box's data model
|
| void | This method uninstalls listeners that were listening to changes occuring
in the comb box's data model
|
| GNU Classpath (0.18) |