iSeries Remote Systems
v6.0.0

com.ibm.etools.iseries.core.ui.wizards.migration
Class CPAImportPage

java.lang.Object
  extended byorg.eclipse.jface.dialogs.DialogPage
      extended byorg.eclipse.jface.wizard.WizardPage
          extended bycom.ibm.etools.systems.core.ui.wizards.AbstractSystemWizardPage
              extended bycom.ibm.etools.iseries.core.ui.wizards.migration.CPAImportPage
All Implemented Interfaces:
IDialogPage, IMessageProvider, com.ibm.etools.systems.core.ui.messages.ISystemMessageLine, com.ibm.etools.systems.core.ui.wizards.ISystemWizardPage, IWizardPage
Direct Known Subclasses:
CPAImportPage1, CPAImportPage2, CPAImportPage3

public class CPAImportPage
extends com.ibm.etools.systems.core.ui.wizards.AbstractSystemWizardPage


Field Summary
static String Copyright
           
 
Fields inherited from class com.ibm.etools.systems.core.ui.wizards.AbstractSystemWizardPage
copyright
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
CPAImportPage(Wizard wizard, String pageName, String title, String message)
           
 
Method Summary
 Control createContents(Composite parent)
           
protected  void error(String id)
           
protected  void error(String id, String sub)
           
protected  void errorMessage(com.ibm.etools.systems.core.messages.SystemMessage sysMessage)
           
 TypeCollection getFileTypes()
           
protected  Control getInitialFocusControl()
           
 ActionCollection getLocalFileLevelActions()
           
 ActionCollection getOS400FileLevelActions()
           
 ActionCollection getOS400MemberLevelActions()
           
 CPAImportWizard getParentWizard()
           
 String getProfileName()
           
 ActionCollection getProjectLevelActions()
           
 boolean isCreateProfile()
           
 boolean isMakeActiveProfile()
           
protected  void logError(String info, Throwable thr)
           
protected  void logInfo(String info)
           
 boolean performFinish()
           
 void setFileTypes(TypeCollection p_fileTypes)
           
 void setIsCreateProfile(boolean p_isCreateProfile)
           
 void setIsMakeActiveProfile(boolean maProfile)
           
 void setLocalFileLevelActions(ActionCollection actionCollection)
           
 void setOS400FileLevelActions(ActionCollection actionCollection)
           
 void setOS400MemberLevelActions(ActionCollection actionCollection)
           
 void setProfileName(String p_profileName)
           
 void setProjectLevelActions(ActionCollection actionCollection)
           
 void setVisible(boolean visible)
           
 
Methods inherited from class com.ibm.etools.systems.core.ui.wizards.AbstractSystemWizardPage
addFillerLine, addGrowableFillerLine, addSeparatorLine, applyMnemonics, clearErrorMessage, clearMessage, createControl, getHelpContextId, getInputObject, getMessageLine, getSystemErrorMessage, setBusyCursor, setErrorMessage, setErrorMessage, setErrorMessage, setFocus, setHelp, setHelp, setInputObject, setMessage, setMessage
 
Methods inherited from class org.eclipse.jface.wizard.WizardPage
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ibm.etools.systems.core.ui.messages.ISystemMessageLine
getErrorMessage, getMessage
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Constructor Detail

CPAImportPage

public CPAImportPage(Wizard wizard,
                     String pageName,
                     String title,
                     String message)
Method Detail

getInitialFocusControl

protected Control getInitialFocusControl()
See Also:
AbstractSystemWizardPage.getInitialFocusControl()

createContents

public Control createContents(Composite parent)
See Also:
AbstractSystemWizardPage.createContents(Composite)

performFinish

public boolean performFinish()
See Also:
ISystemWizardPage.performFinish()

setVisible

public void setVisible(boolean visible)

errorMessage

protected void errorMessage(com.ibm.etools.systems.core.messages.SystemMessage sysMessage)

error

protected void error(String id)

error

protected void error(String id,
                     String sub)

logInfo

protected void logInfo(String info)

logError

protected void logError(String info,
                        Throwable thr)

getParentWizard

public CPAImportWizard getParentWizard()

setProjectLevelActions

public void setProjectLevelActions(ActionCollection actionCollection)

getProjectLevelActions

public ActionCollection getProjectLevelActions()

setOS400FileLevelActions

public void setOS400FileLevelActions(ActionCollection actionCollection)

getOS400FileLevelActions

public ActionCollection getOS400FileLevelActions()

setOS400MemberLevelActions

public void setOS400MemberLevelActions(ActionCollection actionCollection)

getOS400MemberLevelActions

public ActionCollection getOS400MemberLevelActions()

setLocalFileLevelActions

public void setLocalFileLevelActions(ActionCollection actionCollection)

getLocalFileLevelActions

public ActionCollection getLocalFileLevelActions()

setFileTypes

public void setFileTypes(TypeCollection p_fileTypes)

getFileTypes

public TypeCollection getFileTypes()

setProfileName

public void setProfileName(String p_profileName)

getProfileName

public String getProfileName()

isMakeActiveProfile

public boolean isMakeActiveProfile()

setIsMakeActiveProfile

public void setIsMakeActiveProfile(boolean maProfile)

setIsCreateProfile

public void setIsCreateProfile(boolean p_isCreateProfile)

isCreateProfile

public boolean isCreateProfile()

iSeries Remote Systems
v6.0.0

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.