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

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

Introduction

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

Usage

From source file com.bdaum.zoom.ui.internal.widgets.VolumePathEditor.java

/**
 * A field editor to edit directory paths.
 */
public class VolumePathEditor extends PathEditor {

    private static final String VOLEND = "}"; //$NON-NLS-1$

From source file de.itemis.gmf.tools.preferences.FileEditor.java

public class FileEditor extends PathEditor {

    private String lastPath;

    public FileEditor(String name, String labelText, Composite parent) {
        super(name, labelText, labelText, parent);

From source file edu.utexas.cs.orc.orceclipse.project.OrcPathEditor.java

/**
 * A preference field editor for Java path lists. For a preference setting that
 * is a string composed of file paths separated by the path separator character,
 * OrcPathEditor presents a UI for adding and removing path list elements. When
 * a list element is added, the user may choose to add one of four types:
 * <ol>

From source file org.eclipse.linuxtools.internal.rpm.createrepo.preference.CreaterepoPathEditor.java

/**
 * Custom PathEditor to parse and store preferences the way
 * createrepo plugin does.
 */
public class CreaterepoPathEditor extends PathEditor {

From source file org.sapid.checker.eclipse.properties.AbsolutePathEditor.java

/**
 * Field editor for a list of Jar and Zip files.
 * 
 * @author Ralf Schandl
 */
public class AbsolutePathEditor extends PathEditor {

From source file org.sapid.checker.eclipse.properties.WorkspacePathEditor.java

/**
 * Field editor for a list of Jar and Zip files.
 * 
 * @author Ralf Schandl
 */
public class WorkspacePathEditor extends PathEditor {