All Packages Class Hierarchy This Package Previous Next Index
Class jclass.bwt.JCComboBoxAdapter
java.lang.Object
|
+----jclass.bwt.JCComboBoxAdapter
- public abstract class JCComboBoxAdapter
- extends Object
- implements JCComboBoxListener
The adapter which receives JCComboBox events.
The methods in this class are empty; this class is provided as a
convenience for easily creating listeners by extending this class
and overriding only the methods of interest.
- See Also:
- JCComboBoxEvent
-
JCComboBoxAdapter()
-
-
comboBoxListDisplayBegin(JCComboBoxEvent)
- Invoked before the list is displayed.
-
comboBoxListDisplayEnd(JCComboBoxEvent)
- Invoked after the user has made a selection.
JCComboBoxAdapter
public JCComboBoxAdapter()
comboBoxListDisplayBegin
public void comboBoxListDisplayBegin(JCComboBoxEvent e)
- Invoked before the list is displayed. The event's values can be modified
via its setXXX methods.
comboBoxListDisplayEnd
public void comboBoxListDisplayEnd(JCComboBoxEvent e)
- Invoked after the user has made a selection. Any changes made to the event
are ignored.
All Packages Class Hierarchy This Package Previous Next Index