|
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.Objectch.unibe.iam.scg.archie.model.QueryContentProvider
public class QueryContentProvider
A standard content provider for the queries if no special data should be represented. Each row will be handled as data object in this content provider. E.g. If you want to have the patient as the model represented, you need another content provider.
$Id$
Constructor Summary | |
---|---|
QueryContentProvider(DataSet dataSet)
The dataset to attach to this content provider. |
Method Summary | |
---|---|
void |
dispose()
Does nothing. |
java.lang.Object[] |
getElements(java.lang.Object inputElement)
Returns the elements of the stored DataSet instance as an
array. |
void |
inputChanged(org.eclipse.jface.viewers.Viewer viewer,
java.lang.Object oldInput,
java.lang.Object newInput)
Does nothing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryContentProvider(DataSet dataSet)
dataSet
- A dataset object.Method Detail |
---|
public java.lang.Object[] getElements(java.lang.Object inputElement)
DataSet
instance as an
array. The parameter inputElement
passed to this function is
being ignored.
getElements
in interface org.eclipse.jface.viewers.IStructuredContentProvider
IStructuredContentProvider.getElements(java.lang.Object)
public void dispose()
dispose
in interface org.eclipse.jface.viewers.IContentProvider
IContentProvider.dispose()
public void inputChanged(org.eclipse.jface.viewers.Viewer viewer, java.lang.Object oldInput, java.lang.Object newInput)
inputChanged
in interface org.eclipse.jface.viewers.IContentProvider
IContentProvider.inputChanged(org.eclipse.jface.viewers.Viewer,
java.lang.Object, java.lang.Object)
|
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 |