Class EpsilonColorFieldEditor


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

      Fields 
      Modifier and Type Field Description
      protected static int LABEL_HEIGHT  
      protected static int LABEL_WIDTH  
      • Fields inherited from class org.eclipse.jface.preference.FieldEditor

        HORIZONTAL_GAP, IS_VALID, VALUE
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • LABEL_WIDTH

        protected static int LABEL_WIDTH
      • LABEL_HEIGHT

        protected static int LABEL_HEIGHT
    • Constructor Detail

      • EpsilonColorFieldEditor

        public EpsilonColorFieldEditor​(java.lang.String name,
                                       java.lang.String labelText,
                                       org.eclipse.swt.widgets.Composite parent)
    • Method Detail

      • doFillIntoGrid

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