|
Elexis API documentation as of September 4 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BackgroundJob | |
---|---|
ch.elexis.actions | Actions Hier werden globale Aktionen definiert (Einerseits Funktionen, welche durch Tastendruck und/oder Menuauswahl und/oder Toolbarbuttons ausgelöst werden können, also Actions im engeren Sinn, andererseits auch Systemaktionen wie update-jobs etc.). |
ch.elexis.util.viewers | |
ch.elexis.views | Klassen, die die Benutzeroberfläche definieren In dieser Package findet der Kontakt mit dem Anwender statt. |
Uses of BackgroundJob in ch.elexis.actions |
---|
Subclasses of BackgroundJob in ch.elexis.actions | |
---|---|
class |
AbstractDataLoaderJob
Deprecated. Die Funktionalität der BackgroundJobs kann seit Eclipse 3.0 von Eclipse-Jobs und Joblisteners übernommen werden. Neuer Code sollte direkt mit Eclipse Jobs arbeiten. |
class |
HistoryLoader
Texte früherer Konsultationen asynchron nachladen. |
class |
LazyTreeLoader<T>
Deprecated. |
class |
ListLoader<T extends PersistentObject>
Ein Background-Job, der Datensätze aus einer Tabelle liest und in Form eines Arrays zurückliefert |
class |
TreeLoader<T>
Deprecated. |
Methods in ch.elexis.actions that return BackgroundJob | |
---|---|
BackgroundJob |
JobPool.getJob(java.lang.String name)
Deprecated. Einen Job anhand seines Namens finden |
Methods in ch.elexis.actions with parameters of type BackgroundJob | |
---|---|
boolean |
JobPool.addJob(BackgroundJob job)
Deprecated. Einen neuen Job hinzufügen. |
void |
BackgroundJob.BackgroundJobListener.jobFinished(BackgroundJob j)
|
void |
JobPool.jobFinished(BackgroundJob j)
Deprecated. Diese Funktion ist für internen Gebrauch. |
Uses of BackgroundJob in ch.elexis.util.viewers |
---|
Methods in ch.elexis.util.viewers with parameters of type BackgroundJob | |
---|---|
void |
LazyContentProvider.jobFinished(BackgroundJob j)
|
void |
TreeContentProvider.jobFinished(BackgroundJob j)
|
Constructors in ch.elexis.util.viewers with parameters of type BackgroundJob | |
---|---|
TreeContentProvider(CommonViewer v,
BackgroundJob loader)
|
Uses of BackgroundJob in ch.elexis.views |
---|
Methods in ch.elexis.views with parameters of type BackgroundJob | |
---|---|
void |
HistoryDisplay.jobFinished(BackgroundJob j)
|
void |
PatHeuteView.jobFinished(BackgroundJob j)
|
|
Elexis API documentation as of September 4 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |