|
Eclipse Platform 2.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.eclipse.jface.preference.FieldEditor
|
+--org.eclipse.jface.preference.ColorFieldEditor
A field editor for a color type preference.
| Field Summary |
| Fields inherited from class org.eclipse.jface.preference.FieldEditor |
HORIZONTAL_GAP, IS_VALID, VALUE |
| Constructor Summary | |
protected |
ColorFieldEditor()
Creates a new color field editor |
|
ColorFieldEditor(String name,
String labelText,
Composite parent)
Creates a color field editor. |
| Method Summary | |
protected void |
adjustForNumColumns(int numColumns)
Adjusts the horizontal span of this field editor's basic controls |
protected Point |
computeImageSize(Control window)
Computes the size of the color image displayed on the button. |
protected void |
doFillIntoGrid(Composite parent,
int numColumns)
Fills this field editor's basic controls into the given parent. |
protected void |
doLoad()
Initializes this field editor with the preference value from the preference store. |
protected void |
doLoadDefault()
Initializes this field editor with the default preference value from the preference store. |
protected void |
doStore()
Stores the preference value from this field editor into the preference store. |
protected Button |
getChangeControl(Composite parent)
Returns the change button for this field editor. |
int |
getNumberOfControls()
Returns the number of basic controls this field editor consists of. |
protected void |
updateColorImage(Display display,
RGB rgb)
Updates the color image displayed on the button to match the given color. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected ColorFieldEditor()
public ColorFieldEditor(String name,
String labelText,
Composite parent)
name - the name of the preference this field editor works onlabelText - the label text of the field editorparent - the parent of the field editor's control| Method Detail |
protected void adjustForNumColumns(int numColumns)
FieldEditorSubclasses must implement this method to adjust the horizontal span of controls so they appear correct in the given number of columns.
The number of columns will always be equal to or greater than the
value returned by this editor's getNumberOfControls method.
adjustForNumColumns in class FieldEditornumColumns - the number of columnsprotected Point computeImageSize(Control window)
This is an internal method and should not be called by clients.
protected void doFillIntoGrid(Composite parent,
int numColumns)
FieldEditorSubclasses must implement this method to create the controls for this field editor.
doFillIntoGrid in class FieldEditorparent - the composite used as a parent for the basic controls;
the parent's layout must be a GridLayoutnumColumns - the number of columnsprotected void doLoad()
FieldEditorSubclasses must implement this method to properly initialize the field editor.
doLoad in class FieldEditorprotected void doLoadDefault()
FieldEditorSubclasses must implement this method to properly initialize the field editor.
doLoadDefault in class FieldEditorprotected void doStore()
FieldEditorSubclasses must implement this method to save the entered value into the preference store.
doStore in class FieldEditorprotected Button getChangeControl(Composite parent)
public int getNumberOfControls()
FieldEditor
getNumberOfControls in class FieldEditor
protected void updateColorImage(Display display,
RGB rgb)
This is an internal method and should not be called by clients.
|
Eclipse Platform 2.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||