Uses of Class
net.sf.jguiraffe.gui.builder.components.model.TextIconAlignment
-
Packages that use TextIconAlignment 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. -
-
Uses of TextIconAlignment in net.sf.jguiraffe.gui.builder.components.model
Methods in net.sf.jguiraffe.gui.builder.components.model that return TextIconAlignment Modifier and Type Method 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.Methods in net.sf.jguiraffe.gui.builder.components.model with parameters of type TextIconAlignment Modifier and Type Method Description void
StaticTextData. setAlignment(TextIconAlignment alignment)
Sets the alignment of the text and the icon. -
Uses of TextIconAlignment in net.sf.jguiraffe.gui.builder.components.tags
Methods in net.sf.jguiraffe.gui.builder.components.tags that return TextIconAlignment Modifier and Type Method Description TextIconAlignment
StaticTextDataImpl. getAlignment()
Returns the alignment of the text and icon.TextIconAlignment
StaticTextDataTransformer. getAlignment()
Returns the defaultTextIconAlignment
.TextIconAlignment
TextIconData. getAlignment()
Returns the alignment of the icon relative to the text.Methods in net.sf.jguiraffe.gui.builder.components.tags with parameters of type TextIconAlignment Modifier and Type Method Description void
StaticTextDataImpl. setAlignment(TextIconAlignment alignment)
Sets the alignment of the text and icon.void
StaticTextDataTransformer. setAlignment(TextIconAlignment alignment)
Sets the defaultTextIconAlignment
.void
TextIconData. setAlignment(TextIconAlignment alignment)
Sets the alignment of the icon relative to the text.
-