Class LanguageExportPart
java.lang.Object
org.libreoffice.ide.eclipse.core.model.language.LanguageExportPart
- Direct Known Subclasses:
ProjectExportPart
Abstract class for the language specific controls part in the OXT export wizard.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidcreateControls(org.eclipse.swt.widgets.Composite parent) Create the controls in the part.abstract voiddispose()Cleans the controls.abstract voiddoFinish()Run the export actions in a separate thread.protected ManifestExportPagegetPage()voidsetPage(ManifestExportPage page)
-
Constructor Details
-
LanguageExportPart
public LanguageExportPart()
-
-
Method Details
-
createControls
public abstract void createControls(org.eclipse.swt.widgets.Composite parent) Create the controls in the part.- Parameters:
parent- the parent composite where to create the controls
-
dispose
public abstract void dispose()Cleans the controls. -
doFinish
public abstract void doFinish()Run the export actions in a separate thread. Note that the controls might be disposed when this methods is called. -
setPage
- Parameters:
page- the manifest page containing this part.
-
getPage
- Returns:
- the page containing this UI part.
-