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. widgets
Methods in org.eclipse.nebula.widgets.opal.preferencewindow with parameters of type PWWidget Modifier and Type Method Description abstract PWContainer
PWContainer. add(PWWidget widget)
Add a widget to the current elementPWContainer
PWGroup. add(PWWidget widget)
PWContainer
PWRow. add(PWWidget widget)
PWContainer
PWTab. add(PWWidget widget)
(package private) void
ValueAndAssociatedWidgets. addWidget(PWWidget widget)
void
PreferenceWindow. 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 void
Enabler. 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 class
PWButton
Instances of this class are buttonsclass
PWCheckbox
Instances of this class are checkboxesclass
PWChooser
Abstract class for chooser widgetsclass
PWColorChooser
Instances of this class are used to select a colorclass
PWCombo
Instances of this class are Comboclass
PWDirectoryChooser
Instances of this class are used to select a directoryclass
PWFileChooser
Instances of this class are used to select a fileclass
PWFloatText
Instances of this class are text box to type floatsclass
PWFontChooser
Instances of this class are used to select a fontclass
PWIntegerText
Instances of this class are text box to type Integersclass
PWLabel
Instances of this class are labels, that could contain some HTML tags (B,I,U)class
PWPasswordText
Instances of this class are text box to type passwordclass
PWRadio
Instances of this class are a group of radio buttonsclass
PWScale
Instances of this class are scalesclass
PWSeparator
Instances of this class are separatorsclass
PWSpinner
Instances of this class are spinnersclass
PWStringText
Instances of this class are text box to type Stringsclass
PWText
This is the abstract class for all text widgets (except textarea)class
PWTextarea
Instances of this class are text areasclass
PWURLText
Instances 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 PWWidget
PWWidget. setAlignment(int alignment)
PWWidget
PWWidget. setEnabler(Enabler enabler)
PWWidget
PWWidget. setGrabExcessSpace(boolean grabExcessSpace)
PWWidget
PWWidget. setHeight(int height)
PWWidget
PWWidget. setIndent(int indent)
PWWidget
PWWidget. setWidth(int width)