|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openoffice.ide.eclipse.core.model.language.LanguageExportPart
public abstract class LanguageExportPart
Abstract class for the language specific controls part in the OXT export wizard.
Constructor Summary | |
---|---|
LanguageExportPart()
|
Method Summary | |
---|---|
abstract void |
createControls(org.eclipse.swt.widgets.Composite pParent)
Create the controls in the part. |
abstract void |
dispose()
Cleans the controls. |
abstract void |
doFinish(org.openoffice.plugin.core.model.UnoPackage pModel,
IUnoidlProject pUnoProject)
Run the export actions in a separate thread. |
protected ManifestExportPage |
getPage()
|
void |
setPage(ManifestExportPage pPage)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LanguageExportPart()
Method Detail |
---|
public abstract void createControls(org.eclipse.swt.widgets.Composite pParent)
pParent
- the parent composite where to create the controlspublic abstract void dispose()
public abstract void doFinish(org.openoffice.plugin.core.model.UnoPackage pModel, IUnoidlProject pUnoProject)
pModel
- the model of the exported packagepUnoProject
- the exported UNO projectpublic void setPage(ManifestExportPage pPage)
pPage
- the manifest page containing this part.protected ManifestExportPage getPage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |