GNU Classpath (0.17) | ||
Frames | No Frames |
Classes implementing javax.swing.ComboBoxEditor | |
class | This is a component that is responsible for displaying/editting selected
item in comboBox. |
class |
Methods with return type javax.swing.ComboBoxEditor | |
ComboBoxEditor | Creates component that will be responsible for displaying/editting
selected item in the combo box. |
Fields of type javax.swing.ComboBoxEditor | |
ComboBoxEditor | Editor that is responsible for editing an object in a combo box list.
|
Methods with parameter type javax.swing.ComboBoxEditor | |
void | This method initializes specified ComboBoxEditor to display given item.
|
void | Sets editor for this JComboBox
|
Methods with return type javax.swing.ComboBoxEditor | |
ComboBoxEditor | Returns editor component that is responsible for displaying/editing
selected item in the combo box.
|
GNU Classpath (0.17) |