|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
P
- the supported IOProvider
typepublic interface ImportSource<P extends ImportProvider>
Import source for an ImportWizard
Nested Class Summary | |
---|---|
static interface |
ImportSource.SourceConfiguration<P extends ImportProvider>
Configuration based on an import source. |
Method Summary | |
---|---|
void |
createControls(org.eclipse.swt.widgets.Composite parent)
Create the controls that enable the user to define the import source. |
void |
dispose()
Dispose any resources when the source page is disposed. |
void |
onActivate()
Method that is called when the source page is activated. |
void |
setConfiguration(ImportSource.SourceConfiguration<P> config)
Sets the source configuration to populate. |
void |
setPage(org.eclipse.jface.wizard.WizardPage page)
Sets the containing wizard page. |
boolean |
updateConfiguration(P provider)
Update the configuration (of the I/O provider). |
Method Detail |
---|
void setPage(org.eclipse.jface.wizard.WizardPage page)
page
- the wizard pagevoid setConfiguration(ImportSource.SourceConfiguration<P> config)
config
- the source configurationvoid createControls(org.eclipse.swt.widgets.Composite parent)
setPage(WizardPage)
and
setConfiguration(SourceConfiguration)
must have been called
before calling this method.
parent
- the parent composite, implementors may assign a custom
layout to this compositeboolean updateConfiguration(P provider)
provider
- the I/O provider to update
void onActivate()
void dispose()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |