public class SectionSourceAlignOfficeSectionWizardPage
extends org.eclipse.jface.wizard.WizardPage
IWizardPage
to align refactoring of OfficeSection
.Modifier | Constructor and Description |
---|---|
protected |
SectionSourceAlignOfficeSectionWizardPage(SectionInstance sectionInstance,
boolean isLoadType,
boolean isAuotWire)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent) |
Map<String,String> |
getInputNameMapping()
Obtains the mapping of
OfficeSectionInput name to
OfficeSectionInputModel name. |
Map<String,String> |
getObjectNameMapping()
Obtains the mapping of
OfficeSectionObject name to
OfficeSectionObjectModel name. |
Map<String,String> |
getOutputNameMapping()
Obtains the mapping of
OfficeSectionOutput name to
OfficeSectionOutputModel name. |
void |
loadSectionSourceInstance(SectionSourceInstance instance)
Loads the
SectionSourceInstance . |
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible
protected SectionSourceAlignOfficeSectionWizardPage(SectionInstance sectionInstance, boolean isLoadType, boolean isAuotWire)
sectionInstance
- SectionInstance
.isLoadType
- Indicates if loading SectionType
or
OfficeSection
.isAuotWire
- true
if auto-wire section.public void loadSectionSourceInstance(SectionSourceInstance instance)
SectionSourceInstance
.instance
- SectionSourceInstance
.public Map<String,String> getInputNameMapping()
OfficeSectionInput
name to
OfficeSectionInputModel
name.OfficeSectionInput
name to
OfficeSectionInputModel
name.public Map<String,String> getOutputNameMapping()
OfficeSectionOutput
name to
OfficeSectionOutputModel
name.OfficeSectionOutput
name to
OfficeSectionOutputModel
name.public Map<String,String> getObjectNameMapping()
OfficeSectionObject
name to
OfficeSectionObjectModel
name.OfficeSectionObject
name to
OfficeSectionObjectModel
name.public void createControl(org.eclipse.swt.widgets.Composite parent)
Copyright © 2005–2016. All rights reserved.