The Robot Application Programming Interface Delegate Project
|
A field editor for displaying labels not associated with other widgets. More...
Public Member Functions | |
LabelFieldEditor (String value, Composite parent) | |
void | setBold (boolean state) |
int | getNumberOfControls () |
Protected Member Functions | |
void | adjustForNumColumns (int numColumns) |
void | doFillIntoGrid (Composite parent, int numColumns) |
void | doLoad () |
void | doLoadDefault () |
void | doStore () |
From Simplifying Preference Pages with Field Editors by Ryan Cooper
LabelFieldEditor | ( | String | value, |
Composite | parent | ||
) |
void adjustForNumColumns | ( | int | numColumns | ) | [protected] |
void doFillIntoGrid | ( | Composite | parent, |
int | numColumns | ||
) | [protected] |
void doLoad | ( | ) | [protected] |
void doLoadDefault | ( | ) | [protected] |
void doStore | ( | ) | [protected] |
int getNumberOfControls | ( | ) |
void setBold | ( | boolean | state | ) |