EGF Engine
Release 0.1.0

org.eclipse.egf.common.ui.field
Class LabelFieldEditor

java.lang.Object
  extended by FieldEditor
      extended by org.eclipse.egf.common.ui.field.LabelFieldEditor
Direct Known Subclasses:
SpacerFieldEditor

public class LabelFieldEditor
extends FieldEditor

A field editor to display labels not associated with other widgets.


Constructor Summary
LabelFieldEditor(String labelText_p, Composite parent_p)
           
 
Method Summary
protected  void adjustForNumColumns(int numColumns_p)
           
protected  void doFillIntoGrid(Composite parent_p, int numColumns_p)
           
protected  void doLoad()
           
protected  void doLoadDefault()
           
protected  void doStore()
           
 int getNumberOfControls()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelFieldEditor

public LabelFieldEditor(String labelText_p,
                        Composite parent_p)
Method Detail

adjustForNumColumns

protected void adjustForNumColumns(int numColumns_p)
See Also:
org.eclipse.jface.preference.FieldEditor#adjustForNumColumns(int)

doFillIntoGrid

protected void doFillIntoGrid(Composite parent_p,
                              int numColumns_p)
See Also:
org.eclipse.jface.preference.FieldEditor#doFillIntoGrid(org.eclipse.swt.widgets.Composite, int)

doLoad

protected void doLoad()
See Also:
org.eclipse.jface.preference.FieldEditor#doLoad()

doLoadDefault

protected void doLoadDefault()
See Also:
org.eclipse.jface.preference.FieldEditor#doLoadDefault()

doStore

protected void doStore()
See Also:
org.eclipse.jface.preference.FieldEditor#doStore()

getNumberOfControls

public int getNumberOfControls()
See Also:
org.eclipse.jface.preference.FieldEditor#getNumberOfControls()

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.