Class ComboBoxBuilderSubOp

  • All Implemented Interfaces:
    ILinkOperation, ILinkWizardPage, org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.wizard.IWizardPage

    public class ComboBoxBuilderSubOp
    extends VSFieldBuilderSubOp
    Field text builder sub-operation.
    Author:
    Christopher Mindus
    • Method Detail

      • addPages

        public void addPages​(LinkWizard wizard)
        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:
        addPages in interface ILinkOperation
        Overrides:
        addPages in class UIBuilderSubOperation
      • createControl

        public void createControl​(org.eclipse.swt.widgets.Composite parent)
        Create contents of the wizard.
      • executeOperation

        public org.eclipse.core.runtime.IStatus executeOperation​(ComplexOperation op)
                                                          throws org.eclipse.core.runtime.CoreException
        Executes the operation.
        Parameters:
        op - The complex operation.
        Returns:
        The status of the operation. A complex operation would have a MultiStatus return code.
        Throws:
        org.eclipse.core.runtime.CoreException - If the execution failed.