Uses of Class
net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Packages that use ComponentBaseTag 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 ComponentBaseTag in net.sf.jguiraffe.gui.builder.action.tags
Subclasses of ComponentBaseTag in net.sf.jguiraffe.gui.builder.action.tags Modifier and Type Class Description class
ToolbarTag
A specialized tag handler class for creating a toolbar component.Methods in net.sf.jguiraffe.gui.builder.action.tags with parameters of type ComponentBaseTag Modifier and Type Method Description protected ComponentBuilderCallBack
PopupHandlerTag. createCallBack(ComponentBaseTag componentTag, PopupMenuHandler handler)
Creates the call back object for actually registering the popup menu handler. -
Uses of ComponentBaseTag in net.sf.jguiraffe.gui.builder.components.tags
Subclasses of ComponentBaseTag in net.sf.jguiraffe.gui.builder.components.tags Modifier and Type Class Description 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
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
InputComponentTag
A base class for tag handler classes that create input components.class
LabelTag
A tag class for creating labels.class
ListBoxTag
A specific input component tag that creates a list box component.class
PanelTag
A specific container tag implementation that creates a panel.class
PasswordFieldTag
A specialized tag handler implementation for creating password text fields.class
ProgressBarTag
A special input component tag that defines a progress bar.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
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
ToggleButtonTag
A specific tag handler class for creating toggle buttons.class
TreeTag
A tag that creates a tree component. -
Uses of ComponentBaseTag in net.sf.jguiraffe.gui.builder.components.tags.table
Subclasses of ComponentBaseTag 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 ComponentBaseTag in net.sf.jguiraffe.gui.builder.window.tags
Subclasses of ComponentBaseTag 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.
-