List of usage examples for org.eclipse.jface.preference PreferencePage subclass-usage
From source file com.telink.tc32eclipse.ui.preferences.MainPreferencePage.java
/**
* Main Preference page of the TC32 Eclipse plugin.
*
* <p>
* For the time being this page is empty and will only contain descriptions of the subpages. This is
* against the recommendation of the Eclipse Style Guide, but I currently do not have any plugin
From source file com.tetrade.eclipse.plugins.easyshell.preferences.EasyShellPreferencePage.java
/** * Preference for program used by Easy Explore */ public class EasyShellPreferencePage extends PreferencePage implements IWorkbenchPreferencePage {
From source file com.threecrickets.creel.eclipse.internal.PreferencePageWithFields.java
/**
* Base class for preference pages that have fields.
* <p>
* See <a href=
* "http://www.eclipse.org/articles/Article-Field-Editors/field_editors.html">
* the Eclipse documentation</a>.
From source file com.tsc9526.monalisa.plugin.eclipse.preferences.PreferencePage.java
/** * * @author zzg.zhou(11039850@qq.com) */ public class PreferencePage extends org.eclipse.jface.preference.PreferencePage implements IWorkbenchPreferencePage {
From source file com.tsqm.plugin.preferences.RangePage.java
/** * preference page allowing the user to set safe ranges for the metrics and the corresponding tip to solve out-of-range problems. * * @author Frank Sauer */ public class RangePage extends PreferencePage implements IWorkbenchPreferencePage {
From source file com.twinsoft.convertigo.eclipse.preferences.EnginePreferencePage.java
public class EnginePreferencePage extends PreferencePage implements IWorkbenchPreferencePage { public EnginePreferencePage() { super(); setDescription( "You can hover your mouse on all properties configured with symbols in order to display the computed value in a tooltip.");
From source file com.twinsoft.convertigo.eclipse.preferences.StudioPreferencePage.java
public class StudioPreferencePage extends PreferencePage implements IWorkbenchPreferencePage { private ComboFieldEditor comboLevel = null; private BooleanFieldEditor cbHighlight = null; private BooleanFieldEditor cbIgnoreNews = null; private BooleanFieldEditor cbShowEngineOnConsole = null;
From source file com.wdev91.eclipse.copyright.preferences.CopyrightPreferencePage.java
public class CopyrightPreferencePage extends PreferencePage implements IWorkbenchPreferencePage { public static final String CONTEXT_ID = Activator.PLUGIN_ID + ".prefs_copyright"; //$NON-NLS-1$ private static final int LIST_LINES_NUMBER = 10; protected Text ownerText; protected ListViewer copyrightsList;
From source file com.wdev91.eclipse.copyright.preferences.HeadersPreferencePage.java
public class HeadersPreferencePage extends PreferencePage implements IWorkbenchPreferencePage { public static final String CONTEXT_ID = Activator.PLUGIN_ID + ".prefs_formats"; //$NON-NLS-1$ private FormatsPanel formats; public HeadersPreferencePage() {
From source file com.windowtester.runtime.swt.internal.preferences.ProductPreferencePage.java
/**
* Main preference page for a product
* <p>
*
* @author Dan Rubel
*/