iSeries Remote Systems
v6.0.0

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

java.lang.Object
  extended byorg.eclipse.jface.wizard.Wizard
      extended bycom.ibm.etools.systems.core.ui.wizards.AbstractSystemWizard
          extended bycom.ibm.etools.iseries.core.ui.wizards.migration.CPAImportWizard
All Implemented Interfaces:
INewWizard, com.ibm.etools.systems.core.ui.dialogs.ISystemPromptDialog, com.ibm.etools.systems.core.ui.wizards.ISystemWizard, IWizard, IWorkbenchWizard

public class CPAImportWizard
extends com.ibm.etools.systems.core.ui.wizards.AbstractSystemWizard


Field Summary
static String Copyright
           
 
Fields inherited from class com.ibm.etools.systems.core.ui.wizards.AbstractSystemWizard
cancelled, copyright, finishPressed, helpId, input, minPageHeight, minPageWidth, output, owningDialog, pageTitle, selection, viewer
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
CPAImportWizard()
           
 
Method Summary
 void addPages()
           
 TypeCollection getFileTypes()
           
 ActionCollection getLocalFileLevelActions()
           
 ActionCollection getOS400FileLevelActions()
           
 ActionCollection getOS400MemberLevelActions()
           
 com.ibm.etools.systems.model.SystemProfile getProfile()
           
 String getProfileName()
           
 ActionCollection getProjectLevelActions()
           
 void init(IWorkbench arg0, IStructuredSelection arg1)
           
 boolean isCreateProfile()
           
 boolean isMakeActiveProfile()
           
 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 setProfile(com.ibm.etools.systems.model.SystemProfile profile)
           
 void setProfileName(String p_profileName)
           
 void setProjectLevelActions(ActionCollection actionCollection)
           
 
Methods inherited from class com.ibm.etools.systems.core.ui.wizards.AbstractSystemWizard
addPage, getCurrentTreeView, getHelpContextId, getInputObject, getMinimumPageHeight, getMinimumPageWidth, getOutputObject, getSystemWizardDialog, getViewer, getWizardPageTitle, performCancel, publicConvertHeightInCharsToPixels, publicConvertWidthInCharsToPixels, setBusyCursor, setHelp, setInputObject, setMinimumPageSize, setOutputObject, setPageError, setSystemWizardDialog, setViewer, setWasCancelled, setWizardImage, setWizardPageTitle, setWizardTitle, updateSize, wasCancelled
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.wizard.IWizard
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, setContainer
 

Field Detail

Copyright

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

CPAImportWizard

public CPAImportWizard()
Method Detail

init

public void init(IWorkbench arg0,
                 IStructuredSelection arg1)
See Also:
IWorkbenchWizard.init(IWorkbench, IStructuredSelection)

performFinish

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

addPages

public void addPages()

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()

setProfile

public void setProfile(com.ibm.etools.systems.model.SystemProfile profile)

getProfile

public com.ibm.etools.systems.model.SystemProfile getProfile()

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.