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

ag.ion.bion.officelayer.desktop
Class GlobalCommands

java.lang.Object
  extended by ag.ion.bion.officelayer.desktop.GlobalCommands

public class GlobalCommands
extends java.lang.Object

URL�s of global commands.


Field Summary
static java.lang.String CLOSE_DOCUMENT
          Command URL in order to close the document.
static java.lang.String CLOSE_PRINT_PREVIEW
          Command URL in order to close the print preview.
static java.lang.String CLOSE_WINDOW
          Command URL in order to close the window.
static java.lang.String COPY
          Command URL in order to do a copy.
static java.lang.String DIREKT_EXPORT_DOCUMENT
          Command URL in order to direktly export a document.
static java.lang.String EDIT_DOCUMENT
          Command URL in order to edit a document.
static java.lang.String EDIT_HYPERLINK
          Command URL in order to edit a hyperlink.
static java.lang.String EXPORT_TO_PDF
          Command URL in order to export a document to pdf.
static java.lang.String FORMAT_PAINTBRUSH
          Command URL in order to use the format paintbrush.
static java.lang.String INSTER_ROWS
          Command URL in order to insert rows.
static java.lang.String MAIL_DOCUMENT
          Command URL in order to mail a document.
static java.lang.String NEW_DOCUMENT
          Command URL in order to create a new document.
static java.lang.String NEW_MENU
          Command URL in order to diplay the new menu.
static java.lang.String OPEN_ASSISTS
          Command URL in order to open the assists.
static java.lang.String OPEN_DATABASE_DIALOG
          Command URL in order to open the database dialog.
static java.lang.String OPEN_DATASOURCES
          Command URL in order to open the datasources.
static java.lang.String OPEN_DOCUMENT
          Command URL in order to open a document.
static java.lang.String OPEN_DRAW_TOOLBAR
          Command URL in order to open the draw toolbar.
static java.lang.String OPEN_EXPORT_TO
          Command URL in order to open the export to menu.
static java.lang.String OPEN_FONT_DIALOG
          Command URL in order to open the font dialog.
static java.lang.String OPEN_GALLERY
          Command URL in order to open the gallery.
static java.lang.String OPEN_HELP
          Command URL in order to open the help.
static java.lang.String OPEN_HYPERLINK_DIALOG
          Command URL in order to open the hyperlink dialog.
static java.lang.String OPEN_INSERT_SCRIPT_DIALOG
          Command URL in order to open the insert script dialog.
static java.lang.String OPEN_NAVIGATOR
          Command URL in order to open the navigator.
static java.lang.String OPEN_OTHER_FIELDS_DIALOG
          Command URL in order to open the "other fields" dialog.
static java.lang.String OPEN_STYLE_SHEET
          Command URL in order to open the style sheet.
static java.lang.String OPEN_VERSION_DIALOG
          Command URL in order to open the version dialog.
static java.lang.String PASTE
          Command URL in order to do a paste.
static java.lang.String PLUGINS_ACTIVE
          Command URL in order to set plugin active.
static java.lang.String PRINT_DOCUMENT
          Command URL in order to print the document.
static java.lang.String PRINT_PREVIEW
          Command URL in order to switch the print preview.
static java.lang.String PRINT_PREVIEW_SHOW_MULTIPLE_PAGES
          Command URL in order to set the print preview pages layout.
static java.lang.String QUIT_APPLICATION
          Command URL in order to close the application.
static java.lang.String SAVE
          Command URL in order to save the document as new document.
static java.lang.String SAVE_AS
          Command URL in order to save the document as new document.
static java.lang.String SHOW_RECENT_FILE_LIST
          Command URL in order to show recent file list.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRINT_PREVIEW

public static final java.lang.String PRINT_PREVIEW
Command URL in order to switch the print preview.

See Also:
Constant Field Values

PRINT_PREVIEW_SHOW_MULTIPLE_PAGES

public static final java.lang.String PRINT_PREVIEW_SHOW_MULTIPLE_PAGES
Command URL in order to set the print preview pages layout.

See Also:
Constant Field Values

CLOSE_PRINT_PREVIEW

public static final java.lang.String CLOSE_PRINT_PREVIEW
Command URL in order to close the print preview.

See Also:
Constant Field Values

SAVE

public static final java.lang.String SAVE
Command URL in order to save the document as new document.

See Also:
Constant Field Values

SAVE_AS

public static final java.lang.String SAVE_AS
Command URL in order to save the document as new document.

See Also:
Constant Field Values

QUIT_APPLICATION

public static final java.lang.String QUIT_APPLICATION
Command URL in order to close the application.

See Also:
Constant Field Values

CLOSE_DOCUMENT

public static final java.lang.String CLOSE_DOCUMENT
Command URL in order to close the document.

See Also:
Constant Field Values

CLOSE_WINDOW

public static final java.lang.String CLOSE_WINDOW
Command URL in order to close the window.

See Also:
Constant Field Values

PRINT_DOCUMENT

public static final java.lang.String PRINT_DOCUMENT
Command URL in order to print the document.

See Also:
Constant Field Values

NEW_MENU

public static final java.lang.String NEW_MENU
Command URL in order to diplay the new menu.

See Also:
Constant Field Values

NEW_DOCUMENT

public static final java.lang.String NEW_DOCUMENT
Command URL in order to create a new document.

See Also:
Constant Field Values

OPEN_DOCUMENT

public static final java.lang.String OPEN_DOCUMENT
Command URL in order to open a document.

See Also:
Constant Field Values

EDIT_DOCUMENT

public static final java.lang.String EDIT_DOCUMENT
Command URL in order to edit a document.

See Also:
Constant Field Values

DIREKT_EXPORT_DOCUMENT

public static final java.lang.String DIREKT_EXPORT_DOCUMENT
Command URL in order to direktly export a document.

See Also:
Constant Field Values

MAIL_DOCUMENT

public static final java.lang.String MAIL_DOCUMENT
Command URL in order to mail a document.

See Also:
Constant Field Values

OPEN_HYPERLINK_DIALOG

public static final java.lang.String OPEN_HYPERLINK_DIALOG
Command URL in order to open the hyperlink dialog.

See Also:
Constant Field Values

EDIT_HYPERLINK

public static final java.lang.String EDIT_HYPERLINK
Command URL in order to edit a hyperlink.

See Also:
Constant Field Values

OPEN_DRAW_TOOLBAR

public static final java.lang.String OPEN_DRAW_TOOLBAR
Command URL in order to open the draw toolbar.

See Also:
Constant Field Values

OPEN_NAVIGATOR

public static final java.lang.String OPEN_NAVIGATOR
Command URL in order to open the navigator.

See Also:
Constant Field Values

OPEN_GALLERY

public static final java.lang.String OPEN_GALLERY
Command URL in order to open the gallery.

See Also:
Constant Field Values

OPEN_DATASOURCES

public static final java.lang.String OPEN_DATASOURCES
Command URL in order to open the datasources.

See Also:
Constant Field Values

OPEN_STYLE_SHEET

public static final java.lang.String OPEN_STYLE_SHEET
Command URL in order to open the style sheet.

See Also:
Constant Field Values

OPEN_HELP

public static final java.lang.String OPEN_HELP
Command URL in order to open the help.

See Also:
Constant Field Values

SHOW_RECENT_FILE_LIST

public static final java.lang.String SHOW_RECENT_FILE_LIST
Command URL in order to show recent file list.

See Also:
Constant Field Values

OPEN_ASSISTS

public static final java.lang.String OPEN_ASSISTS
Command URL in order to open the assists.

See Also:
Constant Field Values

OPEN_VERSION_DIALOG

public static final java.lang.String OPEN_VERSION_DIALOG
Command URL in order to open the version dialog.

See Also:
Constant Field Values

OPEN_EXPORT_TO

public static final java.lang.String OPEN_EXPORT_TO
Command URL in order to open the export to menu.

See Also:
Constant Field Values

EXPORT_TO_PDF

public static final java.lang.String EXPORT_TO_PDF
Command URL in order to export a document to pdf.

See Also:
Constant Field Values

OPEN_DATABASE_DIALOG

public static final java.lang.String OPEN_DATABASE_DIALOG
Command URL in order to open the database dialog.

See Also:
Constant Field Values

PLUGINS_ACTIVE

public static final java.lang.String PLUGINS_ACTIVE
Command URL in order to set plugin active.

See Also:
Constant Field Values

OPEN_OTHER_FIELDS_DIALOG

public static final java.lang.String OPEN_OTHER_FIELDS_DIALOG
Command URL in order to open the "other fields" dialog.

See Also:
Constant Field Values

OPEN_INSERT_SCRIPT_DIALOG

public static final java.lang.String OPEN_INSERT_SCRIPT_DIALOG
Command URL in order to open the insert script dialog.

See Also:
Constant Field Values

FORMAT_PAINTBRUSH

public static final java.lang.String FORMAT_PAINTBRUSH
Command URL in order to use the format paintbrush.

See Also:
Constant Field Values

OPEN_FONT_DIALOG

public static final java.lang.String OPEN_FONT_DIALOG
Command URL in order to open the font dialog.

See Also:
Constant Field Values

COPY

public static final java.lang.String COPY
Command URL in order to do a copy.

See Also:
Constant Field Values

PASTE

public static final java.lang.String PASTE
Command URL in order to do a paste.

See Also:
Constant Field Values

INSTER_ROWS

public static final java.lang.String INSTER_ROWS
Command URL in order to insert rows.

See Also:
Constant Field Values

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