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

Variable Index

 o CTRL_CLICK

Constructor Index

 o 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

Method Index

 o paramString()
Construct the argument field.

Variables

 o CTRL_CLICK
  public final static int CTRL_CLICK

Constructors

 o 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

Methods

 o paramString
  protected String paramString()
Construct the argument field.
Overrides:
paramString in class Event