com.ibm.etools.iseries.core.ui.wizards.migration
Class ISeriesCCImportPage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
com.ibm.etools.systems.core.ui.wizards.AbstractSystemWizardPage
com.ibm.etools.iseries.core.ui.wizards.migration.ISeriesCCImportPage
- 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:
- ISeriesCCImportPage1, ISeriesCCImportPage2
- public class ISeriesCCImportPage
- extends com.ibm.etools.systems.core.ui.wizards.AbstractSystemWizardPage
Fields inherited from class com.ibm.etools.systems.core.ui.wizards.AbstractSystemWizardPage |
copyright |
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 interface com.ibm.etools.systems.core.ui.messages.ISystemMessageLine |
getErrorMessage, getMessage |
Copyright
public static final String Copyright
- See Also:
- Constant Field Values
ISeriesCCImportPage
public ISeriesCCImportPage(Wizard wizard,
String pageName,
String title,
String message)
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()
setPageHasError
public void setPageHasError(boolean error)
pageHasError
public boolean pageHasError()
setVisible
public void setVisible(boolean visible)
getParentWizard
public ISeriesCCImportWizard getParentWizard()
setProfileName
public void setProfileName(String p_profileName)
getProfileName
public String getProfileName()
setSummaryText
public void setSummaryText(String p_summaryText)
getSummaryText
public String getSummaryText()
getTableItems
public TableItem[] getTableItems()
setTableItems
public void setTableItems(TableItem[] p_tableItems)
getSettingsVector
public Vector getSettingsVector()
setSettingsVector
public void setSettingsVector(Vector p_settingsVector)
getLibrarySettingsForConnection
public ISeriesCCImportLibrarySettings getLibrarySettingsForConnection(String server)
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.