|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectViewPart
ch.elexis.extdoc.views.ExterneDokumente
public class ExterneDokumente
Diese Ansicht zeigt externe Dokumente an. Die Dokumente liegen in einem Verzeichnis im Dateisystem. Dieses Verzeichnis kann in den Einstellungen angegeben werden. Falls ein Patient ausgewaehlt ist, wird nach einem bestimmten Schema nach diesem Patienten gefiltert.
Constructor Summary | |
---|---|
ExterneDokumente()
The constructor. |
Method Summary | |
---|---|
void |
activation(boolean mode)
Die View wird aktiviert (z.B angeklickt oder mit Tab) |
static void |
addFile(java.lang.String f)
|
void |
createPartControl(Composite parent)
This is a callback that will allow us to create the viewer and initialize it. |
void |
dispose()
Wichtig! |
void |
selectionEvent(PersistentObject obj)
|
void |
setFocus()
Passing the focus request to the viewer's control. |
void |
visible(boolean mode)
Die View wird sichtbar (mode=true). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExterneDokumente()
Method Detail |
---|
public static void addFile(java.lang.String f)
public void createPartControl(Composite parent)
public void setFocus()
public void dispose()
public void selectionEvent(PersistentObject obj)
public void activation(boolean mode)
activation
in interface GlobalEventDispatcher.IActivationListener
public void visible(boolean mode)
visible
in interface GlobalEventDispatcher.IActivationListener
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |