Class TextAreaBuilderSubOp

java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
All Implemented Interfaces:
ILinkOperation, ILinkWizardPage, org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.wizard.IWizardPage

public class TextAreaBuilderSubOp extends VSFieldBuilderSubOp
Field text area builder sub-operation.
Author:
Christopher Mindus
  • Method Details

    • getBuilderComponent

      public String getBuilderComponent()
      Returns the builder component processed.
      Specified by:
      getBuilderComponent in class UIBuilderSubOperation
    • getBuilderImage

      public org.eclipse.swt.graphics.Image getBuilderImage()
      Returns the builder component image.
      Specified by:
      getBuilderImage in class UIBuilderSubOperation
    • 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.