Uses of Package
net.sf.jguiraffe.gui.builder.components.tags
-
Packages that use net.sf.jguiraffe.gui.builder.components.tags Package Description 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.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.window.tags A package with tag handler classes for creating window components. -
Classes in net.sf.jguiraffe.gui.builder.components.tags used by net.sf.jguiraffe.gui.builder.action Class Description TextIconData A helper class that provides some functionality for components that can display both a text and an icon. -
Classes in net.sf.jguiraffe.gui.builder.components.tags used by net.sf.jguiraffe.gui.builder.action.tags Class Description ComponentBaseTag An abstract base class for tags that create GUI components.ConditionalTag Definition of an interface for tags that are only executed for certain builders.FormBaseTag A base class for tags of the form builder framework.IconSupport Definition of an interface for GUI components that support icons.PropertySupport Definition of an interface to be implemented by tags that support setting of properties.SimpleComponentTag An abstract base class for tags that create simple GUI components.TextIconData A helper class that provides some functionality for components that can display both a text and an icon.UseBeanBaseTag A tag handler base class for tags that deal with the creation of service beans. -
Classes in net.sf.jguiraffe.gui.builder.components.tags used by net.sf.jguiraffe.gui.builder.components Class Description BorderLayoutTag A special layout tag that creates aBorderLayout
object.ButtonLayoutTag A specialized layout tag that creates a
.ButtonLayout
ButtonTag A specific tag handler class for creating command button components.CheckboxTag A specific input component tag for creating a checkbox.ComboBoxTag A specific input component tag that creates a combo box component.DesktopPanelTag A specific container tag implementation that creates a desktop panel.FontTag A specialized tag handler class for creating fonts.InputComponentTag A base class for tag handler classes that create input components.LabelTag A tag class for creating labels.ListBoxTag A specific input component tag that creates a list box component.PanelTag A specific container tag implementation that creates a panel.PasswordFieldTag A specialized tag handler implementation for creating password text fields.PercentLayoutTag A specific layout tag that creates a Percent Layout manager.ProgressBarTag A special input component tag that defines a progress bar.RadioButtonTag A specific input component tag for creating a radio button.SliderTag A specialized input component tag that defines a slider component.SplitterTag A tag for implementing a splitter component.StaticTextTag A tag handler class for creating a static text component.TabbedPaneTag A specialized tag handler implementation for creating a tabbed pane.TextAreaTag A specific component tag that constructs a text area component.TextFieldTag A specific input component tag that constructs a text field component.ToggleButtonTag A specific tag handler class for creating toggle buttons.TreeTag A tag that creates a tree component. -
Classes in net.sf.jguiraffe.gui.builder.components.tags used by net.sf.jguiraffe.gui.builder.components.tags Class Description ComponentBaseTag An abstract base class for tags that create GUI components.ConditionalTag Definition of an interface for tags that are only executed for certain builders.ConstraintsTag An abstract base class for creating layout constraints objects.ContainerTag A specific tag handler implementation for creating container tags.DesktopPanelTag.DragMode Enumeration class that defines the allowed values for thedragmode
attribute.FieldTag A specific input component tag that allows to make use of custom input components.FormBaseTag A base class for tags of the form builder framework.IconSupport Definition of an interface for GUI components that support icons.InputComponentTag A base class for tag handler classes that create input components.LayoutTag A base tag handler class for layout tags.ListModelSupport Definition of an interface for tags that support a list model.PercentCellConstraintsTag An abstract base class for tags that define cell constraints of a percent layout.PercentCellGroupTag A tag handler base class for tags that define cell groups for a percent layout.PercentLayoutTag A specific layout tag that creates a Percent Layout manager.PropertiesSupport Definition of an interface to be implemented by tags that support a properties object.PropertySupport Definition of an interface to be implemented by tags that support setting of properties.PushButtonTag An abstract base class for tag handler classes that implement push buttons like checkboxes or radio buttons.ScrollSizeSupport Definition of an interface to be implemented by tags that allow the specification of a preferred scroll width and height.SimpleComponentTag An abstract base class for tags that create simple GUI components.StaticTextDataImpl A default implementation of theStaticTextData
interface.TabbedPaneTag.Placement An enumeration class that defines the valid values for theplacement
attribute.TabbedPaneTag.TabData A data class that holds all properties of a register that can be added to a tabbed pane.TextData A helper class that provides some functionality for components that can display an internationalized text.TextFieldTag A specific input component tag that constructs a text field component.TextIconData A helper class that provides some functionality for components that can display both a text and an icon.TextIconTag A base class for simple components that support a display text and an icon.ToggleButtonTag A specific tag handler class for creating toggle buttons.TransformerBaseTag A base class for tags that create transformers or validators.TransformerTag.Type An enumeration for the possible types of a transformer.TreeIconHandler Definition of an interface for components that determine the icons displayed by a tree component.UseBeanBaseTag A tag handler base class for tags that deal with the creation of service beans.ValidatorBaseTag A base class for tag handler implementations that create validators for input components. -
Classes in net.sf.jguiraffe.gui.builder.components.tags used by net.sf.jguiraffe.gui.builder.components.tags.table Class Description ComponentBaseTag An abstract base class for tags that create GUI components.ConditionalTag Definition of an interface for tags that are only executed for certain builders.ContainerTag A specific tag handler implementation for creating container tags.FieldTag A specific input component tag that allows to make use of custom input components.FormBaseTag A base class for tags of the form builder framework.InputComponentTag A base class for tag handler classes that create input components.PropertySupport Definition of an interface to be implemented by tags that support setting of properties.ScrollSizeSupport Definition of an interface to be implemented by tags that allow the specification of a preferred scroll width and height.SimpleComponentTag An abstract base class for tags that create simple GUI components.TextData A helper class that provides some functionality for components that can display an internationalized text.UseBeanBaseTag A tag handler base class for tags that deal with the creation of service beans. -
Classes in net.sf.jguiraffe.gui.builder.components.tags used by net.sf.jguiraffe.gui.builder.window.tags Class Description ComponentBaseTag An abstract base class for tags that create GUI components.ConditionalTag Definition of an interface for tags that are only executed for certain builders.ContainerTag A specific tag handler implementation for creating container tags.FormBaseTag A base class for tags of the form builder framework.IconSupport Definition of an interface for GUI components that support icons.PropertySupport Definition of an interface to be implemented by tags that support setting of properties.SimpleComponentTag An abstract base class for tags that create simple GUI components.UseBeanBaseTag A tag handler base class for tags that deal with the creation of service beans.