See: Description
Interface | Description |
---|---|
FormActionListener |
Definition of an interface for action listeners.
|
FormChangeListener |
Definition of an interface for change listeners.
|
FormEventListener |
Base interface for listeners for form events.
|
FormFocusListener |
Definition of an interface for focus listeners.
|
FormMouseListener |
Definition of interface for mouse listeners.
|
PlatformEventManager |
Definition of an interface for dealing with platform (i.e. a specific GUI
library) specific events.
|
Class | Description |
---|---|
BuilderEvent |
The base class of events used in the form and form builder framework.
|
FormActionEvent |
A specific event class for dealing with action events.
|
FormChangeEvent |
A specific event class for change events.
|
FormEvent |
An event class used in the form and form builder framework to deliver event
information related to form elements (controls or input components).
|
FormEventManager |
The main class for event handling in the form framework.
|
FormFocusEvent |
A specific event class dealing with focus events.
|
FormMouseEvent |
A specialized event class for reporting events related to mouse actions.
|
Enum | Description |
---|---|
FormFocusEvent.Type |
An enumeration class defining the different types of focus events.
|
FormListenerType |
An enumeration class describing the supported event listener types.
|
FormMouseEvent.Type |
An enumeration class defining constants for the possible mouse actions
that can trigger a
FormMouseEvent . |
Keys |
An enumeration class defining constants for special keys on a standard
keyboard.
|
Modifiers |
An enumeration class representing special modifier keys.
|
The main package for events and event listeners definitions.
The JGUIraffe library provides generic event types independent of specific GUI toolkits. The following generic event types (and corresponding listeners) are supported:
In addition to the event classes and event listener interfaces this package
contains the FormEventManager
class, which is the central component
for registering event listeners at GUI components. It provides methods for
adding listeners of all types either globally or at specific controls.
Alternatively special tags in builder scripts can be used for registering event
listeners.
$Id: package.html 205 2012-01-29 18:29:57Z oheger $
Copyright © 2016 The JGUIraffe Team. All rights reserved.