|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Alignment | |
---|---|
net.infonode.docking.properties | Property classes for docking windows. |
net.infonode.gui | |
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.gui |
---|
Fields in net.infonode.gui declared as Alignment | |
---|---|
private Alignment |
ContentTitleBar.labelAlignment
|
Methods in net.infonode.gui that return Alignment | |
---|---|
Alignment |
ContentTitleBar.getLabelAlignment()
|
Methods in net.infonode.gui with parameters of type Alignment | |
---|---|
void |
ContentTitleBar.setLabelAlignment(Alignment labelAlignment)
|
Uses of Alignment in net.infonode.properties.types |
---|
Methods in net.infonode.properties.types that return Alignment | |
---|---|
Alignment |
AlignmentProperty.get(java.lang.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(java.lang.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,
java.lang.String name,
java.lang.String description,
PropertyValueHandler valueHandler,
Alignment[] validValues)
Constructor. |
Uses of Alignment in net.infonode.tabbedpanel.titledtab |
---|
Fields in net.infonode.tabbedpanel.titledtab declared as Alignment | |
---|---|
private Alignment |
TitledTab.StatePanel.currentLayoutAlignment
|
Methods in net.infonode.tabbedpanel.titledtab that return Alignment | |
---|---|
Alignment |
TitledTabStateProperties.getHorizontalAlignment()
Gets the text's and icon's horizontal 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 |
Alignment |
TitledTabStateProperties.getVerticalAlignment()
Gets the text's and icon's vertical alignment |
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.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 |
TitledTabStateProperties |
TitledTabStateProperties.setVerticalAlignment(Alignment alignment)
Sets the text's and icon's vertical alignment |
Uses of Alignment in net.infonode.util |
---|
Fields in net.infonode.util declared as Alignment | |
---|---|
static Alignment[] |
Alignment.ALIGNMENTS
Array containing all alignments.. |
static Alignment |
Alignment.BOTTOM
Bottom alignment. |
static Alignment |
Alignment.CENTER
Center alignment. |
static Alignment[] |
Alignment.HORIZONTAL_ALIGNMENTS
Array containing all horizontal alignments.. |
static Alignment |
Alignment.LEFT
Left alignment. |
static Alignment |
Alignment.RIGHT
Right alignment. |
static Alignment |
Alignment.TOP
Top alignment. |
static Alignment[] |
Alignment.VERTICAL_ALIGNMENTS
Array containing all vertical alignments.. |
Methods in net.infonode.util that return Alignment | |
---|---|
static Alignment |
Alignment.decode(java.io.ObjectInputStream in)
Decodes an alignment from a stream. |
static Alignment[] |
Alignment.getAlignments()
Gets the alignments. |
static Alignment[] |
Alignment.getHorizontalAlignments()
Gets the horizontal alignments. |
static Alignment[] |
Alignment.getVerticalAlignments()
Gets the vertical alignments. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |