Uses of Interface javax.swing.ComboBoxModel

Uses in package javax.swing

Classes implementing javax.swing.ComboBoxModel

class
A model that stores a list of elements and a selected item (which may be null).

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.

Uses in package javax.swing.plaf.metal

Classes implementing javax.swing.ComboBoxModel

class
A combo box model containing the selected directory and all its parent directories.
class
A combo box model for the file selection filters.

Uses in package javax.swing.plaf.basic

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