Uses of Class
net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
-
Packages that use ContainerTag Package Description 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 ContainerTag in net.sf.jguiraffe.gui.builder.components.tags
Subclasses of ContainerTag in net.sf.jguiraffe.gui.builder.components.tags Modifier and Type Class Description classDesktopPanelTagA specific container tag implementation that creates a desktop panel.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. -
Uses of ContainerTag in net.sf.jguiraffe.gui.builder.components.tags.table
Subclasses of ContainerTag 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 ContainerTag in net.sf.jguiraffe.gui.builder.window.tags
Subclasses of ContainerTag 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.
-