All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.bwt.JCComboBoxEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----java.awt.AWTEvent
                   |
                   +----jclass.bwt.JCAWTEvent
                           |
                           +----jclass.bwt.JCComboBoxEvent

public class JCComboBoxEvent
extends JCAWTEvent
JCComboBoxEvent is posted by a JCComboBox before and after its list is displayed.

See Also:
JCComboBoxAdapter, JCComboBoxListener, addComboBoxListener

Constructor Index

 o JCComboBoxEvent(Object, Object)

Method Index

 o getValue()
Gets the value that will be copied to the text field.
 o setValue(Object)
Sets the value that will be copied to the text field.

Constructors

 o JCComboBoxEvent
 public JCComboBoxEvent(Object source,
                        Object value)

Methods

 o getValue
 public Object getValue()
Gets the value that will be copied to the text field.

 o setValue
 public void setValue(Object v)
Sets the value that will be copied to the text field.


All Packages  Class Hierarchy  This Package  Previous  Next  Index