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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AccessibleComposite
An extended version of the
Composite interface which also allows
access to the data passed via the mutating methods. |
Modifier and Type | Class and Description |
---|---|
class |
ComponentBuilderData
A class for storing temporary data and the results of a form builder
operation.
|
class |
CompositeImpl
A straight-forward implementation of the
Composite interface. |
Modifier and Type | Method and Description |
---|---|
Composite |
DefaultContainerSelector.getComposite(Composite tag)
Returns the
Composite to be used for the specified tag
implementing the Composite interface. |
Composite |
ContainerSelector.getComposite(Composite tag)
Returns the
Composite to be used for the specified tag
implementing the Composite interface. |
Modifier and Type | Method and Description |
---|---|
Composite |
DefaultContainerSelector.getComposite(Composite tag)
Returns the
Composite to be used for the specified tag
implementing the Composite interface. |
Composite |
ContainerSelector.getComposite(Composite tag)
Returns the
Composite to be used for the specified tag
implementing the Composite interface. |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
Composite |
FormBaseTag.findContainer()
Tries to determine the container to which this component should be added.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and 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.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.