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 TextIconAlignmentStaticTextData. getAlignment()Returns the alignment of the text and the icon.static TextIconAlignmentTextIconAlignment. 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 voidStaticTextData. 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 TextIconAlignmentStaticTextDataImpl. getAlignment()Returns the alignment of the text and icon.TextIconAlignmentStaticTextDataTransformer. getAlignment()Returns the defaultTextIconAlignment.TextIconAlignmentTextIconData. 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 voidStaticTextDataImpl. setAlignment(TextIconAlignment alignment)Sets the alignment of the text and icon.voidStaticTextDataTransformer. setAlignment(TextIconAlignment alignment)Sets the defaultTextIconAlignment.voidTextIconData. setAlignment(TextIconAlignment alignment)Sets the alignment of the icon relative to the text.
-