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

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

Introduction

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

Usage

From source file ar.com.fluxit.jqa.wizard.page.AbstractLayerCheckWizardPage.java

/**
 * TODO javadoc
 * 
 * @author Juan Ignacio Barisich
 */
public abstract class AbstractLayerCheckWizardPage extends AbstractWizardPage implements IPageChangedListener {

From source file ar.com.fluxit.jqa.wizard.page.ApisDefinitionWizardPage.java

/**
 * TODO javadoc
 * 
 * @author Juan Ignacio Barisich
 */
public class ApisDefinitionWizardPage extends AbstractWizardPage implements IPageChangedListener {

From source file ar.com.fluxit.jqa.wizard.page.CommonsTypesDefinitionWizardPage.java

/**
 * TODO javadoc
 * 
 * @author Juan Ignacio Barisich
 */
public class CommonsTypesDefinitionWizardPage extends AbstractWizardPage implements IPageChangedListener {

From source file ar.com.fluxit.jqa.wizard.page.NamingDefinitionWizardPage.java

/**
 * TODO javadoc
 * 
 * @author Juan Ignacio Barisich
 */
public class NamingDefinitionWizardPage extends AbstractWizardPage implements IPageChangedListener {

From source file ar.com.fluxit.jqa.wizard.page.ThrowingDefinitionWizardPage.java

/**
 * TODO javadoc
 * 
 * @author Juan Ignacio Barisich
 */
public class ThrowingDefinitionWizardPage extends AbstractWizardPage implements IPageChangedListener {

From source file ar.com.fluxit.jqa.wizard.page.TypingDefinitionWizardPage.java

/**
 * TODO javadoc
 * 
 * @author Juan Ignacio Barisich
 */
public class TypingDefinitionWizardPage extends AbstractWizardPage implements IPageChangedListener {

From source file ar.com.fluxit.jqa.wizard.page.UsageDefinitionWizardPage.java

/**
 * TODO javadoc
 * 
 * @author Juan Ignacio Barisich
 */
public class UsageDefinitionWizardPage extends AbstractWizardPage implements IPageChangedListener {

From source file cc.warlock.rcp.wizards.WizardWithNotification.java

/**
 * @author rob.stryker@jboss.com
 */
public abstract class WizardWithNotification extends Wizard implements IPageChangedListener {
    public static final int NEXT = 1;
    public static final int PREVIOUS = 2;

From source file com.aptana.theme.internal.InvasiveThemeHijacker.java

/**
 * This is a UIJob that tries to expand the influence of our themes to the JDT Editor; all Outline pages; Problems,
 * Tasks and Bookmarks views; JDT's Package Explorer; the Project Explorer; the Progress View.
 * 
 * @author cwilliams
 */

From source file com.bdaum.zoom.csv.internal.wizards.CsvExportWizard.java

@SuppressWarnings("restriction")
public class CsvExportWizard extends AbstractAssetSelectionWizard implements IExportWizard, IPageChangedListener {

    private static final String CSVSETTINGSID = "com.bdaum.zoom.csvProperties"; //$NON-NLS-1$
    private CsvTargetFilePage filePage;
    private MetaSelectionPage metaPage;