Example usage for org.eclipse.jface.preference IPreferencePage interface-usage

List of usage examples for org.eclipse.jface.preference IPreferencePage interface-usage

Introduction

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

Usage

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 net.sourceforge.eclipsetrader.core.ui.PluginPreferencePage.java

public abstract class PluginPreferencePage extends DialogPage implements IWizardPage, IPreferencePage {

    /**
     * Preference store, or <code>null</code>.
     */
    private IPreferenceStore preferenceStore;

From source file org.axdt.common.preferences.IAxdtPreferencePage.java

public interface IAxdtPreferencePage extends IPreferencePage, IWorkbenchPreferencePage, IWorkbenchPropertyPage {

}

From source file org.eclipse.help.ui.ISearchScopePage.java

/**
 * Preference pages that are used for editing help search scope settings should
 * implement this interface.
 * 
 * @since 3.1
 */

From source file org.eclipse.tracecompass.tmf.ui.symbols.ISymbolProviderPreferencePage.java

/**
 * Allow the user to configure a {@link ISymbolProvider}
 *
 * @author Robert Kiss
 * @since 2.0
 *

From source file org.eclipse.ui.IWorkbenchPreferencePage.java

/**
 * Interface for workbench preference pages.
 * <p>
 * Clients should implement this interface and include the name of their class
 * in an extension contributed to the workbench's preference extension point 
 * (named <code>"org.eclipse.ui.preferencePages"</code>).

From source file org.eclipse.ui.IWorkbenchPropertyPage.java

/**
 * Interface for workbench property pages. Property pages generally show up in
 * the workbench's Property Pages dialog.
 * <p>
 * Clients should implement this interface and include the name of their class
 * in an extension contributed to the workbench's property page extension point 

From source file org.eclipse.ui.IWorkbenchPropertyPageMulti.java

/**
 * This interface is similar to {@link IWorkbenchPropertyPage} with the addition
 * of support for multiple selection.
 * 
 * @see IWorkbenchPropertyPage
 * @since 3.7

From source file org.jboss.tools.common.model.ui.preferences.IPreferencePageExt.java

/**
 * @author Jeremy
 *
 * TODO To change the template for this generated type comment go to
 * Window - Preferences - Java - Code Style - Code Templates
 */