| Package | Description |
|---|---|
| com.orchestranetworks.addon.dmdv.template.bean |
Provides common classes to build a node template.
|
| Modifier and Type | Method and Description |
|---|---|
AlignmentType |
NodeElement.getAlignment()
Returns this element's alignment used in Panel layouts.
|
AlignmentType |
NodePanel.getContentAlignment()
Sets the content alignment of this panel.
|
static AlignmentType |
AlignmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlignmentType[] |
AlignmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeElement.setAlignment(AlignmentType alignment)
Sets this element's alignment used in Panel layouts.
|
void |
NodePanel.setContentAlignment(AlignmentType contentAlignment)
Returns the default alignment of this panel.
|