Class ProjectExportPageControl
java.lang.Object
org.libreoffice.ide.eclipse.core.export.ProjectExportPageControl
Controller object for the fields of the
ProjectExportPart view.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetSaveAntScript(boolean pSave) voidsetSavePath(String pPath)
-
Field Details
-
DEFAULT_ANT_FILENAME
- See Also:
-
-
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
- Parameters:
pPath- the path to set in the save field
-
getSaveAntScript
public boolean getSaveAntScript()- Returns:
- the state of the save ant script box
-
getSavePath
- Returns:
- the value of the save path text field
-
isSavePathEnabled
public boolean isSavePathEnabled()- Returns:
- whether the save path field is enabled
-