Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
TextIconAlignment |
StaticTextData.getAlignment()
Returns the alignment of the text and the icon.
|
static TextIconAlignment |
TextIconAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextIconAlignment[] |
TextIconAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StaticTextData.setAlignment(TextIconAlignment alignment)
Sets the alignment of the text and the icon.
|
Modifier and Type | Method and Description |
---|---|
TextIconAlignment |
TextIconData.getAlignment()
Returns the alignment of the icon relative to the text.
|
TextIconAlignment |
StaticTextDataTransformer.getAlignment()
Returns the default
TextIconAlignment . |
TextIconAlignment |
StaticTextDataImpl.getAlignment()
Returns the alignment of the text and icon.
|
Modifier and Type | Method and Description |
---|---|
void |
TextIconData.setAlignment(TextIconAlignment alignment)
Sets the alignment of the icon relative to the text.
|
void |
StaticTextDataTransformer.setAlignment(TextIconAlignment alignment)
Sets the default
TextIconAlignment . |
void |
StaticTextDataImpl.setAlignment(TextIconAlignment alignment)
Sets the alignment of the text and icon.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.