Class ApplicationFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----ApplicationFrame

class ApplicationFrame
extends Frame
Frame mit Menue, simuliert eine "Anwendung" (mit Pulldownmenue usw.) ausserhalb des Applets


Variable Index

 o about
 o activated_only
 o activated_only_label
 o add_bookmark
 o bookmarks
 o bookmarks_choice
Popdown-Comboboxen
 o clear
 o close
 o collapse
 o collapse_all
 o commentary
 o complete_sel
 o constraints
 o copy
 o copy_button
Shortcut-Buttons
 o cut
 o cut_button
Shortcut-Buttons
 o decision_help
 o del_sel
 o delete
 o document
 o edit
 o edit_move
 o edit_paste_at
 o enter_text
 o expand
 o expand_all
 o file
 o find
 o goto_choice
Popdown-Comboboxen
 o has_focus
 o HEIGTH
 o help
 o LABEL_PATTERN
 o load_sel
 o menubar
 o merge_sel
 o move_down
 o move_up
 o new_alternative
 o new_as
 o new_as_first
 o new_as_last
 o new_before
 o new_behind
 o new_branch
 o new_button
Shortcut-Buttons
 o new_cat
 o new_file_button
Shortcut-Buttons
 o north_left_panel
Sub-Panels innerhalb von north_panel
 o north_middle_panel
Sub-Panels innerhalb von north_panel
 o north_panel
Button-Leiste oben
 o north_right_panel
Sub-Panels innerhalb von north_panel
 o online_doc
 o open
 o open_button
Shortcut-Buttons
 o open_cat
 o open_clipboard
 o open_selsource
 o open_source
 o open_url_button
Shortcut-Buttons
 o open_url_cat
 o paste
 o paste_as_first
 o paste_as_last
 o paste_before
 o paste_behind
 o paste_button
Shortcut-Buttons
 o popup
 o print_cat
 o props
 o reload_button
Shortcut-Buttons
 o replace
 o reset_activation
 o save_button
Shortcut-Buttons
 o save_cat
 o save_sel
 o saveas_cat
 o selection
 o send_sel
 o sort
 o toggle_activation
 o undo
 o undo_all
 o viewm
 o WIDTH

Constructor Index

 o ApplicationFrame()
 o ApplicationFrame(Document)

Method Index

 o add_bookmark(Bookmark)
 o clear_bookmarks()
 o display(Document)
Haupt-document in "Anwendungs-"fenster integrieren
 o handleEvent(Event)
 o mouseDown(Event, int, int)
wird aufgerufen, wenn das Ereignis nicht vom Dokument(-canvas) verarbeitet wurde
 o on_destroy()
 o quit_dialog()
 o undo_setLabel(String)
 o win2motif_men(String)
Setzt ein fuer Windows gedachtes Menu-Label nach Motif um; fkt.

