Example usage for org.eclipse.jface.preference FileFieldEditor subclass-usage

List of usage examples for org.eclipse.jface.preference FileFieldEditor subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.preference FileFieldEditor subclass-usage.

Usage

From source file ch.elexis.core.ui.preferences.inputs.InexistingFileOKFileFieldEditor.java

/**
 * A file editor that allows an inexistent file to be chosen.
 * 
 * @author gerry
 * 
 */

From source file ch.elexis.preferences.inputs.InexistingFileOKFileFieldEditor.java

/**
 * A file editor that allows an inexistent file to be chosen.
 * 
 * @author gerry
 * 
 */

From source file com.agynamix.platform.frontend.preferences.ApplicationChooserFieldEditor.java

public class ApplicationChooserFieldEditor extends FileFieldEditor {

    /**
     * Indicates whether the path must be absolute;
     * <code>false</code> by default.
     */

From source file com.ebmwebsourcing.petals.common.internal.provisional.ui.FileUrlFieldEditor.java

/**
 * @author Vincent Zurczak - EBM WebSourcing
 */
public class FileUrlFieldEditor extends FileFieldEditor {

    /**

From source file com.google.eclipse.javascript.jstestdriver.ui.prefs.BrowserChooserEditorField.java

/**
 * @author shyamseshadri@gmail.com (Shyam Seshadri)
 */
public class BrowserChooserEditorField extends FileFieldEditor {

    public BrowserChooserEditorField(String name, String labelText, Composite parent) {

From source file eu.esdihumboldt.hale.ui.io.util.ExtendedFileFieldEditor.java

/**
 * File field editor that allows setting the file dialog style and filter names
 * or {@link IContentType}s
 */
public class ExtendedFileFieldEditor extends FileFieldEditor {

From source file eu.esdihumboldt.hale.ui.util.io.ExtendedFileFieldEditor.java

/**
 * File field editor that allows setting the file dialog style and filter names
 * or {@link IContentType}s
 */
public class ExtendedFileFieldEditor extends FileFieldEditor {

From source file melnorme.util.swt.jface.preference.FileFieldEditorExt.java

public class FileFieldEditorExt extends FileFieldEditor {

    public FileFieldEditorExt(String name, String labelText, Composite parent) {
        super(name, labelText, false, VALIDATE_ON_KEY_STROKE, parent);
    }

From source file net.bioclipse.metaprint2d.ui.prefs.RefreshableFileFieldEditor.java

public class RefreshableFileFieldEditor extends FileFieldEditor {

    public RefreshableFileFieldEditor(String openbabelPath, String string, boolean b, Composite fieldEditorParent) {
        super(openbabelPath, string, b, fieldEditorParent);
    }

From source file net.mldonkey.g2gui.view.pref.GCJFileFieldEditor.java

/**
 * GCJFileFieldEditor
 * Temp class to circumvent MingW PR/6652
 *
 * @version $Id: GCJFileFieldEditor.java,v 1.2 2003/11/27 20:45:51 zet Exp $
 */