Uses of Class
org.eclipse.nebula.widgets.opal.preferencewindow.PWContainer
-
Packages that use PWContainer Package Description org.eclipse.nebula.widgets.opal.preferencewindow -
-
Uses of PWContainer in org.eclipse.nebula.widgets.opal.preferencewindow
Subclasses of PWContainer in org.eclipse.nebula.widgets.opal.preferencewindow Modifier and Type Class Description classPWGroupInstances of this class are groupsclassPWRowInstances of this class are rowsclassPWRowGroupAbstract class for both row and groupsclassPWTabInstance of this class are tabsFields in org.eclipse.nebula.widgets.opal.preferencewindow declared as PWContainer Modifier and Type Field Description protected PWContainerPWRowGroup. parentMethods in org.eclipse.nebula.widgets.opal.preferencewindow that return PWContainer Modifier and Type Method Description abstract PWContainerPWContainer. add(PWContainer element)Add a container to the current elementabstract PWContainerPWContainer. add(PWWidget widget)Add a widget to the current elementPWContainerPWGroup. add(PWContainer element)PWContainerPWGroup. add(PWWidget widget)PWContainerPWRow. add(PWContainer element)PWContainerPWRow. add(PWWidget widget)PWContainerPWTab. add(PWContainer element)PWContainerPWTab. add(PWWidget widget)Methods in org.eclipse.nebula.widgets.opal.preferencewindow with parameters of type PWContainer Modifier and Type Method Description abstract PWContainerPWContainer. add(PWContainer element)Add a container to the current elementPWContainerPWGroup. add(PWContainer element)PWContainerPWRow. add(PWContainer element)PWContainerPWTab. add(PWContainer element)protected voidPWGroup. checkParent(PWContainer parent)protected voidPWRow. checkParent(PWContainer parent)protected abstract voidPWRowGroup. checkParent(PWContainer parent)Check if the parent is compatible with the objectvoidPWRowGroup. setParent(PWContainer parent)
-