Example usage for org.eclipse.jface.dialogs IDialogPage interface-usage

List of usage examples for org.eclipse.jface.dialogs IDialogPage interface-usage

Introduction

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

Usage

From source file com.aptana.projects.internal.wizards.IWizardProjectCreationPage.java

/**
 * @author Shalom Gibly <sgibly@appcelerator.com>
 */
public interface IWizardProjectCreationPage extends IDialogPage, IWizardPage {

    /**

From source file com.aptana.projects.wizards.IWizardProjectCreationPage.java

/**
 * @author Shalom Gibly <sgibly@appcelerator.com>
 */
public interface IWizardProjectCreationPage extends IDialogPage, IWizardPage {

    /**

From source file com.google.dart.tools.search.ui.ISearchPage.java

/**
 * Interface to be implemented by contributors to the extension point
 * <code>com.google.dart.tools.search.searchPages</code>. Represents a page in the search dialog.
 * Implemented typically subclass {@link DialogPage}.
 * <p>
 * The search dialog calls the {@link #performAction} method when the 'Search' button is pressed.

From source file com.nokia.carbide.search.system.ui.ISearchPage.java

/**
 * Interface to be implemented by contributors to the extension point <code>com.nokia.carbide.search.system.searchPages</code>.
 * Represents a page in the search dialog. Implemented typically subclass {@link DialogPage}.
 * <p>
 * The search dialog calls the {@link #performAction} method when the 'Search'
 * button is pressed.

From source file net.xmind.share.dialog.IUploaderPage.java

public interface IUploaderPage extends IDialogPage {

    void setContainer(IUploaderPageContainer container);

    void setFocus();

From source file org.eclipse.birt.core.ui.frameworks.taskwizard.interfaces.ISubtaskSheet.java

public interface ISubtaskSheet extends Cloneable, IDialogPage {

    /**
     * Called just before the UI for this Subtask is shown. Intended for the UI
     * to prepare itself by processing the context passed in. The context will
     * depend on the wizard.

From source file org.eclipse.birt.core.ui.frameworks.taskwizard.interfaces.ITask.java

public interface ITask extends IDialogPage {

    /**
     * Called just before the UI for this Task is shown. Intended for the UI to
     * prepare itself by processing the context passed in. The context will
     * depend on the wizard.

From source file org.eclipse.cdt.ui.dialogs.ICOptionPage.java

public interface ICOptionPage extends IDialogPage {

    public void setContainer(ICOptionContainer container);

    public boolean isValid();

From source file org.eclipse.mylyn.tasks.ui.wizards.ITaskSearchPage.java

/**
 * @noimplement This interface is not intended to be implemented by clients.
 * @noextend This interface is not intended to be extended by clients.
 * @author Steffen Pingel
 * @since 3.0
 */

From source file org.eclipse.search.ui.ISearchPage.java

/**
 * Interface to be implemented by contributors to the extension point <code>org.eclipse.search.searchPages</code>.
 * Represents a page in the search dialog. Implemented typically subclass {@link DialogPage}.
 * <p>
 * The search dialog calls the {@link #performAction} method when the 'Search'
 * button is pressed.