|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Alignment | |
net.infonode.docking.properties | Property classes for docking windows. |
net.infonode.properties.types | Classes for property types. |
net.infonode.tabbedpanel.titledtab | TitledTab is a tab type with support for text, icon and a custom Swing component |
net.infonode.util | Common utility classes |
Uses of Alignment in net.infonode.docking.properties |
Methods in net.infonode.docking.properties that return Alignment | |
Alignment |
ViewTitleBarStateProperties.getIconTextHorizontalAlignment()
Gets the text's and icon's horizontal alignment |
Methods in net.infonode.docking.properties with parameters of type Alignment | |
ViewTitleBarStateProperties |
ViewTitleBarStateProperties.setIconTextHorizontalAlignment(Alignment alignment)
Sets the text's and icon's horizontal alignment |
Uses of Alignment in net.infonode.properties.types |
Methods in net.infonode.properties.types that return Alignment | |
Alignment |
AlignmentProperty.get(Object valueContainer)
Returns the alignment value of this property in a value container. |
Methods in net.infonode.properties.types with parameters of type Alignment | |
void |
AlignmentProperty.set(Object valueContainer,
Alignment alignment)
Sets the alignment value of this property in a value container. |
Constructors in net.infonode.properties.types with parameters of type Alignment | |
AlignmentProperty(PropertyGroup group,
String name,
String description,
PropertyValueHandler valueHandler,
Alignment[] validValues)
Constructor. |
Uses of Alignment in net.infonode.tabbedpanel.titledtab |
Methods in net.infonode.tabbedpanel.titledtab that return Alignment | |
Alignment |
TitledTabStateProperties.getHorizontalAlignment()
Gets the text's and icon's horizontal alignment |
Alignment |
TitledTabStateProperties.getVerticalAlignment()
Gets the text's and icon's vertical alignment |
Alignment |
TitledTabStateProperties.getIconTextRelativeAlignment()
Gets the icon alignment relative to the text. |
Alignment |
TitledTabStateProperties.getTitleComponentTextRelativeAlignment()
Gets the title components alignment relative to the text/icon |
Methods in net.infonode.tabbedpanel.titledtab with parameters of type Alignment | |
TitledTabStateProperties |
TitledTabStateProperties.setHorizontalAlignment(Alignment alignment)
Sets the text's and icon's horizontal alignment |
TitledTabStateProperties |
TitledTabStateProperties.setVerticalAlignment(Alignment alignment)
Sets the text's and icon's vertical alignment |
TitledTabStateProperties |
TitledTabStateProperties.setIconTextRelativeAlignment(Alignment alignment)
Sets the icon alignment relative to the text. |
TitledTabStateProperties |
TitledTabStateProperties.setTitleComponentTextRelativeAlignment(Alignment alignment)
Sets the title components alignment relative to the text/icon |
Uses of Alignment in net.infonode.util |
Fields in net.infonode.util declared as Alignment | |
static Alignment |
Alignment.LEFT
Left alignment. |
static Alignment |
Alignment.CENTER
Center alignment. |
static Alignment |
Alignment.RIGHT
Right alignment. |
static Alignment |
Alignment.TOP
Top alignment. |
static Alignment |
Alignment.BOTTOM
Bottom alignment. |
static Alignment[] |
Alignment.ALIGNMENTS
Array containing all alignments.. |
static Alignment[] |
Alignment.HORIZONTAL_ALIGNMENTS
Array containing all horizontal alignments.. |
static Alignment[] |
Alignment.VERTICAL_ALIGNMENTS
Array containing all vertical alignments.. |
Methods in net.infonode.util that return Alignment | |
static Alignment[] |
Alignment.getAlignments()
Gets the alignments. |
static Alignment[] |
Alignment.getHorizontalAlignments()
Gets the horizontal alignments. |
static Alignment[] |
Alignment.getVerticalAlignments()
Gets the vertical alignments. |
static Alignment |
Alignment.decode(ObjectInputStream in)
Decodes an alignment from a stream. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |