|
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.noa4e.ui.operations.ActivateOfficeApplicationOperation
public class ActivateOfficeApplicationOperation
Operation in order to activate OpenOffice.org application.
| Constructor Summary | |
|---|---|
ActivateOfficeApplicationOperation(IOfficeApplication officeApplication)
Constructs new StartOfficeApplicationOperation. |
|
| Method Summary | |
|---|---|
OfficeApplicationException |
getOfficeApplicationException()
Returns OfficeApplicationException exception. |
void |
run(org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Runs this operation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActivateOfficeApplicationOperation(IOfficeApplication officeApplication)
officeApplication - office application to be started| Method Detail |
|---|
public OfficeApplicationException getOfficeApplicationException()
public void run(org.eclipse.core.runtime.IProgressMonitor progressMonitor)
throws java.lang.reflect.InvocationTargetException,
java.lang.InterruptedException
IRunnableContext's run method,
which supplies the progress monitor.
A request to cancel the operation should be honored and acknowledged
by throwing InterruptedException.
run in interface org.eclipse.jface.operation.IRunnableWithProgressprogressMonitor - the progress monitor to use to display progress and receive
requests for cancelation
java.lang.reflect.InvocationTargetException - if the run method must propagate a checked exception,
it should wrap it inside an InvocationTargetException; runtime exceptions are automatically
wrapped in an InvocationTargetException by the calling context
java.lang.InterruptedException - if the operation detects a request to cancel,
using IProgressMonitor.isCanceled(), it should exit by throwing
InterruptedException
|
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 | ||||||||