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

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

Introduction

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

Usage

From source file com.mentor.nucleus.bp.ui.preference.TabbedPreferenceContainer.java

/**
 * @author babar_ali
 */
public abstract class TabbedPreferenceContainer extends PreferencePage
        implements IPreferencePageContainer, IWorkbenchPreferencePage {

From source file com.mindquarry.desktop.preferences.dialog.FilteredPreferenceDialog.java

/**
 * A preference dialog is a hierarchical presentation of preference pages. Each
 * page is represented by a node in the tree shown on the left hand side of the
 * dialog; when a node is selected, the corresponding page is shown on the right
 * hand side.
 */

From source file org.cs3.pdt.connector.internal.preferences.EditConfigurationDialog.java

public class EditConfigurationDialog extends TrayDialog implements IPreferencePageContainer {

    private IPreferencePage page;

    private DialogMessageArea messageArea;

From source file org.eclipse.birt.report.designer.data.ui.dataset.DataSetEditor.java

/**
 * Presents data set editor dialog.
 * 
 */

@SuppressWarnings("deprecation")

From source file org.eclipse.birt.report.designer.data.ui.datasource.DataSourceEditor.java

/**
 * Dialog to edit datasource properties.
 */
@SuppressWarnings("deprecation")
public class DataSourceEditor extends AbstractPropertyDialog implements IPreferencePageContainer {

From source file org.eclipse.birt.report.designer.ui.cubebuilder.page.CubeBuilder.java

public class CubeBuilder extends AbstractTitlePropertyDialog implements IPreferencePageContainer {

    // public static final String MEASURESPAGE =
    // "org.eclipse.birt.datasource.editor.cubebuilder.measurespage";
    public static final String GROUPPAGE = "org.eclipse.birt.datasource.editor.cubebuilder.grouppage"; //$NON-NLS-1$
    public static final String DATASETSELECTIONPAGE = "org.eclipse.birt.datasource.editor.cubebuilder.datasetselectionpage"; //$NON-NLS-1$

From source file org.eclipse.cdt.internal.autotools.ui.properties.AutotoolsConfigurePropertyTab.java

public class AutotoolsConfigurePropertyTab extends AbstractAutotoolsCPropertyTab
        implements IPreferencePageContainer {

    private TreeViewer fTree;
    private SashForm sashForm;
    private Composite settingsPageContainer;

From source file org.eclipse.cdt.managedbuilder.ui.properties.ToolSettingsTab.java

/**
 * Tool Settings Tab in project properties Build Settings
 *
 * @noextend This class is not intended to be subclassed by clients.
 * @noinstantiate This class is not intended to be instantiated by clients.
 */

From source file org.eclipse.cdt.ui.newui.AbstractPage.java

/**
 * It is a parent for all standard CDT property pages
 * in new CDT model.
 *
 * Although it is enough for new page to implement
 * "IWorkbenchPropertyPage" interface, it would be

From source file org.eclipse.contribution.visualiser.internal.preference.VisualiserPreferencesDialog.java

/**
 * Dialog containing Visualiser preferences
 * Mostly copied from org.eclipse.jface.preference.PreferenceDialog
 */
public class VisualiserPreferencesDialog extends Dialog implements IPreferencePageContainer {