com.ibm.etools.iseries.core.ui.wizards.migration
Class CPAImportWizard
java.lang.Object
org.eclipse.jface.wizard.Wizard
com.ibm.etools.systems.core.ui.wizards.AbstractSystemWizard
com.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
Fields inherited from class com.ibm.etools.systems.core.ui.wizards.AbstractSystemWizard |
cancelled, copyright, finishPressed, helpId, input, minPageHeight, minPageWidth, output, owningDialog, pageTitle, selection, viewer |
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 |
Copyright
public static final String Copyright
- See Also:
- Constant Field Values
CPAImportWizard
public CPAImportWizard()
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()
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.