|
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 IFrame
OpenOffice.org frame.
| Method Summary | |
|---|---|
void |
addDispatchDelegate(java.lang.String commandURL,
IDispatchDelegate dispatchDelegate)
Adds a dispatch delegate for the submitted command URL. |
void |
close()
Closes the frame. |
void |
disableDispatch(java.lang.String commandURL)
Disables the command dispatch related to the submitted command URL. |
IDispatch |
getDispatch(java.lang.String commandURL)
Returns dispatch for the submitted command URL. |
ILayoutManager |
getLayoutManager()
Returns layout manager of the frame. |
com.sun.star.frame.XFrame |
getXFrame()
Returns OpenOffice.org XFrame interface. |
void |
removeDispatchDelegate(java.lang.String commandURL)
Removes the dispatch delegate for the submitted command URL. |
void |
setFocus()
Focuses the frame. |
void |
showPreview()
Aktivates the print preview for the frame. |
void |
showPreview(int columns,
int rows)
Aktivates the print preview for the frame with the given columns and rows. |
void |
updateDispatches()
Updates the current dispatches. |
| Method Detail |
|---|
com.sun.star.frame.XFrame getXFrame()
ILayoutManager getLayoutManager()
throws NOAException
NOAException - if the layout manager can not be requestedvoid disableDispatch(java.lang.String commandURL)
updateDispatches().
commandURL - URL of the commandGlobalCommands
void addDispatchDelegate(java.lang.String commandURL,
IDispatchDelegate dispatchDelegate)
updateDispatches().
commandURL - command URL to be useddispatchDelegate - dispatch delegate to be addedvoid removeDispatchDelegate(java.lang.String commandURL)
updateDispatches().
commandURL - command URL to be used
IDispatch getDispatch(java.lang.String commandURL)
throws NOAException
commandURL - command URL of the dispatch
NOAException - if a dispatch for the submitted command URL
can not be providedvoid close()
void setFocus()
void updateDispatches()
void showPreview()
throws NOAException
NOAException - if there is an error showing the preview
void showPreview(int columns,
int rows)
throws NOAException
columns - the number of columns to displayrows - the number of rows to display
NOAException - if there is an error showing the preview
|
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 | ||||||||