Uses of Package
net.sf.jguiraffe.gui.forms
-
Packages that use net.sf.jguiraffe.gui.forms Package Description net.sf.jguiraffe.gui.app In this package the main application class can be found.net.sf.jguiraffe.gui.builder The main package of the builder.net.sf.jguiraffe.gui.builder.action Theaction
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.action.tags Here the tags for creating actions and related objects are defined.net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components.net.sf.jguiraffe.gui.builder.components.model In this package interfaces for specialized component handlers can be found.net.sf.jguiraffe.gui.builder.components.tags A package with tag handler classes for creating GUI components.net.sf.jguiraffe.gui.builder.components.tags.table A package with tag handler classes for creating table components.net.sf.jguiraffe.gui.builder.event The main package for events and event listeners definitions.net.sf.jguiraffe.gui.builder.window.ctrl This package contains classes and interfaces for the implementation of form controllers.net.sf.jguiraffe.gui.forms A package for dealing with forms.net.sf.jguiraffe.gui.forms.bind This package contains implementations for concrete binding strategies. -
Classes in net.sf.jguiraffe.gui.forms used by net.sf.jguiraffe.gui.app Class Description BindingStrategy Definition of an interface for objects that are responsible of the binding of form fields to model objects.FormValidator Definition of an interface for objects that can validate forms. -
Classes in net.sf.jguiraffe.gui.forms used by net.sf.jguiraffe.gui.builder Class Description BindingStrategy Definition of an interface for objects that are responsible of the binding of form fields to model objects.FormValidator Definition of an interface for objects that can validate forms. -
Classes in net.sf.jguiraffe.gui.forms used by net.sf.jguiraffe.gui.builder.action Class Description ComponentHandler Definition of an interface for accessing GUI components independently from their type. -
Classes in net.sf.jguiraffe.gui.forms used by net.sf.jguiraffe.gui.builder.action.tags Class Description ComponentHandler Definition of an interface for accessing GUI components independently from their type. -
Classes in net.sf.jguiraffe.gui.forms used by net.sf.jguiraffe.gui.builder.components Class Description BindingStrategy Definition of an interface for objects that are responsible of the binding of form fields to model objects.ComponentHandler Definition of an interface for accessing GUI components independently from their type.ComponentStore Definition of an interface for objects that are able to manage entities related to aForm
object.FieldHandler Definition of an interface for accessing fields of a form.Form This class represents a form. -
Classes in net.sf.jguiraffe.gui.forms used by net.sf.jguiraffe.gui.builder.components.model Class Description ComponentHandler Definition of an interface for accessing GUI components independently from their type. -
Classes in net.sf.jguiraffe.gui.forms used by net.sf.jguiraffe.gui.builder.components.tags Class Description ComponentHandler Definition of an interface for accessing GUI components independently from their type.FieldHandler Definition of an interface for accessing fields of a form.TransformerWrapper Definition of an interface for objects that wrap a transformer.ValidationPhase An enumeration class that describes the different validation phases.ValidatorWrapper Definition of an interface for objects that wrap a
.Validator
-
Classes in net.sf.jguiraffe.gui.forms used by net.sf.jguiraffe.gui.builder.components.tags.table Class Description ComponentHandler Definition of an interface for accessing GUI components independently from their type.FieldHandler Definition of an interface for accessing fields of a form.Form This class represents a form.FormValidatorResults Definition of an interface for describing results of a form validation. -
Classes in net.sf.jguiraffe.gui.forms used by net.sf.jguiraffe.gui.builder.event Class Description ComponentHandler Definition of an interface for accessing GUI components independently from their type.ComponentStore Definition of an interface for objects that are able to manage entities related to aForm
object. -
Classes in net.sf.jguiraffe.gui.forms used by net.sf.jguiraffe.gui.builder.window.ctrl Class Description Form This class represents a form.FormValidationMessageFormat A class for converting aFormValidatorResults
object to text.FormValidator Definition of an interface for objects that can validate forms.FormValidatorResults Definition of an interface for describing results of a form validation. -
Classes in net.sf.jguiraffe.gui.forms used by net.sf.jguiraffe.gui.forms Class Description BindingStrategy Definition of an interface for objects that are responsible of the binding of form fields to model objects.ComponentHandler Definition of an interface for accessing GUI components independently from their type.ComponentStore Definition of an interface for objects that are able to manage entities related to aForm
object.DefaultFormValidatorResults Default implementation of theFormValidatorResults
interface.DummyWrapper A dummy implementation of theTransformerWrapper
and theValidatorWrapper
interfaces.FieldHandler Definition of an interface for accessing fields of a form.Form This class represents a form.FormValidator Definition of an interface for objects that can validate forms.FormValidatorResults Definition of an interface for describing results of a form validation.TransformerWrapper Definition of an interface for objects that wrap a transformer.ValidationPhase An enumeration class that describes the different validation phases.ValidatorWrapper Definition of an interface for objects that wrap a
.Validator
-
Classes in net.sf.jguiraffe.gui.forms used by net.sf.jguiraffe.gui.forms.bind Class Description BindingStrategy Definition of an interface for objects that are responsible of the binding of form fields to model objects.