Uses of Interface
net.sf.jguiraffe.gui.builder.components.Composite
-
Packages that use Composite Package Description net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components.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 Composite in net.sf.jguiraffe.gui.builder.components
Subinterfaces of Composite in net.sf.jguiraffe.gui.builder.components Modifier and Type Interface Description interfaceAccessibleCompositeAn extended version of theCompositeinterface which also allows access to the data passed via the mutating methods.Classes in net.sf.jguiraffe.gui.builder.components that implement Composite Modifier and Type Class Description classComponentBuilderDataA class for storing temporary data and the results of a form builder operation.classCompositeImplA straight-forward implementation of theCompositeinterface.Methods in net.sf.jguiraffe.gui.builder.components that return Composite Modifier and Type Method Description CompositeContainerSelector. getComposite(Composite tag)Returns theCompositeto be used for the specified tag implementing theCompositeinterface.CompositeDefaultContainerSelector. getComposite(Composite tag)Returns theCompositeto be used for the specified tag implementing theCompositeinterface.Methods in net.sf.jguiraffe.gui.builder.components with parameters of type Composite Modifier and Type Method Description CompositeContainerSelector. getComposite(Composite tag)Returns theCompositeto be used for the specified tag implementing theCompositeinterface.CompositeDefaultContainerSelector. getComposite(Composite tag)Returns theCompositeto be used for the specified tag implementing theCompositeinterface. -
Uses of Composite in net.sf.jguiraffe.gui.builder.components.tags
Classes in net.sf.jguiraffe.gui.builder.components.tags that implement Composite Modifier and Type Class Description classContainerTagA specific tag handler implementation for creating container tags.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.classTabbedPaneTagA specialized tag handler implementation for creating a tabbed pane.classTabTagA tag handler class for creating register tab pages of a tabbed pane.Methods in net.sf.jguiraffe.gui.builder.components.tags that return Composite Modifier and Type Method Description CompositeFormBaseTag. findContainer()Tries to determine the container to which this component should be added. -
Uses of Composite in net.sf.jguiraffe.gui.builder.components.tags.table
Classes in net.sf.jguiraffe.gui.builder.components.tags.table that implement Composite 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.classTableTagA tag that creates a table component. -
Uses of Composite in net.sf.jguiraffe.gui.builder.window.tags
Classes in net.sf.jguiraffe.gui.builder.window.tags that implement Composite 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.
-