Uses of Class
org.eclipse.nebula.widgets.opal.preferencewindow.PWRowGroup
-
Packages that use PWRowGroup Package Description org.eclipse.nebula.widgets.opal.preferencewindow org.eclipse.nebula.widgets.opal.preferencewindow.enabler -
-
Uses of PWRowGroup in org.eclipse.nebula.widgets.opal.preferencewindow
Subclasses of PWRowGroup in org.eclipse.nebula.widgets.opal.preferencewindow Modifier and Type Class Description classPWGroupInstances of this class are groupsclassPWRowInstances of this class are rowsFields in org.eclipse.nebula.widgets.opal.preferencewindow with type parameters of type PWRowGroup Modifier and Type Field Description private java.util.List<PWRowGroup>PWTab. childrenprivate java.util.List<PWRowGroup>ValueAndAssociatedWidgets. rowGroupsMethods in org.eclipse.nebula.widgets.opal.preferencewindow that return PWRowGroup Modifier and Type Method Description PWRowGroupPWRowGroup. setEnabler(Enabler enabler)Methods in org.eclipse.nebula.widgets.opal.preferencewindow with parameters of type PWRowGroup Modifier and Type Method Description (package private) voidValueAndAssociatedWidgets. addRowGroup(PWRowGroup rowGroup)voidPreferenceWindow. addRowGroupLinkedTo(java.lang.String propertyKey, PWRowGroup rowGroup)Add a row group that is linked to a given property -
Uses of PWRowGroup in org.eclipse.nebula.widgets.opal.preferencewindow.enabler
Methods in org.eclipse.nebula.widgets.opal.preferencewindow.enabler with parameters of type PWRowGroup Modifier and Type Method Description voidEnabler. injectRowGroup(PWRowGroup rowGroup)Link a row or a group to the enabler
-