iSeries Remote Systems
v6.0.1

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

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.ISeriesCPOImportPage
                  extended bycom.ibm.etools.iseries.core.ui.wizards.migration.ISeriesCPOImportPage3
All Implemented Interfaces:
EventListener, ICellEditorListener, IDialogPage, IMessageProvider, ISelectionChangedListener, com.ibm.etools.systems.core.ui.messages.ISystemMessageLine, com.ibm.etools.systems.core.ui.wizards.ISystemWizardPage, IWizardPage, SWTEventListener, TraverseListener

public class ISeriesCPOImportPage3
extends ISeriesCPOImportPage
implements ICellEditorListener, TraverseListener, ISelectionChangedListener


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
ISeriesCPOImportPage3(Wizard wizard)
           
 
Method Summary
 void applyEditorValue()
           
 void cancelEditor()
           
 Control createContents(Composite parent)
           
 void editorValueChanged(boolean arg0, boolean arg1)
           
 void keyTraversed(TraverseEvent arg0)
           
 boolean performFinish()
           
 void populateTable()
           
 void selectionChanged(SelectionChangedEvent arg0)
           
 void setVisible(boolean visible)
           
 
Methods inherited from class com.ibm.etools.iseries.core.ui.wizards.migration.ISeriesCPOImportPage
addConnectionToCreateList, addPoolToCreateList, error, error, errorMessage, getConnectionCreateList, getInitialFocusControl, getParentWizard, getPoolCreateList, getServers, pageHasError, resetCreationLists, setAllFilterStringCheckedToFalse, setPageHasError, setServers
 
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

ISeriesCPOImportPage3

public ISeriesCPOImportPage3(Wizard wizard)
Method Detail

createContents

public Control createContents(Composite parent)
Overrides:
createContents in class ISeriesCPOImportPage
See Also:
AbstractSystemWizardPage#createContents(Composite)

populateTable

public void populateTable()

performFinish

public boolean performFinish()
Specified by:
performFinish in interface com.ibm.etools.systems.core.ui.wizards.ISystemWizardPage
Overrides:
performFinish in class ISeriesCPOImportPage
See Also:
ISystemWizardPage.performFinish()

applyEditorValue

public void applyEditorValue()
Specified by:
applyEditorValue in interface ICellEditorListener
See Also:
ICellEditorListener.applyEditorValue()

cancelEditor

public void cancelEditor()
Specified by:
cancelEditor in interface ICellEditorListener
See Also:
ICellEditorListener.cancelEditor()

editorValueChanged

public void editorValueChanged(boolean arg0,
                               boolean arg1)
Specified by:
editorValueChanged in interface ICellEditorListener
See Also:
ICellEditorListener.editorValueChanged(boolean, boolean)

keyTraversed

public void keyTraversed(TraverseEvent arg0)
Specified by:
keyTraversed in interface TraverseListener
See Also:
TraverseListener.keyTraversed(TraverseEvent)

selectionChanged

public void selectionChanged(SelectionChangedEvent arg0)
Specified by:
selectionChanged in interface ISelectionChangedListener
See Also:
ISelectionChangedListener.selectionChanged(SelectionChangedEvent)

setVisible

public void setVisible(boolean visible)
Specified by:
setVisible in interface IDialogPage
Overrides:
setVisible in class ISeriesCPOImportPage

iSeries Remote Systems
v6.0.1

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.