Variables

 o WIDTH
 static final int WIDTH
 o HEIGTH
 static final int HEIGTH
 o LABEL_PATTERN
 static final String LABEL_PATTERN
 o document
 Document document
 o menubar
 MenuBar menubar
 o file
 Menu file
 o selection
 Menu selection
 o edit
 Menu edit
 o edit_paste_at
 Menu edit_paste_at
 o new_as
 Menu new_as
 o edit_move
 Menu edit_move
 o viewm
 Menu viewm
 o help
 Menu help
 o bookmarks
 Menu bookmarks
 o new_cat
 MenuItem new_cat
 o open_cat
 MenuItem open_cat
 o open_url_cat
 MenuItem open_url_cat
 o save_cat
 MenuItem save_cat
 o saveas_cat
 MenuItem saveas_cat
 o close
 MenuItem close
 o print_cat
 MenuItem print_cat
 o undo
 MenuItem undo
 o undo_all
 MenuItem undo_all
 o cut
 MenuItem cut
 o copy
 MenuItem copy
 o paste
 MenuItem paste
 o paste_as_first
 MenuItem paste_as_first
 o paste_as_last
 MenuItem paste_as_last
 o paste_behind
 MenuItem paste_behind
 o paste_before
 MenuItem paste_before
 o replace
 MenuItem replace
 o clear
 MenuItem clear
 o delete
 MenuItem delete
 o move_up
 MenuItem move_up
 o move_down
 MenuItem move_down
 o sort
 MenuItem sort
 o find
 MenuItem find
 o new_branch
 MenuItem new_branch
 o new_as_first
 MenuItem new_as_first
 o new_as_last
 MenuItem new_as_last
 o new_behind
 MenuItem new_behind
 o new_before
 MenuItem new_before
 o new_alternative
 MenuItem new_alternative
 o add_bookmark
 MenuItem add_bookmark
 o commentary
 MenuItem commentary
 o props
 MenuItem props
 o open_clipboard
 MenuItem open_clipboard
 o open_source
 MenuItem open_source
 o open_selsource
 MenuItem open_selsource
 o collapse
 MenuItem collapse
 o collapse_all
 MenuItem collapse_all
 o expand
 MenuItem expand
 o expand_all
 MenuItem expand_all
 o activated_only
 MenuItem activated_only
 o load_sel
 MenuItem load_sel
 o merge_sel
 MenuItem merge_sel
 o save_sel
 MenuItem save_sel
 o send_sel
 MenuItem send_sel
 o del_sel
 MenuItem del_sel
 o complete_sel
 MenuItem complete_sel
 o open
 MenuItem open
 o enter_text
 MenuItem enter_text
 o toggle_activation
 MenuItem toggle_activation
 o reset_activation
 MenuItem reset_activation
 o constraints
 MenuItem constraints
 o about
 MenuItem about
 o online_doc
 MenuItem online_doc
 o decision_help
 MenuItem decision_help
 o north_panel
 private Panel north_panel
Button-Leiste oben

 o north_left_panel
 private Panel north_left_panel
Sub-Panels innerhalb von north_panel

 o north_middle_panel
 private Panel north_middle_panel
Sub-Panels innerhalb von north_panel

 o north_right_panel
 private Panel north_right_panel
Sub-Panels innerhalb von north_panel

 o new_file_button
 private Button new_file_button
Shortcut-Buttons

 o open_button
 private Button open_button
Shortcut-Buttons

 o open_url_button
 private Button open_url_button
Shortcut-Buttons

 o save_button
 private Button save_button
Shortcut-Buttons

 o reload_button
 private Button reload_button
Shortcut-Buttons

 o cut_button
 private Button cut_button
Shortcut-Buttons

 o copy_button
 private Button copy_button
Shortcut-Buttons

 o paste_button
 private Button paste_button
Shortcut-Buttons

 o new_button
 private Button new_button
Shortcut-Buttons

 o bookmarks_choice
 private Choice bookmarks_choice
Popdown-Comboboxen

 o goto_choice
 private Choice goto_choice
Popdown-Comboboxen

 o popup
 PopUpWindow popup
 o has_focus
 private boolean has_focus
 o activated_only_label
 static final String activated_only_label

Constructors

 o ApplicationFrame
 ApplicationFrame()
 o ApplicationFrame
 ApplicationFrame(Document document)

Methods

 o clear_bookmarks
 void clear_bookmarks()
 o add_bookmark
 void add_bookmark(Bookmark bookmark)
 o win2motif_men
 static String win2motif_men(String label)
Setzt ein fuer Windows gedachtes Menu-Label nach Motif um; fkt. nur, wenn unter Motif die Menue-Schriftart nicht proportional ist!

 o display
 void display(Document document)
Haupt-document in "Anwendungs-"fenster integrieren

 o quit_dialog
 void quit_dialog()
 o undo_setLabel
 void undo_setLabel(String new_label)
 o handleEvent
 public boolean handleEvent(Event evt)
Overrides:
handleEvent in class Component
 o mouseDown
 public boolean mouseDown(Event evt,
                          int x,
                          int y)
wird aufgerufen, wenn das Ereignis nicht vom Dokument(-canvas) verarbeitet wurde

Overrides:
mouseDown in class Component
 o on_destroy
 synchronized void on_destroy()