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
-
JCComboBoxEvent(Object, Object)
-
-
getValue()
- Gets the value that will be copied to the text field.
-
setValue(Object)
- Sets the value that will be copied to the text field.
JCComboBoxEvent
public JCComboBoxEvent(Object source,
Object value)
getValue
public Object getValue()
- Gets the value that will be copied to the text field.
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