Uses of Class
org.eclipse.nebula.widgets.opal.preferencewindow.enabler.Enabler
-
-
Uses of Enabler in org.eclipse.nebula.widgets.opal.preferencewindow
Fields in org.eclipse.nebula.widgets.opal.preferencewindow declared as Enabler Modifier and Type Field Description protected EnablerPWRowGroup. enablerMethods in org.eclipse.nebula.widgets.opal.preferencewindow with parameters of type Enabler Modifier and Type Method Description PWRowGroupPWRowGroup. setEnabler(Enabler enabler) -
Uses of Enabler in org.eclipse.nebula.widgets.opal.preferencewindow.enabler
Subclasses of Enabler in org.eclipse.nebula.widgets.opal.preferencewindow.enabler Modifier and Type Class Description classEnabledIfEqualsThis enabler is used to enable a widget if a property is equal to a given valueclassEnabledIfNotEqualsThis enabler is used to enable a widget if a property is not equal to a given valueclassEnabledIfTrueThis enabler is used to enable a widget if a boolean property is true -
Uses of Enabler in org.eclipse.nebula.widgets.opal.preferencewindow.widgets
Fields in org.eclipse.nebula.widgets.opal.preferencewindow.widgets declared as Enabler Modifier and Type Field Description protected EnablerPWWidget. enablerMethods in org.eclipse.nebula.widgets.opal.preferencewindow.widgets with parameters of type Enabler Modifier and Type Method Description PWWidgetPWWidget. setEnabler(Enabler enabler)
-