| Package | Description |
|---|---|
| com.orchestranetworks.addon.dmdv.template.bean |
Provides common classes to build a node template.
|
| Modifier and Type | Method and Description |
|---|---|
BorderStyle |
NodePanel.getBorderStyle()
Returns the panel border style.
|
static BorderStyle |
BorderStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BorderStyle[] |
BorderStyle.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.setBorderStyle(BorderStyle borderStyle)
Sets the panel border style.
|