Class ProjectExportPageControl

java.lang.Object
org.libreoffice.ide.eclipse.core.export.ProjectExportPageControl

public class ProjectExportPageControl extends Object
Controller object for the fields of the ProjectExportPart view.
  • Field Details

  • Constructor Details

    • ProjectExportPageControl

      public ProjectExportPageControl()
      Default constructor.
  • Method Details

    • setSaveAntScript

      public void setSaveAntScript(boolean pSave)
      Parameters:
      pSave - the state of the save ant script box.
    • setSavePath

      public void setSavePath(String pPath)
      Parameters:
      pPath - the path to set in the save field
    • getSaveAntScript

      public boolean getSaveAntScript()
      Returns:
      the state of the save ant script box
    • getSavePath

      public String getSavePath()
      Returns:
      the value of the save path text field
    • isSavePathEnabled

      public boolean isSavePathEnabled()
      Returns:
      whether the save path field is enabled