|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectag.ion.bion.officelayer.event.EventAdapter
ag.ion.bion.officelayer.event.DocumentAdapter
public class DocumentAdapter
Adapter for document listener.
Constructor Summary | |
---|---|
DocumentAdapter()
|
Method Summary | |
---|---|
void |
onAlphaCharInput(IDocumentEvent documentEvent)
Is called whenever a OnAlphaCharInput document event occurs. |
void |
onFocus(IDocumentEvent documentEvent)
Is called whenever a OnFocus document event occurs. |
void |
onInsertDone(IDocumentEvent documentEvent)
Is called whenever a OnInsertDone document event occurs. |
void |
onInsertStart(IDocumentEvent documentEvent)
Is called whenever a OnInsertStart document event occurs. |
void |
onLoad(IDocumentEvent documentEvent)
Is called whenever a OnLoad document event occurs. |
void |
onLoadDone(IDocumentEvent documentEvent)
Is called whenever a OnLoadDone document event occurs. |
void |
onLoadFinished(IDocumentEvent documentEvent)
Is called whenever a OnLoadFinished document event occurs. |
void |
onModifyChanged(IDocumentEvent documentEvent)
Is called whenever a OnModifyChanged document event occurs. |
void |
onMouseOut(IDocumentEvent documentEvent)
Is called whenever a OnMouseOut document event occurs. |
void |
onMouseOver(IDocumentEvent documentEvent)
Is called whenever a OnMouseOver document event occurs. |
void |
onNew(IDocumentEvent documentEvent)
Is called whenever a OnNew document event occurs. |
void |
onNonAlphaCharInput(IDocumentEvent documentEvent)
Is called whenever a OnNonAlphaCharInput document event occurs. |
void |
onSave(IDocumentEvent documentEvent)
Is called before a document if going to be saved. |
void |
onSaveAs(IDocumentEvent documentEvent)
Is called whenever a OnSaveAs document event occurs. |
void |
onSaveAsDone(IDocumentEvent documentEvent)
Is called whenever a OnSaveAsDone document event occurs. |
void |
onSaveDone(IDocumentEvent documentEvent)
Is called whenever a OnSaveDone document event occurs. |
void |
onSaveFinished(IDocumentEvent documentEvent)
Is called whenever a OnSaveFinished document event occurs. |
void |
onUnload(IDocumentEvent documentEvent)
Is called whenever a OnUnload document event occurs. |
Methods inherited from class ag.ion.bion.officelayer.event.EventAdapter |
---|
disposing |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ag.ion.bion.officelayer.event.IEventListener |
---|
disposing |
Constructor Detail |
---|
public DocumentAdapter()
Method Detail |
---|
public void onNew(IDocumentEvent documentEvent)
onNew
in interface IDocumentListener
documentEvent
- source of the eventpublic void onLoad(IDocumentEvent documentEvent)
onLoad
in interface IDocumentListener
documentEvent
- source of the eventpublic void onLoadDone(IDocumentEvent documentEvent)
onLoadDone
in interface IDocumentListener
documentEvent
- source of the eventpublic void onLoadFinished(IDocumentEvent documentEvent)
onLoadFinished
in interface IDocumentListener
documentEvent
- source of the eventpublic void onSaveDone(IDocumentEvent documentEvent)
onSaveDone
in interface IDocumentListener
documentEvent
- source of the eventpublic void onSaveFinished(IDocumentEvent documentEvent)
onSaveFinished
in interface IDocumentListener
documentEvent
- source of the eventpublic void onSave(IDocumentEvent documentEvent)
onSave
in interface IDocumentListener
documentEvent
- source of the eventpublic void onSaveAs(IDocumentEvent documentEvent)
onSaveAs
in interface IDocumentListener
documentEvent
- document eventpublic void onSaveAsDone(IDocumentEvent documentEvent)
onSaveAsDone
in interface IDocumentListener
documentEvent
- document eventpublic void onModifyChanged(IDocumentEvent documentEvent)
onModifyChanged
in interface IDocumentListener
documentEvent
- document eventpublic void onMouseOver(IDocumentEvent documentEvent)
onMouseOver
in interface IDocumentListener
documentEvent
- document eventpublic void onMouseOut(IDocumentEvent documentEvent)
onMouseOut
in interface IDocumentListener
documentEvent
- document eventpublic void onFocus(IDocumentEvent documentEvent)
onFocus
in interface IDocumentListener
documentEvent
- document eventpublic void onAlphaCharInput(IDocumentEvent documentEvent)
onAlphaCharInput
in interface IDocumentListener
documentEvent
- document eventpublic void onNonAlphaCharInput(IDocumentEvent documentEvent)
onNonAlphaCharInput
in interface IDocumentListener
documentEvent
- document eventpublic void onInsertStart(IDocumentEvent documentEvent)
onInsertStart
in interface IDocumentListener
documentEvent
- document eventpublic void onInsertDone(IDocumentEvent documentEvent)
onInsertDone
in interface IDocumentListener
documentEvent
- document eventpublic void onUnload(IDocumentEvent documentEvent)
onUnload
in interface IDocumentListener
documentEvent
- document event
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |