Package melnorme.util.swt.jface.preference

Examples of melnorme.util.swt.jface.preference.FileFieldEditorExt


  protected void createFieldEditors() {
    oracleGroup = SWTFactoryUtil.createGroup(getFieldEditorParent(),
      "Go oracle",
      GridDataFactory.fillDefaults().grab(true, false).minSize(200, SWT.DEFAULT).create());
   
    addField(new FileFieldEditorExt(GoToolPreferences.GO_ORACLE_Path.key, "Go oracle path:", oracleGroup));
    GridLayoutFactory.fillDefaults().margins(6, 4).applyTo(oracleGroup);
   
    super.createFieldEditors();
  }
View Full Code Here

TOP

Related Classes of melnorme.util.swt.jface.preference.FileFieldEditorExt

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.