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 interface
AccessibleComposite
An extended version of theComposite
interface 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 class
ComponentBuilderData
A class for storing temporary data and the results of a form builder operation.class
CompositeImpl
A straight-forward implementation of theComposite
interface.Methods in net.sf.jguiraffe.gui.builder.components that return Composite Modifier and Type Method Description Composite
ContainerSelector. getComposite(Composite tag)
Returns theComposite
to be used for the specified tag implementing theComposite
interface.Composite
DefaultContainerSelector. getComposite(Composite tag)
Returns theComposite
to be used for the specified tag implementing theComposite
interface.Methods in net.sf.jguiraffe.gui.builder.components with parameters of type Composite Modifier and Type Method Description Composite
ContainerSelector. getComposite(Composite tag)
Returns theComposite
to be used for the specified tag implementing theComposite
interface.Composite
DefaultContainerSelector. getComposite(Composite tag)
Returns theComposite
to be used for the specified tag implementing theComposite
interface. -
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 class
ContainerTag
A specific tag handler implementation for creating container tags.class
DesktopPanelTag
A specific container tag implementation that creates a desktop panel.class
PanelTag
A specific container tag implementation that creates a panel.class
SplitterTag
A tag for implementing a splitter 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.Methods in net.sf.jguiraffe.gui.builder.components.tags that return Composite Modifier and Type Method Description Composite
FormBaseTag. 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 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
TableTag
A 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 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.
-