Class ProjectExportPart

java.lang.Object
org.libreoffice.ide.eclipse.core.model.language.LanguageExportPart
org.libreoffice.ide.eclipse.core.export.ProjectExportPart

public class ProjectExportPart extends LanguageExportPart
Dialog part for the Ant scripts export configuration.
  • Field Details

  • Constructor Details

    • ProjectExportPart

      public ProjectExportPart()
  • Method Details

    • setAntScriptExportPage

      public static void setAntScriptExportPage(AntScriptExportWizardPage antScriptPage)
      Parameters:
      antScriptPage - Helps in retrieving the project selected in this part.
    • setCheckAntSectionDisplay

      public static void setCheckAntSectionDisplay(boolean antSectionDisplay)
      Parameters:
      antSectionDisplay - Helps in blocking the Title and Other Displays in wizard after 1st time
    • createControls

      public void createControls(org.eclipse.swt.widgets.Composite parent)
      Create the controls in the part.
      Specified by:
      createControls in class LanguageExportPart
      Parameters:
      parent - the parent composite where to create the controls
    • dispose

      public void dispose()
      Cleans the controls.
      Specified by:
      dispose in class LanguageExportPart
    • doFinish

      public void doFinish()
      Run the export actions in a separate thread. Note that the controls might be disposed when this methods is called.
      Specified by:
      doFinish in class LanguageExportPart