Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

com.hilotec.elexis.kgview
Class PatientTextFView

java.lang.Object
  extended by org.eclipse.core.commands.common.EventManager
      extended by org.eclipse.ui.part.WorkbenchPart
          extended by org.eclipse.ui.part.ViewPart
              extended by com.hilotec.elexis.kgview.SimpleTextFView
                  extended by com.hilotec.elexis.kgview.PatientTextFView
All Implemented Interfaces:
ElexisEventListener, org.eclipse.core.runtime.IAdaptable, org.eclipse.core.runtime.IExecutableExtension, org.eclipse.ui.IPersistable, org.eclipse.ui.IViewPart, org.eclipse.ui.IWorkbenchPart, org.eclipse.ui.IWorkbenchPart2, org.eclipse.ui.IWorkbenchPart3, org.eclipse.ui.part.IWorkbenchPartOrientation
Direct Known Subclasses:
FamAnamneseView, PersAnamneseView, RisikoFView, SozAnamneseView, SysAnamneseView

public abstract class PatientTextFView
extends SimpleTextFView
implements ElexisEventListener


Field Summary
protected  java.lang.String dbfield
           
 
Fields inherited from class com.hilotec.elexis.kgview.SimpleTextFView
area
 
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
 
Constructor Summary
protected PatientTextFView(java.lang.String field)
           
 
Method Summary
 void catchElexisEvent(ElexisEvent ev)
          An Event was fired
 void dispose()
           
protected  void fieldChanged()
           
 ElexisEvent getElexisEventFilter()
          Filter the events this listener wants to be informed.
protected  void initialize()
           
 
Methods inherited from class com.hilotec.elexis.kgview.SimpleTextFView
createPartControl, getCanEdit, getText, isEmpty, isEnabled, setCanEdit, setEmpty, setEnabled, setFocus, setText
 
Methods inherited from class org.eclipse.ui.part.ViewPart
checkSite, getViewSite, init, init, saveState, setContentDescription, setInitializationData, setPartName
 
Methods inherited from class org.eclipse.ui.part.WorkbenchPart
addPartPropertyListener, addPropertyListener, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy
 
Methods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui.IWorkbenchPart
addPropertyListener, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Field Detail

dbfield

protected final java.lang.String dbfield
Constructor Detail

PatientTextFView

protected PatientTextFView(java.lang.String field)
Method Detail

initialize

protected void initialize()
Overrides:
initialize in class SimpleTextFView

fieldChanged

protected void fieldChanged()
Overrides:
fieldChanged in class SimpleTextFView

catchElexisEvent

public void catchElexisEvent(ElexisEvent ev)
Description copied from interface: ElexisEventListener
An Event was fired

Specified by:
catchElexisEvent in interface ElexisEventListener
Parameters:
ev - the Event

getElexisEventFilter

public ElexisEvent getElexisEventFilter()
Description copied from interface: ElexisEventListener
Filter the events this listener wants to be informed. Note: This call should complete as fast as possible, because it will be called with every event before dispatching

Specified by:
getElexisEventFilter in interface ElexisEventListener
Returns:
An ElexisEvent with matching
  • object: Only events of this object will be sent
  • class: Only events of this class will be sent
  • type: Only eevnts matching to one ore more flags in type will be sent

dispose

public void dispose()
Specified by:
dispose in interface org.eclipse.ui.IWorkbenchPart
Overrides:
dispose in class org.eclipse.ui.part.WorkbenchPart

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013