Class MenuItemBuilderSubOp
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
com.iizigo.link.ui.UIBuilderSubOperation
com.iizigo.link.ui.builder.VSActionBuilderSubOp
com.iizigo.link.ui.builder.MenuItemBuilderSubOp
- All Implemented Interfaces:
ILinkOperation, ILinkWizardPage, Runnable, IDialogPage, IMessageProvider, IWizardPage
An action builder sub-operation.
- Author:
- Christopher Mindus
Field Summary
Fields inherited from class VSActionBuilderSubOp
action, referenceFields inherited from class UIBuilderSubOperation
appUI, container, lastFocused, sourceFields inherited from interface IMessageProvider
ERROR, INFORMATION, NONE, WARNINGMethod Summary
Modifier and TypeMethodDescriptionvoidcreateControl(Composite parent) Create contents of the wizard.Executes the operation.Returns the builder component processed.Returns the builder component image.voidrun()Runs the state check.Methods inherited from class VSActionBuilderSubOp
createOperationNode, getCommonDescription, getCommonTitle, getLargeImage, getRequiredVirtualSpace, getTreeImageMethods inherited from class UIBuilderSubOperation
addPages, equalsOp, getLinkOperation, getUIBuildData, isOperationEnabled, isPageComplete, isPrecondition, isSelected, setControl, setVisibleMethods inherited from class WizardPage
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toStringMethods inherited from class DialogPage
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setMessageMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface IDialogPage
dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitleMethods inherited from interface ILinkOperation
getDependentOperations, isOperationEnabled, isWizardDialogRequired, validateOperationsMethods inherited from interface IWizardPage
canFlipToNextPage, getMinimumPageSize, 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
createControl
Create contents of the wizard.- Specified by:
createControlin interfaceIDialogPage
run
executeOperation
Executes the operation.- Specified by:
executeOperationin interfaceILinkOperation- 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.