Uses of Class
net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Packages that use FormBaseTag Package Description net.sf.jguiraffe.gui.builder.action.tags Here the tags for creating actions and related objects are defined.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. -
-
Uses of FormBaseTag in net.sf.jguiraffe.gui.builder.action.tags
Subclasses of FormBaseTag in net.sf.jguiraffe.gui.builder.action.tags Modifier and Type Class Description class
AbstractActionDataTag
An abstract base class for tag handler classes that need to deal with action objects and their properties.class
ActionControlTag
Definition of an abstract base class for tag handler classes that create controls, which can be associated with actions.class
ActionDataTag
A simple tag for creating objects of typeActionData
.class
ActionListenerTag
A specific form event listener tag implementation that deals with action listeners.class
ActionTag
A tag handler class for creating action objects.class
ChangeListenerTag
A specific form event listener tag implementation that deals with change listeners.class
EventListenerTag
A base class for event listener tags.class
EventListenerTypeTag
A specialized tag handler implementation that allows adding another event listener type to aFormEventListenerTag
.class
FocusListenerTag
A specific form event listener tag implementation that deals with focus listeners.class
FormEventListenerTag
A base class for event listener tag handler classes that deal with event listeners for form events.class
MenuBarTag
A tag handler class for creating menu bars.class
MenuItemTag
A tag handler class that creates menu items.class
MenuTag
A tag handler class for defining menus.class
MouseListenerTag
A specialized event listener tag that deals with mouse events.class
SeparatorTag
A simple tag handler class for creating a separator for menus, toolbars, and related components.class
ToolbarTag
A specialized tag handler class for creating a toolbar component.class
ToolButtonTag
A specific tag handler class for creating toolbar buttons. -
Uses of FormBaseTag in net.sf.jguiraffe.gui.builder.components.tags
Subclasses of FormBaseTag in net.sf.jguiraffe.gui.builder.components.tags Modifier and Type Class Description class
BorderConstraintsTag
A special tag handler implementation for creating constraints object for a
.BorderLayout
class
BorderLayoutTag
A special layout tag that creates aBorderLayout
object.class
ButtonLayoutTag
A specialized layout tag that creates a
.ButtonLayout
class
ButtonTag
A specific tag handler class for creating command button components.class
CheckboxTag
A specific input component tag for creating a checkbox.class
ComboBoxTag
A specific input component tag that creates a combo box component.class
ComponentBaseTag
An abstract base class for tags that create GUI components.class
ComponentGroupTag
A tag for constructing (logic) groups of components.class
ConstraintsTag
An abstract base class for creating layout constraints objects.class
ContainerTag
A specific tag handler implementation for creating container tags.class
DesktopPanelTag
A specific container tag implementation that creates a desktop panel.class
FieldTag
A specific input component tag that allows to make use of custom input components.class
FontTag
A specialized tag handler class for creating fonts.class
IconTag
A tag for adding an icon to a component.class
InputComponentTag
A base class for tag handler classes that create input components.class
LabelTag
A tag class for creating labels.class
LayoutTag
A base tag handler class for layout tags.class
ListBoxTag
A specific input component tag that creates a list box component.class
ListModelItemTag
A tag handler class that creates an item for a list model.class
LocalizedTag
A specialized tag handler class for loading localized texts and passing them to tags implementing theValueSupport
interface.class
PanelTag
A specific container tag implementation that creates a panel.class
PasswordFieldTag
A specialized tag handler implementation for creating password text fields.class
PercentCellConstraintsTag
An abstract base class for tags that define cell constraints of a percent layout.class
PercentCellGroupTag
A tag handler base class for tags that define cell groups for a percent layout.class
PercentColConstraintsTag
A concrete cell constraints tag implementation.class
PercentColGroupTag
A concrete cell group tag that creates a column group for a percent layout.class
PercentConstraintsTag
A specific layout constraints tag that creates a
object, i.e. layout constraints for thePercentData
PercentLayout
class.class
PercentLayoutTag
A specific layout tag that creates a Percent Layout manager.class
PercentRowConstraintsTag
A concrete cell constraints tag implementation.class
PercentRowGroupTag
A concrete cell group tag that creates a row group for a percent layout.class
ProgressBarTag
A special input component tag that defines a progress bar.class
PropertiesTag
A tag for creating a map with properties and passing it to a target tag.class
PropertyTag
A tag for setting a property.class
PushButtonTag
An abstract base class for tag handler classes that implement push buttons like checkboxes or radio buttons.class
RadioButtonTag
A specific input component tag for creating a radio button.class
RadioGroupTag
A tag for creating a radio group.class
ReferenceTag
A tag handler class that can be used to define references to other components or groups in the body of aComponentHandlerTag
.class
SimpleComponentTag
An abstract base class for tags that create simple GUI components.class
SliderTag
A specialized input component tag that defines a slider component.class
SplitterTag
A tag for implementing a splitter component.class
StaticTextTag
A tag handler class for creating a static text component.class
TabbedPaneTag
A specialized tag handler implementation for creating a tabbed pane.class
TabTag
A tag handler class for creating register tab pages of a tabbed pane.class
TextAreaTag
A specific component tag that constructs a text area component.class
TextFieldTag
A specific input component tag that constructs a text field component.class
TextIconTag
A base class for simple components that support a display text and an icon.class
TextListModelTag
A tag handler class that creates a text basedListModel
.class
ToggleButtonTag
A specific tag handler class for creating toggle buttons.class
TreeIconTag
A tag for defining icons for tree components.class
TreeTag
A tag that creates a tree component.Methods in net.sf.jguiraffe.gui.builder.components.tags that return FormBaseTag Modifier and Type Method Description FormBaseTag
TextData. getTag()
Returns the associated tag.Constructors in net.sf.jguiraffe.gui.builder.components.tags with parameters of type FormBaseTag Constructor Description TextData(FormBaseTag t)
Creates a new instance ofTextData
and initializes it with the given tag.TextIconData(FormBaseTag tag)
Creates an instance ofTextIconData
and associates it with the specified tag. -
Uses of FormBaseTag in net.sf.jguiraffe.gui.builder.components.tags.table
Subclasses of FormBaseTag in net.sf.jguiraffe.gui.builder.components.tags.table Modifier and Type Class Description class
ColumnComponentTag
An abstract base class for tags that define renderers or editors for the columns of a table.class
ColumnEditorTag
A tag for defining the editor of a column within a table.class
ColumnRendererTag
A tag for defining the renderer of a column within a table.class
TableColumnTag
A tag handler class for defining columns of a table component.class
TableTag
A tag that creates a table component. -
Uses of FormBaseTag in net.sf.jguiraffe.gui.builder.window.tags
Subclasses of FormBaseTag in net.sf.jguiraffe.gui.builder.window.tags Modifier and Type Class Description class
DialogTag
A tag handler class for creating dialogs.class
FrameTag
A tag handler class for creating (main) frame windows.class
InternalFrameTag
A tag handler class for creating internal frames.class
WindowBaseTag
A base class for all tag handler classes that create windows.class
WindowListenerTag
A specialized event listener tag that can be used to register window listeners.
-