JHotDraw 7.0.9

Package org.jhotdraw.app.action

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

See:
          Description

Interface Summary
ExportableProject ExportableProject is implemented by Project's that support the ExportAction.
 

Class Summary
AboutAction Displays a dialog showing information about the application.
AbstractApplicationAction An Action that acts on an Application object.
AbstractProjectAction An Action that acts on on the current Project of an Application.
AbstractSaveBeforeAction Base class for actions that can only be safely performed when the project has no unsaved changes.
Actions Provides constants and static operations on Action objects.
ArrangeAction ArrangeAction.
ClearAction Clears a project.
ClearRecentFilesAction ClearRecentFilesAction.
CloseAction Closes a project.
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 projects.
ExportAction Presents a file chooser to the user and then exports the Project to the chosen file.
FindAction Presents a printer dialog to the user and then prints the Project to the chosen printer.
FocusAction Requests focus for a Frame.
LoadAction Loads a file into the current project.
LoadRecentAction LoadRecentAction.
MaximizeAction Maximizes the Frame of the current project.
MinimizeAction Minimizes a Frame.
NewAction Creates a new project.
OpenAction Opens a file in new project, or in the current project, if it is empty.
OpenRecentAction OpenRecentAction.
OSXDropOnDockAction Opens a new project 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 Project to the chosen printer.
ProjectPropertyAction ProjectPropertyAction.
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.app.action Description

Provides Action objects for document oriented and project 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.