|
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.AgeHistogrammDatasetCreator
public class AgeHistogrammDatasetCreator
Dataset creator for the age distribution histogram of all patients in the system.
$Id: AgeHistogrammDatasetCreator.java 666 2008-12-13 00:07:54Z peschehimself $
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 | |
---|---|
AgeHistogrammDatasetCreator(java.lang.String jobName,
int cohortSize)
Creates a AgeHistogrammDatasetCreator |
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. |
void |
setCohortSize(int cohortSize)
Sets the cohort size for this chart creator. |
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 AgeHistogrammDatasetCreator(java.lang.String jobName, int cohortSize)
jobName
- cohortSize
- Method Detail |
---|
public org.eclipse.core.runtime.IStatus createContent(org.eclipse.core.runtime.IProgressMonitor monitor)
AbstractDatasetCreator
createContent
in class AbstractDatasetCreator
public void setCohortSize(int cohortSize)
cohortSize
- protected boolean isDatasetEmpty()
AbstractDatasetCreator
false
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 |