Uses of Enum
org.dwcj.interfaces.TextAlignable.Alignment
Packages that use TextAlignable.Alignment
Package
Description
-
Uses of TextAlignable.Alignment in org.dwcj.controls
Fields in org.dwcj.controls declared as TextAlignable.AlignmentModifier and TypeFieldDescriptionprotected TextAlignable.AlignmentAbstractDwcControl.textAlignment -
Uses of TextAlignable.Alignment in org.dwcj.controls.button
Methods in org.dwcj.controls.button that return TextAlignable.AlignmentMethods in org.dwcj.controls.button with parameters of type TextAlignable.Alignment -
Uses of TextAlignable.Alignment in org.dwcj.controls.checkbox
Methods in org.dwcj.controls.checkbox that return TextAlignable.AlignmentMethods in org.dwcj.controls.checkbox with parameters of type TextAlignable.Alignment -
Uses of TextAlignable.Alignment in org.dwcj.controls.combobox
Methods in org.dwcj.controls.combobox that return TextAlignable.AlignmentMethods in org.dwcj.controls.combobox with parameters of type TextAlignable.AlignmentModifier and TypeMethodDescriptionComboBox.setTextAlignment(TextAlignable.Alignment textAlignment) -
Uses of TextAlignable.Alignment in org.dwcj.controls.dateeditbox
Methods in org.dwcj.controls.dateeditbox that return TextAlignable.AlignmentMethods in org.dwcj.controls.dateeditbox with parameters of type TextAlignable.AlignmentModifier and TypeMethodDescriptionDateEditBox.setTextAlignment(TextAlignable.Alignment alignment) -
Uses of TextAlignable.Alignment in org.dwcj.controls.label
Methods in org.dwcj.controls.label that return TextAlignable.AlignmentMethods in org.dwcj.controls.label with parameters of type TextAlignable.Alignment -
Uses of TextAlignable.Alignment in org.dwcj.controls.listbox
Methods in org.dwcj.controls.listbox that return TextAlignable.AlignmentMethods in org.dwcj.controls.listbox with parameters of type TextAlignable.Alignment -
Uses of TextAlignable.Alignment in org.dwcj.controls.numericbox
Methods in org.dwcj.controls.numericbox that return TextAlignable.AlignmentMethods in org.dwcj.controls.numericbox with parameters of type TextAlignable.Alignment -
Uses of TextAlignable.Alignment in org.dwcj.controls.stringeditbox
Methods in org.dwcj.controls.stringeditbox that return TextAlignable.AlignmentMethods in org.dwcj.controls.stringeditbox with parameters of type TextAlignable.AlignmentModifier and TypeMethodDescriptionStringEditBox.setTextAlignment(TextAlignable.Alignment alignment) -
Uses of TextAlignable.Alignment in org.dwcj.controls.textbox
Methods in org.dwcj.controls.textbox that return TextAlignable.AlignmentMethods in org.dwcj.controls.textbox with parameters of type TextAlignable.Alignment -
Uses of TextAlignable.Alignment in org.dwcj.controls.textcombobox
Methods in org.dwcj.controls.textcombobox that return TextAlignable.AlignmentMethods in org.dwcj.controls.textcombobox with parameters of type TextAlignable.AlignmentModifier and TypeMethodDescriptionTextComboBox.setTextAlignment(TextAlignable.Alignment textAlignment) -
Uses of TextAlignable.Alignment in org.dwcj.interfaces
Methods in org.dwcj.interfaces that return TextAlignable.AlignmentModifier and TypeMethodDescriptionTextAlignable.getTextAlignment()Returns a value indicating the text's horizontal alignment.static TextAlignable.AlignmentReturns the enum constant of this type with the specified name.static TextAlignable.Alignment[]TextAlignable.Alignment.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dwcj.interfaces with parameters of type TextAlignable.AlignmentModifier and TypeMethodDescriptionTextAlignable.setTextAlignment(TextAlignable.Alignment alignment) Sets the horizontal alignment of the text within the control.