List of usage examples for org.eclipse.jface.preference PreferencePage subclass-usage
From source file com.aptana.ui.preferences.AccountsPreferencePage.java
/** * @author Michael Xia (mxia@appcelerator.com) */ public class AccountsPreferencePage extends PreferencePage implements IWorkbenchPreferencePage { public static final String ID = "com.aptana.ui.accountsPreferencePage"; //$NON-NLS-1$
From source file com.aptana.ui.preferences.GenericRootPreferencePage.java
/**
* The generic root preferences page is designed to create simple preferences links that represents all the pages that
* were registered under that page and displayed in the preferences tree as its children. This page is useful where
* there is not much content to put into a root node in the preferences tree, but one still want to display something
* and not leave it empty.
*
From source file com.aptana.webserver.ui.preferences.ServersPreferencePage.java
/** * @author Max Stepanov */ public class ServersPreferencePage extends PreferencePage implements IWorkbenchPreferencePage { private ListViewer viewer;
From source file com.arc.cdt.debug.seecode.internal.ui.SeeCodePreferencePage.java
/** * Page for preferences that apply specifically to SeeCode Debugger. * <P> * NOTE: the bulk of this code was plagiarized from the corresponding GDB version. */ public class SeeCodePreferencePage extends PreferencePage
From source file com.archimatetool.canvas.preferences.CanvasPreferencePage.java
/** * Canvas Preferences Page * * @author Phillip Beauvoir */ public class CanvasPreferencePage extends PreferencePage implements IWorkbenchPreferencePage, IPreferenceConstants {
From source file com.archimatetool.editor.preferences.ColoursFontsPreferencePage.java
/** * Colours and Fonts Preferences Page * * @author Phillip Beauvoir */ public class ColoursFontsPreferencePage extends PreferencePage
From source file com.archimatetool.editor.preferences.ConnectionsPreferencePage.java
/** * Connections Preference Page * * @author Phillip Beauvoir */ public class ConnectionsPreferencePage extends PreferencePage
From source file com.archimatetool.editor.preferences.DiagramPreferencePage.java
/** * Diagram Preferences Page * * @author Phillip Beauvoir */ public class DiagramPreferencePage extends PreferencePage
From source file com.archimatetool.editor.preferences.GeneralPreferencePage.java
/** * General Preferences Page * * @author Phillip Beauvoir */ public class GeneralPreferencePage extends PreferencePage
From source file com.archimatetool.hammer.preferences.ValidatorPreferencePage.java
/** * Validator Preferences Page * * @author Phillip Beauvoir */ public class ValidatorPreferencePage extends PreferencePage