Package com.iizigo.link.ui.builder
Class TextBuilderSubOp
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
com.iizigo.link.ui.UIBuilderSubOperation
com.iizigo.link.ui.builder.VSFieldBuilderSubOp
com.iizigo.link.ui.builder.TextBuilderSubOp
- All Implemented Interfaces:
ILinkOperation,ILinkWizardPage,IDialogPage,IMessageProvider,IWizardPage
Field text builder sub-operation.
- Author:
- Christopher Mindus
Field Summary
Fields inherited from class com.iizigo.link.ui.builder.VSFieldBuilderSubOp
field, referenceFields inherited from class com.iizigo.link.ui.UIBuilderSubOperation
appUI, container, lastFocused, sourceFields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNINGMethod Summary
Modifier and TypeMethodDescriptionvoidaddPages(LinkWizard wizard) Called when the wizard is created and allows the creation of additional wizard pages required.voidcreateControl(Composite parent) Create contents of the wizard.Executes the operation.Returns the builder component processed.Returns the builder component image.Methods inherited from class com.iizigo.link.ui.builder.VSFieldBuilderSubOp
createOperationNode, getCommonDescription, getCommonTitle, getLargeImage, getRequiredVirtualSpace, getTreeImageMethods inherited from class com.iizigo.link.ui.UIBuilderSubOperation
equalsOp, getLinkOperation, getUIBuildData, isOperationEnabled, isPageComplete, isPrecondition, isSelected, setControl, setVisibleMethods inherited from class org.eclipse.jface.wizard.WizardPage
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toStringMethods 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, setMessageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.jface.dialogs.IDialogPage
dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitleMethods inherited from interface com.iizigo.link.ILinkOperation
getDependentOperations, isOperationEnabled, isWizardDialogRequired, validateOperationsMethods inherited from interface org.eclipse.jface.wizard.IWizardPage
canFlipToNextPage, getName, getNextPage, getPreviousPage, getWizard, setPreviousPage, setWizard
Method Details
getBuilderComponent
Returns the builder component processed.- Specified by:
getBuilderComponentin classUIBuilderSubOperation
getBuilderImage
Returns the builder component image.- Specified by:
getBuilderImagein classUIBuilderSubOperation
addPages
Called when the wizard is created and allows the creation of additional wizard pages required. All created pages MUST implement done to get the link wizard information.- Specified by:
addPagesin interfaceILinkOperation- Overrides:
addPagesin classUIBuilderSubOperation
createControl
Create contents of the wizard.executeOperation
Executes the operation.- Parameters:
op- The complex operation.- Returns:
- The status of the operation. A complex operation would have a
MultiStatusreturn code. - Throws:
CoreException- If the execution failed.