|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFieldEditor
org.csstudio.logging.ui.LabelFieldEditor
public class LabelFieldEditor
Pseudo FieldEditor
that displays a text
While the FieldEditorPreferencePage
is convenient for
handling the preference access, it does not offer many
layout options.
This 'FieldEditor' can be added to simply display a text
and an optional separator. It is no true FieldEditor
, it is
not connected to any preference.
Constructor Summary | |
---|---|
LabelFieldEditor(java.lang.String label_text,
boolean with_separator,
Composite parent)
Initialize |
Method Summary | |
---|---|
protected void |
adjustForNumColumns(int numColumns)
|
protected void |
doFillIntoGrid(Composite parent,
int numColumns)
|
protected void |
doLoad()
Do not perform any preference access |
protected void |
doLoadDefault()
Do not perform any preference access |
protected void |
doStore()
Do not perform any preference access |
int |
getNumberOfControls()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LabelFieldEditor(java.lang.String label_text, boolean with_separator, Composite parent)
label_text
- Text to displaywith_separator
- Include separator before the label?parent
- Parent widgetMethod Detail |
---|
public int getNumberOfControls()
protected void doFillIntoGrid(Composite parent, int numColumns)
protected void adjustForNumColumns(int numColumns)
protected void doLoad()
protected void doLoadDefault()
protected void doStore()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |