Modifier and Type | Method | Description |
---|---|---|
abstract PWContainer |
PWContainer.add(PWWidget widget) |
Add a widget to the current element
|
PWContainer |
PWGroup.add(PWWidget widget) |
|
PWContainer |
PWRow.add(PWWidget widget) |
|
PWContainer |
PWTab.add(PWWidget widget) |
|
void |
PreferenceWindow.addWidgetLinkedTo(java.lang.String propertyKey,
PWWidget widget) |
Add a widget that is linked to a given property
|
Modifier and Type | Method | Description |
---|---|---|
void |
Enabler.injectWidget(PWWidget widget) |
Link a widget to the enabler
|
Modifier and Type | Class | Description |
---|---|---|
class |
PWButton |
Instances of this class are buttons
|
class |
PWCheckbox |
Instances of this class are checkboxes
|
class |
PWChooser |
Abstract class for chooser widgets
|
class |
PWColorChooser |
Instances of this class are used to select a color
|
class |
PWCombo |
Instances of this class are Combo
|
class |
PWDirectoryChooser |
Instances of this class are used to select a directory
|
class |
PWFileChooser |
Instances of this class are used to select a file
|
class |
PWFloatText |
Instances of this class are text box to type floats
|
class |
PWFontChooser |
Instances of this class are used to select a font
|
class |
PWIntegerText |
Instances of this class are text box to type Integers
|
class |
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 password
|
class |
PWRadio |
Instances of this class are a group of radio buttons
|
class |
PWScale |
Instances of this class are scales
|
class |
PWSeparator |
Instances of this class are separators
|
class |
PWSpinner |
Instances of this class are spinners
|
class |
PWStringText |
Instances of this class are text box to type Strings
|
class |
PWText |
This is the abstract class for all text widgets (except textarea)
|
class |
PWTextarea |
Instances of this class are text areas
|
class |
PWURLText |
Instances of this class are text box used to type URL
|
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) |