|
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 |
public interface IDesktopService
Desktop service of OpenOffice.org.
Method Summary | |
---|---|
void |
activateTerminationPrevention()
Activates the prevention of the termination. |
void |
addDocumentListener(IDocumentListener documentListener)
Adds new document listener. |
void |
addTerminateListener(ITerminateListener terminateListener)
Adds new terminate listener. |
IFrame |
constructNewOfficeFrame(java.awt.Container container)
Constructs new OpenOffice.org frame which is integrated into the submitted AWT container. |
IFrame |
constructNewOfficeFrame(NativeView nativeView)
Constructs new OpenOffice.org frame which uses the submitted native view. |
void |
deactivateTerminationPrevention()
Deactivates the prevention of the termination. |
int |
getFramesCount()
Returns the current number of frames, or -1 if an error occured returning it. |
void |
removeDocumentListener(IDocumentListener documentListener)
Removes document listener. |
void |
removeTerminateListener(ITerminateListener terminateListener)
Removes terminate listener. |
void |
terminate()
Terminates the related OpenOffice.org process. |
Methods inherited from interface ag.ion.bion.officelayer.IDisposeable |
---|
dispose |
Method Detail |
---|
void terminate() throws NOAException
NOAException
- if the termination can not be donevoid addTerminateListener(ITerminateListener terminateListener)
terminateListener
- new terminate listenervoid removeTerminateListener(ITerminateListener terminateListener)
terminateListener
- terminate listener to be removedvoid addDocumentListener(IDocumentListener documentListener) throws DesktopException
documentListener
- new document listener
DesktopException
- if document listener can not be registeredvoid removeDocumentListener(IDocumentListener documentListener)
documentListener
- document listener to be removedIFrame constructNewOfficeFrame(java.awt.Container container) throws DesktopException
container
- AWT container to be used
DesktopException
- if the frame can not be constructedIFrame constructNewOfficeFrame(NativeView nativeView) throws DesktopException
nativeView
- native view to be used
DesktopException
- if the frame can not be constructedint getFramesCount()
void activateTerminationPrevention()
void deactivateTerminationPrevention()
|
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 |