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

Method Index

 o comboBoxListDisplayBegin(JCComboBoxEvent)
Invoked before the list is displayed.
 o comboBoxListDisplayEnd(JCComboBoxEvent)
Invoked after the user has made a selection.

Methods

 o comboBoxListDisplayBegin
 public abstract void comboBoxListDisplayBegin(JCComboBoxEvent e)
Invoked before the list is displayed. The event's values can be modified via its setXXX methods.

 o 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