Uses of Class
org.eclipse.nebula.widgets.opal.preferencewindow.widgets.PWWidget
-
-
Uses of PWWidget in org.eclipse.nebula.widgets.opal.preferencewindow
Fields in org.eclipse.nebula.widgets.opal.preferencewindow with type parameters of type PWWidget Modifier and Type Field Description protected java.util.List<PWWidget>PWRow. widgetsprivate java.util.List<PWWidget>ValueAndAssociatedWidgets. widgetsMethods in org.eclipse.nebula.widgets.opal.preferencewindow with parameters of type PWWidget Modifier and Type Method Description abstract PWContainerPWContainer. add(PWWidget widget)Add a widget to the current elementPWContainerPWGroup. add(PWWidget widget)PWContainerPWRow. add(PWWidget widget)PWContainerPWTab. add(PWWidget widget)(package private) voidValueAndAssociatedWidgets. addWidget(PWWidget widget)voidPreferenceWindow. addWidgetLinkedTo(java.lang.String propertyKey, PWWidget widget)Add a widget that is linked to a given property -
Uses of PWWidget in org.eclipse.nebula.widgets.opal.preferencewindow.enabler
Methods in org.eclipse.nebula.widgets.opal.preferencewindow.enabler with parameters of type PWWidget Modifier and Type Method Description voidEnabler. injectWidget(PWWidget widget)Link a widget to the enabler -
Uses of PWWidget in org.eclipse.nebula.widgets.opal.preferencewindow.widgets
Subclasses of PWWidget in org.eclipse.nebula.widgets.opal.preferencewindow.widgets Modifier and Type Class Description classPWButtonInstances of this class are buttonsclassPWCheckboxInstances of this class are checkboxesclassPWChooserAbstract class for chooser widgetsclassPWColorChooserInstances of this class are used to select a colorclassPWComboInstances of this class are ComboclassPWDirectoryChooserInstances of this class are used to select a directoryclassPWFileChooserInstances of this class are used to select a fileclassPWFloatTextInstances of this class are text box to type floatsclassPWFontChooserInstances of this class are used to select a fontclassPWIntegerTextInstances of this class are text box to type IntegersclassPWLabelInstances of this class are labels, that could contain some HTML tags (B,I,U)classPWPasswordTextInstances of this class are text box to type passwordclassPWRadioInstances of this class are a group of radio buttonsclassPWScaleInstances of this class are scalesclassPWSeparatorInstances of this class are separatorsclassPWSpinnerInstances of this class are spinnersclassPWStringTextInstances of this class are text box to type StringsclassPWTextThis is the abstract class for all text widgets (except textarea)classPWTextareaInstances of this class are text areasclassPWURLTextInstances of this class are text box used to type URLMethods in org.eclipse.nebula.widgets.opal.preferencewindow.widgets that return PWWidget Modifier and Type Method Description PWWidgetPWWidget. setAlignment(int alignment)PWWidgetPWWidget. setEnabler(Enabler enabler)PWWidgetPWWidget. setGrabExcessSpace(boolean grabExcessSpace)PWWidgetPWWidget. setHeight(int height)PWWidgetPWWidget. setIndent(int indent)PWWidgetPWWidget. setWidth(int width)
-