List of usage examples for org.eclipse.jface.preference PreferencePage subclass-usage
From source file com.microsoft.applicationinsights.preference.ApplicationInsightsPreferencePage.java
/** * Class for Application Insights preference page. * Creates UI components and their listeners. */ public class ApplicationInsightsPreferencePage extends PreferencePage implements IWorkbenchPreferencePage { private Button btnImpFrmAzure;
From source file com.microsoft.azuretools.core.ui.WindowsAzurePreferencePage.java
/** * Class creates azure preference page. */ public class WindowsAzurePreferencePage extends PreferencePage implements IWorkbenchPreferencePage { Button btnPreference; String pluginInstLoc = String.format("%s%s%s", PluginUtil.pluginFolder, File.separator,
From source file com.microsoft.tfs.client.common.ui.prefs.BasePreferencePage.java
public abstract class BasePreferencePage extends PreferencePage implements IWorkbenchPreferencePage { public static final CodeMarker CODEMARKER_VISIBLE_TRUE = new CodeMarker( "com.microsoft.tfs.client.common.ui.prefs.preferencePage#setVisibleTrue"); //$NON-NLS-1$ public static final CodeMarker CODEMARKER_VISIBLE_FALSE = new CodeMarker( "com.microsoft.tfs.client.common.ui.prefs.preferencePage#setVisibleFalse"); //$NON-NLS-1$
From source file com.microsoft.tfs.client.common.ui.prefs.TFSGlobalProxiesPreferencePage.java
public class TFSGlobalProxiesPreferencePage extends PreferencePage implements IWorkbenchPreferencePage { public static final String TFS_GLOBAL_PROXIES_CONTROL_ID = "TFSGlobalProxiesPreferencePage.proxiesControl"; //$NON-NLS-1$ public static final String HTTP_PROXY_PREFIX = "httpProxy."; //$NON-NLS-1$ public static final String TFS_PROXY_PREFIX = "tfsProxy."; //$NON-NLS-1$
From source file com.microsoftopentechnologies.wacommon.preference.WindowsAzurePreferencePage.java
/** * Class creates azure preference page. */ public class WindowsAzurePreferencePage extends PreferencePage implements IWorkbenchPreferencePage { Button btnPreference; String pluginInstLoc = String.format("%s%s%s", PluginUtil.pluginFolder, File.separator,
From source file com.mindquarry.desktop.preferences.pages.ErrorDisplayingPreferencePage.java
/**
* A base class with helper methods to mark the error controls with a red
* border in addition to the error message displayed at the top of the dialog.
*
* For this you will have to create a composite with either
* <code>createErrorBorderComposite(Composite parent)</code> or with
From source file com.mindquarry.desktop.preferences.pages.ShortcutsPage.java
/**
* This class creates a preference page for shortcuts.
*
* @author <a href="mailto:alexander(dot)saar(at)mindquarry(dot)com">Alexander
* Saar</a>
*/
From source file com.mobilesorcery.sdk.extensions.ExtensionsPreferencePage.java
public class ExtensionsPreferencePage extends PreferencePage implements IWorkbenchPreferencePage { class InstalledExtensionsEditor extends SimpleListEditor<MoSyncExtension> { private Button license; private MoSyncExtension current;
From source file com.mobilesorcery.sdk.ui.editors.resources.SyntaxColoringPreferencePage.java
public abstract class SyntaxColoringPreferencePage extends PreferencePage implements IWorkbenchPreferencePage { private ColorManager manager; private SyntaxColorPreferenceManager syntaxElements; private SyntaxColorPreferenceManager workingCopy; private SyntaxColoringPreferenceComposite contents;
From source file com.mobilesorcery.sdk.ui.internal.preferences.MainPreferencePage.java
/** * Root level of the preferences, the "MoSync Tool" options. */ public class MainPreferencePage extends PreferencePage implements IWorkbenchPreferencePage { /** * Label that shows a descriptive text.