Package | Description |
---|---|
org.eclipse.nebula.widgets.opal.preferencewindow |
Modifier and Type | Class | Description |
---|---|---|
class |
PWGroup |
Instances of this class are groups
|
class |
PWRow |
Instances of this class are rows
|
class |
PWRowGroup |
Abstract class for both row and groups
|
class |
PWTab |
Instance of this class are tabs
|
Modifier and Type | Method | Description |
---|---|---|
abstract PWContainer |
PWContainer.add(PWContainer element) |
Add a container to the current element
|
abstract PWContainer |
PWContainer.add(PWWidget widget) |
Add a widget to the current element
|
PWContainer |
PWGroup.add(PWContainer element) |
|
PWContainer |
PWGroup.add(PWWidget widget) |
|
PWContainer |
PWRow.add(PWContainer element) |
|
PWContainer |
PWRow.add(PWWidget widget) |
|
PWContainer |
PWTab.add(PWContainer element) |
|
PWContainer |
PWTab.add(PWWidget widget) |
Modifier and Type | Method | Description |
---|---|---|
abstract PWContainer |
PWContainer.add(PWContainer element) |
Add a container to the current element
|
PWContainer |
PWGroup.add(PWContainer element) |
|
PWContainer |
PWRow.add(PWContainer element) |
|
PWContainer |
PWTab.add(PWContainer element) |
|
void |
PWRowGroup.setParent(PWContainer parent) |