Class EpsilonColorFieldEditor

java.lang.Object
org.eclipse.jface.preference.FieldEditor
org.eclipse.jface.preference.ColorFieldEditor
org.eclipse.epsilon.common.dt.preferences.EpsilonColorFieldEditor

public class EpsilonColorFieldEditor extends org.eclipse.jface.preference.ColorFieldEditor
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static int
     
    protected static int
     

    Fields inherited from class org.eclipse.jface.preference.FieldEditor

    HORIZONTAL_GAP, IS_VALID, VALUE
  • Constructor Summary

    Constructors
    Constructor
    Description
    EpsilonColorFieldEditor(String name, String labelText, org.eclipse.swt.widgets.Composite parent)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doFillIntoGrid(org.eclipse.swt.widgets.Composite parent, int numColumns)
     

    Methods inherited from class org.eclipse.jface.preference.ColorFieldEditor

    adjustForNumColumns, computeImageSize, doLoad, doLoadDefault, doStore, getChangeControl, getColorSelector, getNumberOfControls, setEnabled

    Methods inherited from class org.eclipse.jface.preference.FieldEditor

    applyFont, checkParent, clearErrorMessage, clearMessage, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, createControl, dispose, fillIntoGrid, fireStateChanged, fireValueChanged, getFieldEditorFontName, getLabelControl, getLabelControl, getLabelText, getPage, getPreferenceName, getPreferencePage, getPreferenceStore, init, isValid, load, loadDefault, presentsDefaultValue, refreshValidState, setButtonLayoutData, setFocus, setLabelText, setPage, setPreferenceName, setPreferencePage, setPreferenceStore, setPresentsDefaultValue, setPropertyChangeListener, showErrorMessage, showMessage, store

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LABEL_WIDTH

      protected static int LABEL_WIDTH
    • LABEL_HEIGHT

      protected static int LABEL_HEIGHT
  • Constructor Details

    • EpsilonColorFieldEditor

      public EpsilonColorFieldEditor(String name, String labelText, org.eclipse.swt.widgets.Composite parent)
  • Method Details

    • doFillIntoGrid

      protected void doFillIntoGrid(org.eclipse.swt.widgets.Composite parent, int numColumns)
      Overrides:
      doFillIntoGrid in class org.eclipse.jface.preference.ColorFieldEditor