iSeries Remote Systems
v6.0.0

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

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.ISeriesCPOImportWizard
All Implemented Interfaces:
IImportWizard, INewWizard, com.ibm.etools.systems.core.ui.dialogs.ISystemPromptDialog, com.ibm.etools.systems.core.ui.wizards.ISystemWizard, IWizard, IWorkbenchWizard

public class ISeriesCPOImportWizard
extends com.ibm.etools.systems.core.ui.wizards.AbstractSystemWizard
implements IImportWizard


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
ISeriesCPOImportWizard()
           
 
Method Summary
 void addConnectionToCreateList(Object obj)
           
 void addPages()
           
 void addPoolToCreateList(Object obj)
           
 void addToFilterWithNoHostForAliasList(Object obj)
           
 void firstTimeViewFilesFilters()
           
 Vector getConnectionCreateList()
           
 String getDefaultHostName()
           
 Vector getErrorStringList()
           
 Vector getFilterStringList()
           
 Vector getFilterWithNoHostForAliasList()
           
 Vector getPoolCreateList()
           
 com.ibm.etools.systems.model.SystemProfile getProfile()
           
 String getProfileName()
           
 String getProjectName()
           
 String getSelectedProfileName()
           
 ISeriesCPOImportServers getServers()
           
 String getSummaryText()
           
 void init(IWorkbench arg0, IStructuredSelection arg1)
           
 boolean isCreateProfile()
           
 boolean isFirstTimeViewFilesFilters()
           
 boolean isMakeActiveProfile()
           
 void notFirstTimeViewFilesFilters()
           
 boolean performFinish()
           
 void resetCreationLists()
           
 void setAllFilterStringCheckedToFalse()
           
 void setDefaultHostName(String dHost)
           
 void setErrorStringList(Vector v)
           
 void setFilterStringList(Vector v)
           
 void setIsCreateProfile(boolean cProfile)
           
 void setIsMakeActiveProfile(boolean maProfile)
           
 void setProfile(com.ibm.etools.systems.model.SystemProfile profile)
           
 void setProfileName(String pName)
           
 void setProjectName(String s)
           
 void setSelectedProfileName(String selProfileName)
           
 void setServers(ISeriesCPOImportServers p_servers)
           
 void setSummaryText(String p_text)
           
 
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, performCancel, setContainer
 

Field Detail

Copyright

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

ISeriesCPOImportWizard

public ISeriesCPOImportWizard()
Method Detail

performFinish

public boolean performFinish()
Specified by:
performFinish in interface IWizard
See Also:
Wizard.performFinish()

init

public void init(IWorkbench arg0,
                 IStructuredSelection arg1)
Specified by:
init in interface IWorkbenchWizard
See Also:
IWorkbenchWizard#init(IWorkbench, IStructuredSelection)

addPages

public void addPages()
Specified by:
addPages in interface IWizard

getFilterStringList

public Vector getFilterStringList()

getErrorStringList

public Vector getErrorStringList()

getProjectName

public String getProjectName()

setFilterStringList

public void setFilterStringList(Vector v)

setErrorStringList

public void setErrorStringList(Vector v)

setProjectName

public void setProjectName(String s)

setIsCreateProfile

public void setIsCreateProfile(boolean cProfile)

setIsMakeActiveProfile

public void setIsMakeActiveProfile(boolean maProfile)

setDefaultHostName

public void setDefaultHostName(String dHost)

isCreateProfile

public boolean isCreateProfile()

isMakeActiveProfile

public boolean isMakeActiveProfile()

getDefaultHostName

public String getDefaultHostName()

setSelectedProfileName

public void setSelectedProfileName(String selProfileName)

getSelectedProfileName

public String getSelectedProfileName()

setProfileName

public void setProfileName(String pName)

getProfileName

public String getProfileName()

setProfile

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

getProfile

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

resetCreationLists

public void resetCreationLists()

addPoolToCreateList

public void addPoolToCreateList(Object obj)

addConnectionToCreateList

public void addConnectionToCreateList(Object obj)

getPoolCreateList

public Vector getPoolCreateList()

getConnectionCreateList

public Vector getConnectionCreateList()

addToFilterWithNoHostForAliasList

public void addToFilterWithNoHostForAliasList(Object obj)

getFilterWithNoHostForAliasList

public Vector getFilterWithNoHostForAliasList()

setServers

public void setServers(ISeriesCPOImportServers p_servers)

getServers

public ISeriesCPOImportServers getServers()

setSummaryText

public void setSummaryText(String p_text)

getSummaryText

public String getSummaryText()

setAllFilterStringCheckedToFalse

public void setAllFilterStringCheckedToFalse()

firstTimeViewFilesFilters

public void firstTimeViewFilesFilters()

notFirstTimeViewFilesFilters

public void notFirstTimeViewFilesFilters()

isFirstTimeViewFilesFilters

public boolean isFirstTimeViewFilesFilters()

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.