List of usage examples for org.eclipse.jface.preference PreferencePage subclass-usage
From source file de.byteholder.geoclipse.preferences.PrefPageMap.java
/** * Category page for the map */ public class PrefPageMap extends PreferencePage implements IWorkbenchPreferencePage { private BooleanFieldEditor _chkShowTileInfo;
From source file de.byteholder.geoclipse.preferences.PrefPageMapProviders.java
public class PrefPageMapProviders extends PreferencePage implements IWorkbenchPreferencePage { private static final String CHARACTER_0 = "0"; //$NON-NLS-1$ public static final String PREF_PAGE_MAP_PROVIDER_ID = "de.byteholder.geoclipse.preferences.PrefPageMapProvider"; //$NON-NLS-1$
From source file de.defmacro.dandelion.internal.preferences.LispServerPreferencePage.java
/**
* Die GUI-Komponente zur Anzeige der Eval-Server
* in den Preferences.
* @author Michael Bohn
*
*/
From source file de.fraunhofer.esk.ernest.core.analysis.framework.preferences.AnalysisPreferencePage.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 de.fraunhofer.esk.ernest.core.analysis.framework.preferences.NestedPreferencePage.java
public class NestedPreferencePage extends PreferencePage implements IWorkbenchPreferencePage { public NestedPreferencePage() { super(); setDescription("Preferences for the ERNEST Analysis Framework"); noDefaultAndApplyButton(); }
From source file de.fraunhofer.esk.ernest.core.cdt.preferences.CDTPreferencePage.java
public class CDTPreferencePage extends PreferencePage implements IWorkbenchPreferencePage, DefinedConstants, CDTPreferenceConstants { private Text directoryInc; private Text directoryLib; private Button debugButton, releaseButton;
From source file de.fraunhofer.esk.ernest.core.generator.preferences.simulation.SimulationPreferencePage.java
/**
* This class represents a preference page which is used by the ERNEST Generator.<p>
*
* This page is used to modify preferences only. Meanwhile they are stored<br>
* in the preference store.<p>
* The Preferences Stored are: <br>
From source file de.fraunhofer.esk.ernest.visualization.ganttchart.preferences.VisualizationPreferencePage.java
/** * Preference Page for the Visualization Plug-In. * */ public class VisualizationPreferencePage extends PreferencePage implements IWorkbenchPreferencePage {
From source file de.gpfeifer.no2go.e4.app.preference.PreferencePageProxy.java
public class PreferencePageProxy extends PreferencePage { private static final String PROXY_PREFERENCE_PAGE_CONTEXT_ID = "org.eclipse.ui.net.proxy_preference_page_context"; //$NON-NLS-1$ private Label providerLabel; protected Combo providerCombo;
From source file de.helmholtz_muenchen.ibis.knime.preferences.KNIMEPreferencePage.java
/** * @author Maximilian Hastreiter * @author Tim Jeske */ public class KNIMEPreferencePage extends PreferencePage implements IWorkbenchPreferencePage {