Inherited by org.qscript.eventsonfire.SwingEvents.
|
class | AbstractListener |
|
class | EventsActionListener |
|
class | EventsFocusGainedListener |
|
class | EventsFocusLostListener |
|
class | EventsItemListener |
|
static ActionListener org.qscript.eventsonfire.AWTEvents.fireOnAction |
( |
| ) |
|
|
static |
Returns an action listener, that fires an event using the source of the event as producer and the action command as tag.
- Returns
- the action listener
static ActionListener org.qscript.eventsonfire.AWTEvents.fireOnAction |
( |
Object |
producer, |
|
|
String... |
tags |
|
) |
| |
|
static |
Creates an action listener, that fires an event using the specified producer and the specified tags. If the producer is null, the source of the event will be used as producer. If the tags are null or empty, the action command will be used as tag.
- Parameters
-
producer | the producer |
tags | the tags |
- Returns
- the action listener
static FocusListener org.qscript.eventsonfire.AWTEvents.fireOnFocusGained |
( |
| ) |
|
|
static |
Returns a focus listener, that fires an event on focus gain using the source of the event as producer.
- Returns
- the focus listener
static FocusListener org.qscript.eventsonfire.AWTEvents.fireOnFocusGained |
( |
Object |
producer, |
|
|
String... |
tags |
|
) |
| |
|
static |
Creates a focus listener, that fires an event on focus gain using the specified producer and the specified tags. If the producer is null, the source of the event will be used as producer.
- Parameters
-
producer | the producer |
tags | the tags |
- Returns
- the focus listener
static FocusListener org.qscript.eventsonfire.AWTEvents.fireOnFocusLost |
( |
| ) |
|
|
static |
Returns a focus listener, that fires an event on focus lost using the source of the event as producer.
- Returns
- the focus listener
static FocusListener org.qscript.eventsonfire.AWTEvents.fireOnFocusLost |
( |
Object |
producer, |
|
|
String... |
tags |
|
) |
| |
|
static |
Creates a focus listener, that fires an event on focus lost using the specified producer and the specified tags. If the producer is null, the source of the event will be used as producer.
- Parameters
-
producer | the producer |
tags | the tags |
- Returns
- the focus listener
static ItemListener org.qscript.eventsonfire.AWTEvents.fireOnItemChanged |
( |
| ) |
|
|
static |
Returns an item listener, that fires an event using the source of the event as producer.
- Returns
- the item listener
static ItemListener org.qscript.eventsonfire.AWTEvents.fireOnItemChanged |
( |
Object |
producer, |
|
|
String... |
tags |
|
) |
| |
|
static |
Creates an item listener, that fires an event using the specified producer and the specified tags. If the producer is null, the source of the event will be used as producer.
- Parameters
-
producer | the producer |
tags | the tags |
- Returns
- the item listener
The documentation for this class was generated from the following file:
- /Users/peter/git/qscript-repos/Q-script/src/org/qscript/eventsonfire/AWTEvents.java