QScript  2.1.2
Expression and algorithm evaluator
 All Classes Namespaces Functions Variables Pages
Classes | Static Public Member Functions | List of all members
org.qscript.eventsonfire.AWTEvents Class Reference

Inherited by org.qscript.eventsonfire.SwingEvents.

Classes

class  AbstractListener
 
class  EventsActionListener
 
class  EventsFocusGainedListener
 
class  EventsFocusLostListener
 
class  EventsItemListener
 

Static Public Member Functions

static ActionListener fireOnAction ()
 
static ActionListener fireOnAction (Object producer, String...tags)
 
static ItemListener fireOnItemChanged ()
 
static ItemListener fireOnItemChanged (Object producer, String...tags)
 
static FocusListener fireOnFocusGained ()
 
static FocusListener fireOnFocusGained (Object producer, String...tags)
 
static FocusListener fireOnFocusLost ()
 
static FocusListener fireOnFocusLost (Object producer, String...tags)
 

Member Function Documentation

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
producerthe producer
tagsthe 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
producerthe producer
tagsthe 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
producerthe producer
tagsthe 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
producerthe producer
tagsthe tags
Returns
the item listener

The documentation for this class was generated from the following file: