Uses of Class
net.sf.jguiraffe.gui.builder.components.tags.SimpleComponentTag
-
Packages that use SimpleComponentTag 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 SimpleComponentTag in net.sf.jguiraffe.gui.builder.action.tags
Subclasses of SimpleComponentTag 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. -
Uses of SimpleComponentTag in net.sf.jguiraffe.gui.builder.components.tags
Subclasses of SimpleComponentTag in net.sf.jguiraffe.gui.builder.components.tags Modifier and Type Class Description class
ContainerTag
A specific tag handler implementation for creating container tags.class
DesktopPanelTag
A specific container tag implementation that creates a desktop panel.class
LabelTag
A tag class for creating labels.class
PanelTag
A specific container tag implementation that creates a panel.class
SplitterTag
A tag for implementing a splitter component.class
TabTag
A tag handler class for creating register tab pages of a tabbed pane.class
TextIconTag
A base class for simple components that support a display text and an icon. -
Uses of SimpleComponentTag in net.sf.jguiraffe.gui.builder.components.tags.table
Subclasses of SimpleComponentTag 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. -
Uses of SimpleComponentTag in net.sf.jguiraffe.gui.builder.window.tags
Subclasses of SimpleComponentTag 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.
-