All Packages Class Hierarchy This Package Previous Next Index
Class jclass.bwt.JCActionEvent
java.lang.Object
|
+----java.util.EventObject
|
+----java.awt.AWTEvent
|
+----java.awt.event.ActionEvent
|
+----jclass.bwt.JCActionEvent
- public class JCActionEvent
- extends ActionEvent
The action semantic event.
- See Also:
- JCActionListener
-
JCActionEvent(Object, int, String)
- Constructs an event with the specified source object.
-
JCActionEvent(Object, int, String, int)
- Constructs an event with the specified source object.
JCActionEvent
public JCActionEvent(Object source,
int id,
String command)
- Constructs an event with the specified source object.
- Parameters:
- command - the command string for this action event
JCActionEvent
public JCActionEvent(Object source,
int id,
String command,
int modifiers)
- Constructs an event with the specified source object.
- Parameters:
- command - the command string for this action event
- modifiers - the modifiers held down during this action
All Packages Class Hierarchy This Package Previous Next Index