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.model |
In this package interfaces for specialized component handlers can be found.
|
net.sf.jguiraffe.gui.builder.components.tags |
A package with tag handler classes for creating GUI components.
|
net.sf.jguiraffe.gui.platform.swing.builder.components |
A package with Swing-specific
ComponentHandler implementations. |
Modifier and Type | Method and Description |
---|---|
ComponentHandler<StaticTextData> |
ComponentManagerWrapper.createStaticText(StaticTextTag tag,
boolean create)
Creates a component handler that wraps a static text element.
|
ComponentHandler<StaticTextData> |
ComponentManager.createStaticText(StaticTextTag tag,
boolean create)
Creates a component handler that wraps a static text element.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StaticTextHandler
Definition of an interface for a handler that represents a static text
component.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticTextDataImpl
A default implementation of the
StaticTextData interface. |
Modifier and Type | Method and Description |
---|---|
ComponentHandler<StaticTextData> |
SwingComponentManager.createStaticText(StaticTextTag tag,
boolean create)
Creates a component handler for a static text, which is specified by the
given tag.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.