List of usage examples for org.eclipse.jface.preference PreferencePage subclass-usage
From source file com.motorola.studio.android.localization.translators.preferences.ui.TranslationPreferencePage.java
public class TranslationPreferencePage extends PreferencePage implements IWorkbenchPreferencePage { private final String GOOGLE_APIS_CONSOLE_LINK = "http://code.google.com/apis/console/"; //$NON-NLS-1$ private Text apiKeyText; private String apiKeyValue;
From source file com.motorola.studio.android.preferences.ui.AndroidPreferencePage.java
/**
* DESCRIPTION:
* This class represents the preference page for Android Emulator.
* It only gives to the user the option to reset all dialog configuration
* clearing all 'Do not show me again' settings and showing all hidden dialogs
* again.
From source file com.motorola.studio.android.preferences.ui.EmulatorPreferencePage.java
/** * This class draws the preference page that allow user to chose between display the * native emulator outside the view after it's closed or not. */ public class EmulatorPreferencePage extends PreferencePage implements IWorkbenchPreferencePage {
From source file com.motorola.studio.android.preferences.ui.MotodevStudioPreference.java
/** * This class represents the root preference page (MOTODEV Studio), implemented * according User Interface Standards. */ public class MotodevStudioPreference extends PreferencePage implements IWorkbenchPreferencePage {
From source file com.motorolamobility.preflighting.ui.CommandLinePreferencePage.java
public class CommandLinePreferencePage extends PreferencePage implements IWorkbenchPreferencePage { private final String PREFERENCE_PAGE_HELP = PreflightingUIPlugin.PREFLIGHTING_UI_PLUGIN_ID + ".preference-appvalidator-commandline"; //$NON-NLS-1$ private List<AbstractAppValidatorTabComposite> pagesComposite;
From source file com.motorolamobility.studio.android.db.devices.ui.preferences.DbPreferencePage.java
public class DbPreferencePage extends PreferencePage implements IWorkbenchPreferencePage { public static final String LEGACY_PLUGIN_ID = "com.motorola.studio.android.db"; //$NON-NLS-1$ public static final String LEGACY_DB_PATH_PREFERENCE = LEGACY_PLUGIN_ID + ".dbstudiopath"; //$NON-NLS-1$
From source file com.mousefeed.eclipse.preferences.ActionInvocationPreferencePage.java
/**
* Provides control over how actions are invoked.
* Contains global as well as action-specific settings.
*
* @author Andriy Palamarchuk
* @author Robert Wloch
From source file com.mousefeed.eclipse.preferences.invocation.ActionInvocationPreferencePage.java
/**
* Provides control over how actions are invoked. Contains global as well as
* action-specific settings.
*
* @author Andriy Palamarchuk
* @author Robert Wloch
From source file com.mousefeed.eclipse.preferences.presentation.PresentationModePreferencePage.java
/**
* Provides control over how actions are invoked. Contains global as well as
* action-specific settings.
*
* @author Rabea Gransberger (@rgransberger)
*/
From source file com.nextep.designer.dbgm.ui.preferences.DomainPreferencePage.java
/** * @author Christophe Fondacci */ public class DomainPreferencePage extends PreferencePage implements IWorkbenchPreferencePage { private final DomainEditorComponent domainEditorComponent;