public class PWRow extends PWRowGroup
Constructor | Description |
---|---|
PWRow() |
Constructor
|
Modifier and Type | Method | Description |
---|---|---|
PWContainer |
add(PWContainer element) |
Add a container to the current element
|
PWContainer |
add(PWWidget widget) |
Add a widget to the current element
|
void |
build(org.eclipse.swt.widgets.Composite parent) |
Build the content of the container
|
void |
enableOrDisable() |
Enables or disables all elements stored in this group or row
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addColumn, getNumberOfColums, setEnabler, setParent, setParentNumberOfColumns
public PWContainer add(PWWidget widget)
PWContainer
add
in class PWContainer
widget
- widget to addPWContainer.add(org.eclipse.nebula.widgets.opal.preferencewindow.widgets.PWWidget)
public PWContainer add(PWContainer element)
PWContainer
add
in class PWContainer
element
- element to addPWContainer.add(org.eclipse.nebula.widgets.opal.preferencewindow.PWContainer)
public void build(org.eclipse.swt.widgets.Composite parent)
PWContainer
build
in class PWContainer
parent
- parent compositePWContainer.build(org.eclipse.swt.widgets.Composite)
public void enableOrDisable()
PWRowGroup
enableOrDisable
in class PWRowGroup
PWRowGroup.enableOrDisable()