All Packages Class Hierarchy This Package Previous Next Index
Interface jclass.bwt.JCComboBoxListener
- public interface JCComboBoxListener
- extends JCEventListener
The listener interface for receiving value change events from JCComboBoxes.
- See Also:
- addComboBoxListener, JCComboBoxEvent
-
comboBoxListDisplayBegin(JCComboBoxEvent)
- Invoked before the list is displayed.
-
comboBoxListDisplayEnd(JCComboBoxEvent)
- Invoked after the user has made a selection.
comboBoxListDisplayBegin
public abstract void comboBoxListDisplayBegin(JCComboBoxEvent e)
- Invoked before the list is displayed. The event's values can be modified
via its setXXX methods.
comboBoxListDisplayEnd
public abstract 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