JHotDraw 7.0.9

Package org.jhotdraw.application.action

Provides Action objects for document oriented and documentView oriented applications as well as some specific user interface components to present them on a graphical user interface.

See:
          Description

Interface Summary
ExportableDocumentView ExportableDocumentView is implemented by DocumentView's that support the ExportAction.
 

Class Summary
AboutAction Displays a dialog showing information about the application.
AbstractApplicationAction An Action that acts on an DocumentOrientedApplication object.
AbstractDocumentViewAction An Action that acts on on the current DocumentView of an DocumentOrientedApplication.
AbstractSaveBeforeAction Base class for actions that can only be safely performed when the documentView has no unsaved changes.
Actions Provides constants and static operations on Action objects.
ArrangeAction Arranges the views of an MDI application.
ClearAction Clears a View.
ClearRecentFilesAction ClearRecentFilesAction.
CloseAction Closes a View.
CopyAction Copies the selected region and place its contents into the system clipboard.
CutAction Cuts the selected region and places its contents into the system clipboard.
DeleteAction Deletes the region at (or after) the caret position.
DuplicateAction DuplicateAction.
ExitAction Exits the application after letting the user save or close unsaved getViews.
ExportAction Presents a file chooser to the user and then exports the view to the chosen file.
FindAction Presents a printer dialog to the user and then prints the DocumentView to the chosen printer.
FocusAction Requests focus for a DocumentView.
LoadAction Loads a file into the current documentView.
LoadRecentAction LoadRecentAction.
MaximizeAction Maximizes the Frame of the current documentView.
MinimizeAction Minimizes a Frame.
NewAction Creates a new documentView.
OpenAction Opens a file in new documentView, or in the current documentView, if it is empty.
OpenRecentAction OpenRecentAction.
OSXDropOnDockAction Opens a new documentView for each file dropped on the dock icon of the application.
OSXTogglePaletteAction OSXTogglePaletteAction.
PasteAction Pastes the contents of the system clipboard at the caret position.
PrintAction Presents a printer dialog to the user and then prints the DocumentView to the chosen printer.
PropertyAction PropertyAction.
RedoAction Redoes the last user action.
SaveAction SaveAction.
SaveAsAction SaveAsAction.
SelectAllAction SelectAllAction.
ToggleProjectPropertyAction ToggleProjectPropertyAction.
ToggleToolBarAction ToggleToolBarAction.
ToggleVisibleAction Toggles the visible state of a Component.
UndoAction Undoes the last user action.
 

Package org.jhotdraw.application.action Description

Provides Action objects for document oriented and documentView oriented applications as well as some specific user interface components to present them on a graphical user interface.


Copyright 1996-2007 (c) JHotDraw.org.
Some rights reserved.