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 classAbstractActionDataTagAn abstract base class for tag handler classes that need to deal with action objects and their properties.classActionControlTagDefinition of an abstract base class for tag handler classes that create controls, which can be associated with actions.classActionDataTagA simple tag for creating objects of typeActionData.classActionListenerTagA specific form event listener tag implementation that deals with action listeners.classActionTagA tag handler class for creating action objects.classChangeListenerTagA specific form event listener tag implementation that deals with change listeners.classEventListenerTagA base class for event listener tags.classEventListenerTypeTagA specialized tag handler implementation that allows adding another event listener type to aFormEventListenerTag.classFocusListenerTagA specific form event listener tag implementation that deals with focus listeners.classFormEventListenerTagA base class for event listener tag handler classes that deal with event listeners for form events.classMenuBarTagA tag handler class for creating menu bars.classMenuItemTagA tag handler class that creates menu items.classMenuTagA tag handler class for defining menus.classMouseListenerTagA specialized event listener tag that deals with mouse events.classSeparatorTagA simple tag handler class for creating a separator for menus, toolbars, and related components.classToolbarTagA specialized tag handler class for creating a toolbar component.classToolButtonTagA 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 classBorderConstraintsTagA special tag handler implementation for creating constraints object for a.BorderLayoutclassBorderLayoutTagA special layout tag that creates aBorderLayoutobject.classButtonLayoutTagA specialized layout tag that creates a.ButtonLayoutclassButtonTagA specific tag handler class for creating command button components.classCheckboxTagA specific input component tag for creating a checkbox.classComboBoxTagA specific input component tag that creates a combo box component.classComponentBaseTagAn abstract base class for tags that create GUI components.classComponentGroupTagA tag for constructing (logic) groups of components.classConstraintsTagAn abstract base class for creating layout constraints objects.classContainerTagA specific tag handler implementation for creating container tags.classDesktopPanelTagA specific container tag implementation that creates a desktop panel.classFieldTagA specific input component tag that allows to make use of custom input components.classFontTagA specialized tag handler class for creating fonts.classIconTagA tag for adding an icon to a component.classInputComponentTagA base class for tag handler classes that create input components.classLabelTagA tag class for creating labels.classLayoutTagA base tag handler class for layout tags.classListBoxTagA specific input component tag that creates a list box component.classListModelItemTagA tag handler class that creates an item for a list model.classLocalizedTagA specialized tag handler class for loading localized texts and passing them to tags implementing theValueSupportinterface.classPanelTagA specific container tag implementation that creates a panel.classPasswordFieldTagA specialized tag handler implementation for creating password text fields.classPercentCellConstraintsTagAn abstract base class for tags that define cell constraints of a percent layout.classPercentCellGroupTagA tag handler base class for tags that define cell groups for a percent layout.classPercentColConstraintsTagA concrete cell constraints tag implementation.classPercentColGroupTagA concrete cell group tag that creates a column group for a percent layout.classPercentConstraintsTagA specific layout constraints tag that creates aobject, i.e. layout constraints for thePercentDataPercentLayoutclass.classPercentLayoutTagA specific layout tag that creates a Percent Layout manager.classPercentRowConstraintsTagA concrete cell constraints tag implementation.classPercentRowGroupTagA concrete cell group tag that creates a row group for a percent layout.classProgressBarTagA special input component tag that defines a progress bar.classPropertiesTagA tag for creating a map with properties and passing it to a target tag.classPropertyTagA tag for setting a property.classPushButtonTagAn abstract base class for tag handler classes that implement push buttons like checkboxes or radio buttons.classRadioButtonTagA specific input component tag for creating a radio button.classRadioGroupTagA tag for creating a radio group.classReferenceTagA tag handler class that can be used to define references to other components or groups in the body of aComponentHandlerTag.classSimpleComponentTagAn abstract base class for tags that create simple GUI components.classSliderTagA specialized input component tag that defines a slider component.classSplitterTagA tag for implementing a splitter component.classStaticTextTagA tag handler class for creating a static text component.classTabbedPaneTagA specialized tag handler implementation for creating a tabbed pane.classTabTagA tag handler class for creating register tab pages of a tabbed pane.classTextAreaTagA specific component tag that constructs a text area component.classTextFieldTagA specific input component tag that constructs a text field component.classTextIconTagA base class for simple components that support a display text and an icon.classTextListModelTagA tag handler class that creates a text basedListModel.classToggleButtonTagA specific tag handler class for creating toggle buttons.classTreeIconTagA tag for defining icons for tree components.classTreeTagA tag that creates a tree component.Methods in net.sf.jguiraffe.gui.builder.components.tags that return FormBaseTag Modifier and Type Method Description FormBaseTagTextData. 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 ofTextDataand initializes it with the given tag.TextIconData(FormBaseTag tag)Creates an instance ofTextIconDataand 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 classColumnComponentTagAn abstract base class for tags that define renderers or editors for the columns of a table.classColumnEditorTagA tag for defining the editor of a column within a table.classColumnRendererTagA tag for defining the renderer of a column within a table.classTableColumnTagA tag handler class for defining columns of a table component.classTableTagA 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 classDialogTagA tag handler class for creating dialogs.classFrameTagA tag handler class for creating (main) frame windows.classInternalFrameTagA tag handler class for creating internal frames.classWindowBaseTagA base class for all tag handler classes that create windows.classWindowListenerTagA specialized event listener tag that can be used to register window listeners.
-