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

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

Introduction

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

Usage

From source file com.buildml.eclipse.utils.fieldeditors.VFSDirSelectFieldEditor.java

/**
 * A FieldEditor for entering/browsing to a VFS directory.
 * 
 * @author Peter Smith <psmith@arapiki.com>
 */
public class VFSDirSelectFieldEditor extends StringButtonFieldEditor {

From source file com.buildml.eclipse.utils.fieldeditors.WorkspaceDirSelectFieldEditor.java

/**
 * A FieldEditor for entering/browsing to a workspace directory/project.
 * 
 * @author Peter Smith <psmith@arapiki.com>
 */
public class WorkspaceDirSelectFieldEditor extends StringButtonFieldEditor {

From source file com.buildml.eclipse.utils.fieldeditors.WorkspaceFileSelectFieldEditor.java

/**
 * A FieldEditor for entering/browsing to a workspace file.
 * 
 * @author Peter Smith <psmith@arapiki.com>
 */
public class WorkspaceFileSelectFieldEditor extends StringButtonFieldEditor {

From source file com.elphel.vdt.ui.options.fieldeditor.PackageLocationFieldEditor.java

public class PackageLocationFieldEditor extends StringButtonFieldEditor {

    private PackageContext context;

    public PackageLocationFieldEditor(PackageContext context, Composite parent) {
        this.context = context;

From source file com.elphel.vdt.ui.options.fieldeditor.ToolLocationFieldEditor.java

/**
 * A field editor for a tool location type preference.
 * 
 * Created: 25.02.2006
 * @author  Lvov Konstantin
 */

From source file com.elphel.vdt.ui.preferences.ToolLocationFieldEditor.java

/**
 * A field editor for a tool location type preference.
 *
 * Created: 25.02.2006
 * @author  Lvov Konstantin
 */

From source file com.elphel.vdt.ui.preferences.XilinxPathFieldEditor.java

/**
 * A field editor for a Xilinx path type preference.
 * 
 * Created: 12.12.2005
 * @author  Lvov Konstantin
 */

From source file com.twinsoft.convertigo.eclipse.wizards.import_export.ProjectFileFieldEditor.java

public class ProjectFileFieldEditor extends StringButtonFieldEditor {

    private String[] filterExtensions = new String[] { "*.car;*.xml" };
    private String[] filterNames = new String[] { "Convertigo projects" };

    /**

From source file com.twinsoft.convertigo.eclipse.wizards.util.FileFieldEditor.java

public class FileFieldEditor extends StringButtonFieldEditor {

    private String[] filterExtensions = new String[] { "*.*" };
    private String[] filterNames = new String[] { "All files" };
    private String filterPath = Engine.PROJECTS_PATH;

From source file de.fhg.igd.mapviewer.server.wms.wizard.pages.LayersFieldEditor.java

/**
 * Layers field editor.
 * 
 * @author Simon Templer
 */
public class LayersFieldEditor extends StringButtonFieldEditor {