Example usage for org.eclipse.jface.preference PreferencePage subclass-usage

List of usage examples for org.eclipse.jface.preference PreferencePage subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.preference PreferencePage subclass-usage.

Usage

From source file ag.ion.noa4e.internal.ui.preferences.LocalOfficeApplicationPreferencesPage.java

/**
 * Preferences page for local OpenOffice.org application - adopted for Elexis and NOAText_jsl.
 * 
 * @author Joerg Sigle
 * @author Andreas Brker
 * @author Markus Krger

From source file ar.com.tadp.xml.rinzo.core.preferences.MainPreferencePage.java

/**
 * 
 * @author ccancino
 */
public class MainPreferencePage extends PreferencePage implements IWorkbenchPreferencePage {

From source file ar.com.tadp.xml.rinzo.jdt.preferences.ClassNamesPreferencePage.java

/**
 * Preference Page for JDT integration. It will configure:
 * 
 * <ul>
 * <li>Severity used to mark errors (Error, Warning, Info, Ignore).</li>
 * <li>Switch between validating all attributes and tag's bodies or just the ones configured for such a task.</li>

From source file at.bestsolution.efxclipse.tooling.jdt.ui.internal.buildpath.JavaFXPreferencePage.java

public class JavaFXPreferencePage extends PreferencePage implements IWorkbenchPreferencePage {

    private Text sdkDirectoryLocation;
    private Text customJarLocation;
    private Text customAntJarLocation;
    private Text customJavadocLocation;

From source file at.medevit.elexis.gdt.defaultfilecp.ui.GDTPreferencePageFileTransfer.java

public class GDTPreferencePageFileTransfer extends PreferencePage implements IWorkbenchPreferencePage {

    private Composite editorParent;

    List<FileCommPartnerComposite> fileCommPartnerComposites = new ArrayList<FileCommPartnerComposite>();

From source file at.medevit.elexis.weblinks.preferences.WebLinkPreferencePage.java

public class WebLinkPreferencePage extends PreferencePage implements IWorkbenchPreferencePage {

    private List<WebLinkElement> elements;

    private List<WebLinkEditor> editors = new ArrayList<WebLinkEditor>();

From source file at.spardat.xma.guidesign.presentation.preferences.EditorPreferencePage.java

/**
 * @author S2267
 *
 * To change the template for this generated type comment go to
 * Window>Preferences>Java>Code Generation>Code and Comments
 */

From source file au.gov.ga.earthsci.common.ui.preferences.EmptyPreferencePage.java

/**
 * A simple {@link PreferencePage} that is blank except for a title.
 * 
 * @author Michael de Hoog (michael.dehoog@ga.gov.au)
 */
public class EmptyPreferencePage extends PreferencePage implements IPreferencePage {

From source file au.gov.ga.earthsci.common.ui.preferences.PreferencePage.java

/**
 * {@link org.eclipse.jface.preference.PreferencePage} subclass that implements
 * {@link IPreferencePage} with empty methods.
 * 
 * @author Michael de Hoog (michael.dehoog@ga.gov.au)
 */

From source file br.unb.cic.rtgoretoprism.preferences.ATCPreferencePage.java

/**
 * The main preference page for the 'Agent Template Creator' related setting.
 * It allows customization of setting related to templates, Jade and Jadex 
 * elements.
 * 
 * @author bertolini, morandini