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 classToolbarTagA 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 classContainerTagA specific tag handler implementation for creating container tags.classDesktopPanelTagA specific container tag implementation that creates a desktop panel.classLabelTagA tag class for creating labels.classPanelTagA specific container tag implementation that creates a panel.classSplitterTagA tag for implementing a splitter component.classTabTagA tag handler class for creating register tab pages of a tabbed pane.classTextIconTagA 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 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. -
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 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.
-