org.eclipse.emf.common.ui.wizard
Class AbstractExampleInstallerWizard.ProjectPage

java.lang.Object
  extended by org.eclipse.jface.dialogs.DialogPage
      extended by org.eclipse.jface.wizard.WizardPage
          extended by org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectPage
All Implemented Interfaces:
IDialogPage, IMessageProvider, IWizardPage
Enclosing class:
AbstractExampleInstallerWizard

public class AbstractExampleInstallerWizard.ProjectPage
extends WizardPage


Field Summary
protected  Text descriptionText
           
protected  List projectList
           
protected  Button renameButton
           
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
AbstractExampleInstallerWizard.ProjectPage(java.lang.String pageName, java.lang.String title, ImageDescriptor titleImage)
           
 
Method Summary
 void createControl(Composite parent)
           
protected  AbstractExampleInstallerWizard.ProjectDescriptor getSelectedProjectDescriptor()
           
protected  void itemSelected()
           
 void refresh()
           
protected  void renameExistingProject()
           
 void setVisible(boolean visible)
           
 
Methods inherited from class org.eclipse.jface.wizard.WizardPage
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
 
Methods inherited from class org.eclipse.jface.dialogs.DialogPage
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp
 

Field Detail

projectList

protected List projectList

descriptionText

protected Text descriptionText

renameButton

protected Button renameButton
Constructor Detail

AbstractExampleInstallerWizard.ProjectPage

public AbstractExampleInstallerWizard.ProjectPage(java.lang.String pageName,
                                                  java.lang.String title,
                                                  ImageDescriptor titleImage)
Method Detail

createControl

public void createControl(Composite parent)

refresh

public void refresh()

setVisible

public void setVisible(boolean visible)
Specified by:
setVisible in interface IDialogPage
Overrides:
setVisible in class DialogPage

getSelectedProjectDescriptor

protected AbstractExampleInstallerWizard.ProjectDescriptor getSelectedProjectDescriptor()

itemSelected

protected void itemSelected()

renameExistingProject

protected void renameExistingProject()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.