Class PWRow
java.lang.Object
org.eclipse.nebula.widgets.opal.preferencewindow.PWContainer
org.eclipse.nebula.widgets.opal.preferencewindow.PWRowGroup
org.eclipse.nebula.widgets.opal.preferencewindow.PWRow
public class PWRow extends PWRowGroup
Instances of this class are rows
-
Field Summary
Fields inherited from class org.eclipse.nebula.widgets.opal.preferencewindow.PWRowGroup
enabler, numberOfColumns, parent, parentNumberOfColums
-
Constructor Summary
Constructors Constructor Description PWRow()
Constructor -
Method Summary
Modifier and Type Method Description PWContainer
add(PWContainer element)
Add a container to the current elementPWContainer
add(PWWidget widget)
Add a widget to the current elementvoid
build(org.eclipse.swt.widgets.Composite parent)
Build the content of the containerprotected void
checkParent(PWContainer parent)
Check if the parent is compatible with the objectvoid
enableOrDisable()
Enables or disables all elements stored in this group or rowMethods inherited from class org.eclipse.nebula.widgets.opal.preferencewindow.PWRowGroup
addColumn, getNumberOfColums, setEnabler, setParent, setParentNumberOfColumns
-
Field Details
-
Constructor Details
-
PWRow
public PWRow()Constructor
-
-
Method Details
-
add
Description copied from class:PWContainer
Add a widget to the current element- Specified by:
add
in classPWContainer
- Parameters:
widget
- widget to add- Returns:
- the container
-
add
Description copied from class:PWContainer
Add a container to the current element- Specified by:
add
in classPWContainer
- Parameters:
element
- element to add- Returns:
- the container
-
build
public void build(org.eclipse.swt.widgets.Composite parent)Description copied from class:PWContainer
Build the content of the container- Specified by:
build
in classPWContainer
- Parameters:
parent
- parent composite
-
checkParent
Description copied from class:PWRowGroup
Check if the parent is compatible with the object- Specified by:
checkParent
in classPWRowGroup
- Parameters:
parent
- parent to check
-
enableOrDisable
public void enableOrDisable()Description copied from class:PWRowGroup
Enables or disables all elements stored in this group or row- Specified by:
enableOrDisable
in classPWRowGroup
-