Uses of Class
net.sf.jguiraffe.gui.builder.event.BuilderEvent
-
Packages that use BuilderEvent Package Description net.sf.jguiraffe.gui.builder.action Theactionsub 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. -
-
Uses of BuilderEvent in net.sf.jguiraffe.gui.builder.action
Methods in net.sf.jguiraffe.gui.builder.action with parameters of type BuilderEvent Modifier and Type Method Description voidFormAction. execute(BuilderEvent event)Executes this action.static voidActionHelper. invokeActionTask(Object task, FormAction action, BuilderEvent event)Invokes the specified action task.voidActionTask. run(FormAction action, BuilderEvent event)Implements the logic behind an action. -
Uses of BuilderEvent in net.sf.jguiraffe.gui.builder.components.model
Subclasses of BuilderEvent in net.sf.jguiraffe.gui.builder.components.model Modifier and Type Class Description classTreeExpansionEventAn event class reporting a change in the expanded state of a tree's node. -
Uses of BuilderEvent in net.sf.jguiraffe.gui.builder.event
Subclasses of BuilderEvent in net.sf.jguiraffe.gui.builder.event Modifier and Type Class Description classFormActionEventA specific event class for dealing with action events.classFormChangeEventA specific event class for change events.classFormEventAn event class used in the form and form builder framework to deliver event information related to form elements (controls or input components).classFormFocusEventA specific event class dealing with focus events.classFormMouseEventA specialized event class for reporting events related to mouse actions. -
Uses of BuilderEvent in net.sf.jguiraffe.gui.builder.event.filter
Methods in net.sf.jguiraffe.gui.builder.event.filter with parameters of type BuilderEvent Modifier and Type Method Description protected abstract booleanAbstractEventFilter. acceptEvent(BuilderEvent event)Tests if the passed in event object is accepted by this filter.protected booleanClassEventFilter. acceptEvent(BuilderEvent event)Tests the specified event object.protected booleanTypeEventFilter. acceptEvent(BuilderEvent event)Tests the given event. -
Uses of BuilderEvent in net.sf.jguiraffe.gui.builder.window
Subclasses of BuilderEvent in net.sf.jguiraffe.gui.builder.window Modifier and Type Class Description classWindowEventAn event class used by the window builder framework to deliver event information related to windows. -
Uses of BuilderEvent in net.sf.jguiraffe.gui.builder.window.ctrl
Subclasses of BuilderEvent in net.sf.jguiraffe.gui.builder.window.ctrl Modifier and Type Class Description classFormControllerEventA base class for events generated byFormController.classFormControllerFieldStatusEventA specializedFormControllerEventclass that is generated whenever a form field changes its visited status.classFormControllerFormEventA specializedFormControllerEventclass for events related to the form associated with aFormController.classFormControllerValidationEventA specializedFormControllerEventclass that is generated when the controller performs a validation.
-