Package | Description |
---|---|
net.sf.jguiraffe.gui.builder.action |
The
action sub package of the builder contains interfaces and
classes for dealing with actions and related objects during a builder operation. |
net.sf.jguiraffe.gui.builder.components.model |
In this package interfaces for specialized component handlers can be found.
|
net.sf.jguiraffe.gui.builder.event |
The main package for events and event listeners definitions.
|
net.sf.jguiraffe.gui.builder.event.filter |
This package contains classes for filtering events.
|
net.sf.jguiraffe.gui.builder.window |
The interfaces and classes in this package support the creation of several types
of windows in builder scripts.
|
net.sf.jguiraffe.gui.builder.window.ctrl |
This package contains classes and interfaces for the implementation of form
controllers.
|
net.sf.jguiraffe.gui.platform.swing.builder.action |
This package contains Swing-specific implementations for action-related classes.
|
Modifier and Type | Method and Description |
---|---|
void |
FormAction.execute(BuilderEvent event)
Executes this action.
|
static void |
ActionHelper.invokeActionTask(Object task,
FormAction action,
BuilderEvent event)
Invokes the specified action task.
|
void |
ActionTask.run(FormAction action,
BuilderEvent event)
Implements the logic behind an action.
|
Modifier and Type | Class and Description |
---|---|
class |
TreeExpansionEvent
An event class reporting a change in the expanded state of a tree's node.
|
Modifier and Type | Class and Description |
---|---|
class |
FormActionEvent
A specific event class for dealing with action events.
|
class |
FormChangeEvent
A specific event class for change events.
|
class |
FormEvent
An event class used in the form and form builder framework to deliver event
information related to form elements (controls or input components).
|
class |
FormFocusEvent
A specific event class dealing with focus events.
|
class |
FormMouseEvent
A specialized event class for reporting events related to mouse actions.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
TypeEventFilter.acceptEvent(BuilderEvent event)
Tests the given event.
|
protected boolean |
ClassEventFilter.acceptEvent(BuilderEvent event)
Tests the specified event object.
|
protected abstract boolean |
AbstractEventFilter.acceptEvent(BuilderEvent event)
Tests if the passed in event object is accepted by this filter.
|
Modifier and Type | Class and Description |
---|---|
class |
WindowEvent
An event class used by the window builder framework to deliver event
information related to windows.
|
Modifier and Type | Class and Description |
---|---|
class |
FormControllerEvent
A base class for events generated by
FormController . |
class |
FormControllerFieldStatusEvent
A specialized
FormControllerEvent class that is generated whenever a
form field changes its visited status. |
class |
FormControllerFormEvent
A specialized
FormControllerEvent class for events related to the
form associated with a FormController . |
class |
FormControllerValidationEvent
A specialized
FormControllerEvent class that is generated when the
controller performs a validation. |
Modifier and Type | Method and Description |
---|---|
void |
SwingFormAction.execute(BuilderEvent event)
Executes this action.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.