Uses of Interface
net.sf.jguiraffe.gui.builder.components.tags.ConditionalTag
-
Packages that use ConditionalTag 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 ConditionalTag in net.sf.jguiraffe.gui.builder.action.tags
Classes in net.sf.jguiraffe.gui.builder.action.tags that implement ConditionalTag 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
ActionTaskTag
A simple tag for specifying task objects for actions.class
AndEventFilterTag
A specializedChainedEventFilter
implementation that creates an
.AndEventFilter
class
ChainedEventFilterTag
A specialized event filter class that deals with chained filters, i.e. event filters that can child event filters.class
ChangeListenerTag
A specific form event listener tag implementation that deals with change listeners.class
EventFilterTag
A specialized tag handler class for creating event filters.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
EventRegistrationTag
A tag handler class for registering an event listener at a single or multiple components.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
OrEventFilterTag
A specializedChainedEventFilter
implementation that creates an
.OrEventFilter
class
PopupHandlerTag
A tag handler class that allows registering a handler for a popup menu at a component.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 ConditionalTag in net.sf.jguiraffe.gui.builder.components.tags
Classes in net.sf.jguiraffe.gui.builder.components.tags that implement ConditionalTag 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
ComponentHandlerTag
A tag handler class that allows constructing customComponentHandler
objects.class
ConstraintsTag
An abstract base class for creating layout constraints objects.class
ContainerTag
A specific tag handler implementation for creating container tags.class
ConverterTag
A specialized tag handler class for adding custom data type converters in a builder script.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
FormBaseTag
A base class for tags of the form builder framework.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
TransformerBaseTag<T>
A base class for tags that create transformers or validators.class
TransformerTag
A tag handler class for creatingTransformer
objects and passing them to input component tags.class
TreeIconTag
A tag for defining icons for tree components.class
TreeTag
A tag that creates a tree component.class
UseBeanBaseTag
A tag handler base class for tags that deal with the creation of service beans.class
ValidatorBaseTag<T extends Validator>
A base class for tag handler implementations that create validators for input components.class
ValidatorsTag
A tag handler class for combining multiple validators to be assigned to an input component.class
ValidatorTag
A tag handler class for creating
objects and associating them with input components.Validator
Methods in net.sf.jguiraffe.gui.builder.components.tags with parameters of type ConditionalTag Modifier and Type Method Description static boolean
FormBaseTag. canProcess(ConditionalTag tag)
Tests if the specified conditional tag should be executed. -
Uses of ConditionalTag in net.sf.jguiraffe.gui.builder.components.tags.table
Classes in net.sf.jguiraffe.gui.builder.components.tags.table that implement ConditionalTag 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
TableEditorValidationHandlerTag
A tag handler class for defining the
to be used for a table component.TableEditorValidationHandler
class
TableSelectionHandlerTag
A tag handler class for defining selection handlers for a table component.class
TableTag
A tag that creates a table component. -
Uses of ConditionalTag in net.sf.jguiraffe.gui.builder.window.tags
Classes in net.sf.jguiraffe.gui.builder.window.tags that implement ConditionalTag Modifier and Type Class Description class
DialogTag
A tag handler class for creating dialogs.class
FormControllerListenerTag
A specialized tag handler class that can be used to register listeners at aFormController
.class
FormControllerTag
A specialized tag handler implementation for creating form controllers.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
WindowControllerTag
A tag handler class that allows the creation of window controllers.class
WindowListenerTag
A specialized event listener tag that can be used to register window listeners.
-