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

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

Introduction

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

Usage

From source file com.buglabs.dragonfly.ui.preferences.BugNetPreferencePage.java

public class BugNetPreferencePage extends PreferencePage implements IWorkbenchPreferencePage {

    private static final String PROTOCOL_SEPARATOR = "://";

    private String serverName;

From source file com.byterefinery.rmbench.preferences.ColorsFontsPreferencePage.java

/**
 * ugly monstrous preference page for diagram presentation items
 * 
 * @author sell
 */
public class ColorsFontsPreferencePage extends PreferencePage implements IWorkbenchPreferencePage {

From source file com.byterefinery.rmbench.preferences.DDLSourcePreferencePage.java

/**
 * a preference page for specifying values for syntax coloring in the DDL source viewer
 * 
 * @author cse
 */
public class DDLSourcePreferencePage extends PreferencePage

From source file com.byterefinery.rmbench.preferences.DiagramPreferencePage.java

/**
 * root preference page for the RMBench plugin
 * 
 * @author sell
 */
public class DiagramPreferencePage extends PreferencePage implements IWorkbenchPreferencePage {

From source file com.byterefinery.rmbench.preferences.RMBenchPreferencePage.java

/**
 * root preference page for RMBench. It shows the licensing status and allows 
 * installation of a license
 *  
 * @author cse
 */

From source file com.byterefinery.rmbench.preferences.TableThemesPreferencePage.java

/**
 * preference page for editing the color settings for predefined table type themes
 * 
 * @author cse
 */
public class TableThemesPreferencePage extends PreferencePage implements IWorkbenchPreferencePage {

From source file com.centurylink.mdw.plugin.preferences.MdwPreferencePage.java

/**
 * Main MDW preference page.
 */
public class MdwPreferencePage extends PreferencePage implements PreferenceConstants {
    private Combo mdwReportingLevelCombo;
    private Button logTimingsCheckbox;

From source file com.centurylink.mdw.plugin.preferences.PreferencePage.java

/**
 * Preference page base class
 */
public abstract class PreferencePage extends org.eclipse.jface.preference.PreferencePage
        implements IWorkbenchPreferencePage {
    protected abstract Control createContents(Composite parent);

From source file com.centurylink.mdw.plugin.preferences.ProcessDesignPreferencePage.java

/**
 * Process Design preference page.
 */
public class ProcessDesignPreferencePage extends PreferencePage implements PreferenceConstants {
    private Button allowAssetNamesWithoutExtensionsCheckbox;
    private Button inPlaceLabelEditingCheckbox;

From source file com.centurylink.mdw.plugin.preferences.ServerConsolePreferencePage.java

public class ServerConsolePreferencePage extends PreferencePage implements PreferenceConstants {
    private Text bufferSizeText;
    private Button fontDialogButton;
    private Button colorDialogButton;
    private FontDialog fontDialog;
    private int bufferSize;