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.nokia.s60tools.imaker.internal.preferences.ImageFlasherPreferencePage.java

/**
 * This class represents a preference page that is contributed to the
 * Preferences dialog. By subclassing <samp>FieldEditorPreferencePage</samp>,
 * we can use the field support built into JFace that allows us to create a page
 * that is small and knows how to save, restore and apply itself.
 * <p>

From source file com.nokia.s60tools.remotecontrol.preferences.RCPreferencePage.java

/**
 * Preference page for Remote control
 */
public class RCPreferencePage extends PreferencePage implements IWorkbenchPreferencePage {

    /**

From source file com.nokia.s60tools.testdrop.ui.preferences.TestDropPreferences.java

/**
 * Preference page for TestDrop plug-in preferences
 * 
 */
public class TestDropPreferences extends PreferencePage implements IWorkbenchPreferencePage {

From source file com.nokia.tools.s60.preferences.ExampleThemesPreferencePage.java

public class ExampleThemesPreferencePage extends PreferencePage
        implements IWorkbenchPreferencePage, SelectionListener {
    public static final String PREFERENCES_CONTEXT = "com.nokia.tools.s60.ide" + '.'
            + "example_themes_preferences_context";
    private final static String PROPS_FILE = "exampleThemes.properties";
    private final static String PROP_THEMECOUNT = "exampleThemesCount";

From source file com.nokia.tools.s60.preferences.ExternalToolsPreferencePage.java

public class ExternalToolsPreferencePage extends PreferencePage implements IWorkbenchPreferencePage {

    public static final String PREFERENCES_CONTEXT = "com.nokia.tools.s60.ide" + '.'
            + "external_tools_preferences_context";

    private Text bitmapEditorTextField;

From source file com.nokia.tools.s60.preferences.PluginHandlingPreferencePage.java

public class PluginHandlingPreferencePage extends PreferencePage
        implements IWorkbenchPreferencePage, SelectionListener {

    public static final String PREFERENCES_CONTEXT = "com.nokia.tools.s60.ide" + '.'
            + "plugin_handling_preferences_context";

From source file com.nokia.tools.s60.preferences.S60UICustomizationGeneralPreferencePage.java

public class S60UICustomizationGeneralPreferencePage extends PreferencePage implements IWorkbenchPreferencePage {

    public static final String PREFERENCES_CONTEXT = "com.nokia.tools.s60.ide" + '.' + "preferences_context";

    // check 'ask on SVG to bitmap conversion'
    private Button svgConversionCheckbox;

From source file com.nokia.tools.screen.ui.preferences.PathHandlingPreferencePage.java

public class PathHandlingPreferencePage extends PreferencePage
        implements IWorkbenchPreferencePage, SelectionListener {

    public static final String PREFERENCES_CONTEXT = "com.nokia.tools.screen.ui" + '.' //$NON-NLS-1$
            + "image_folders_preferences_context";

From source file com.nokia.tools.startuptip.preferences.StartupTipPreferencePage.java

/**
 * Preferences page for Startup Tips.
 * 
 */
public class StartupTipPreferencePage extends PreferencePage implements IWorkbenchPreferencePage {

From source file com.nokia.tools.theme.s60.ui.preferences.ComponentStorePrefPage.java

/**
 * Preference page for Component Store
 */
public class ComponentStorePrefPage extends PreferencePage
        implements IWorkbenchPreferencePage, IMenuListener, SelectionListener {