Class ProjectExportPart
java.lang.Object
org.libreoffice.ide.eclipse.core.model.language.LanguageExportPart
org.libreoffice.ide.eclipse.core.export.ProjectExportPart
Dialog part for the Ant scripts export configuration.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateControls(org.eclipse.swt.widgets.Composite parent) Create the controls in the part.voiddispose()Cleans the controls.voiddoFinish()Run the export actions in a separate thread.static voidsetAntScriptExportPage(AntScriptExportWizardPage antScriptPage) static voidsetCheckAntSectionDisplay(boolean antSectionDisplay) Methods inherited from class org.libreoffice.ide.eclipse.core.model.language.LanguageExportPart
getPage, setPage
-
Field Details
-
HORIZONTAL_INDENT
public static final int HORIZONTAL_INDENT- See Also:
-
-
Constructor Details
-
ProjectExportPart
public ProjectExportPart()
-
-
Method Details
-
setAntScriptExportPage
- 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:
createControlsin classLanguageExportPart- Parameters:
parent- the parent composite where to create the controls
-
dispose
public void dispose()Cleans the controls.- Specified by:
disposein classLanguageExportPart
-
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:
doFinishin classLanguageExportPart
-