|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.ui.io.source.AbstractSource<P>
P
- the supported IOProvider
typepublic abstract class AbstractSource<P extends ImportProvider>
Abstract ImportSource
implementation
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface eu.esdihumboldt.hale.ui.io.ImportSource |
---|
ImportSource.SourceConfiguration<P extends ImportProvider> |
Constructor Summary | |
---|---|
AbstractSource()
|
Method Summary | |
---|---|
void |
dispose()
Dispose any resources when the source page is disposed. |
protected ImportSource.SourceConfiguration<P> |
getConfiguration()
|
protected org.eclipse.jface.wizard.WizardPage |
getPage()
|
void |
onActivate()
Method that is called when the source page is activated. |
void |
setConfiguration(ImportSource.SourceConfiguration<P> configuration)
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). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface eu.esdihumboldt.hale.ui.io.ImportSource |
---|
createControls |
Constructor Detail |
---|
public AbstractSource()
Method Detail |
---|
public void setPage(org.eclipse.jface.wizard.WizardPage page)
ImportSource
setPage
in interface ImportSource<P extends ImportProvider>
page
- the wizard pageImportSource.setPage(WizardPage)
public void setConfiguration(ImportSource.SourceConfiguration<P> configuration)
ImportSource
setConfiguration
in interface ImportSource<P extends ImportProvider>
configuration
- the source configurationImportSource.setConfiguration(SourceConfiguration)
protected org.eclipse.jface.wizard.WizardPage getPage()
protected ImportSource.SourceConfiguration<P> getConfiguration()
public boolean updateConfiguration(P provider)
true
.
updateConfiguration
in interface ImportSource<P extends ImportProvider>
provider
- the I/O provider to update
public void onActivate()
onActivate
in interface ImportSource<P extends ImportProvider>
public void dispose()
ImportSource
dispose
in interface ImportSource<P extends ImportProvider>
ImportSource.dispose()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |