| Package | Description |
|---|---|
| com.orchestranetworks.addon.dmdv.template.bean |
Provides common classes to build a node template.
|
| Modifier and Type | Method and Description |
|---|---|
PanelLayout |
NodePanel.getPanelLayout()
Returns the panel layout which controls how the panel's elements are measured and arranged.
|
static PanelLayout |
PanelLayout.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PanelLayout[] |
PanelLayout.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodePanel.setPanelLayout(PanelLayout panelLayout)
Sets the panel layout which controls how the panel's elements are measured and arranged.
|