Class ControlClickEvent
Class ControlClickEvent
java.lang.Object
|
+----java.awt.Event
|
+----ControlClickEvent
- class ControlClickEvent
- extends Event
This class creates a custom event for the ClickableLabel class.
- See Also:
- ClickablLabel
-
CTRL_CLICK
-
-
ControlClickEvent(Object, Event)
- Create a new event, but set the id field to -1 so that
our custom event is not mistaken for something else when it
propagates into other components
-
paramString()
- Construct the argument field.
CTRL_CLICK
public final static int CTRL_CLICK
ControlClickEvent
public ControlClickEvent(Object target,
Event event)
- Create a new event, but set the id field to -1 so that
our custom event is not mistaken for something else when it
propagates into other components
paramString
protected String paramString()
- Construct the argument field.
- Overrides:
- paramString in class Event