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

Constructor Index

 o JCComboBoxAdapter()

Method Index

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

Constructors

 o JCComboBoxAdapter
 public JCComboBoxAdapter()

Methods

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

 o 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