|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.core.internal.jobs.InternalJob
org.eclipse.core.runtime.jobs.Job
ch.unibe.iam.scg.archie.ui.charts.AbstractDatasetCreator
ch.unibe.iam.scg.archie.ui.charts.ConsultationMoneyDatasetCreator
public class ConsultationMoneyDatasetCreator
Creates dataset for ConsultationMoneyChart.
$Id$
| Field Summary |
|---|
| Fields inherited from class ch.unibe.iam.scg.archie.ui.charts.AbstractDatasetCreator |
|---|
dataset |
| Fields inherited from class org.eclipse.core.runtime.jobs.Job |
|---|
ASYNC_FINISH, BUILD, DECORATE, INTERACTIVE, LONG, NONE, RUNNING, SHORT, SLEEPING, WAITING |
| Fields inherited from class org.eclipse.core.internal.jobs.InternalJob |
|---|
manager |
| Constructor Summary | |
|---|---|
ConsultationMoneyDatasetCreator(java.lang.String jobName)
|
|
| Method Summary | |
|---|---|
org.eclipse.core.runtime.IStatus |
createContent(org.eclipse.core.runtime.IProgressMonitor monitor)
Creates the content for this dataset creator. |
protected boolean |
isDatasetEmpty()
Method to work around the incapability of finding out whether the dataset has any data in it or not. |
| Methods inherited from class ch.unibe.iam.scg.archie.ui.charts.AbstractDatasetCreator |
|---|
getDataset, run |
| Methods inherited from class org.eclipse.core.runtime.jobs.Job |
|---|
addJobChangeListener, belongsTo, cancel, canceling, done, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, removeJobChangeListener, schedule, schedule, setName, setPriority, setProgressGroup, setProperty, setRule, setSystem, setThread, setUser, shouldRun, shouldSchedule, sleep, toString, wakeUp, wakeUp, yieldRule |
| Methods inherited from class org.eclipse.core.internal.jobs.InternalJob |
|---|
compareTo |
| Methods inherited from class org.eclipse.core.runtime.PlatformObject |
|---|
getAdapter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Constructor Detail |
|---|
public ConsultationMoneyDatasetCreator(java.lang.String jobName)
jobName - | Method Detail |
|---|
public org.eclipse.core.runtime.IStatus createContent(org.eclipse.core.runtime.IProgressMonitor monitor)
AbstractDatasetCreator
createContent in class AbstractDatasetCreatorprotected boolean isDatasetEmpty()
AbstractDatasetCreatorfalse by default
so that even empty dataset get rendered. If a subclass overrides this method,
other objects can check for it and e.g. display a warning or information message
instead of an empty graph.
isDatasetEmpty in class AbstractDatasetCreator
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||