JHotDraw 7.0.6

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
Arrangeable Arrangeable.
 

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.
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 ExportAction.
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.
ProjectPropertyAction ProjectPropertyAction.
RedoAction Redoes the last user action.
SaveAction SaveAction.
SaveAsAction SaveAsAction.
SaveBeforeAction Base class for actions that can only be safely performed when the project has no unsaved changes.
SelectAllAction SelectAllAction.
ToggleProjectPropertyAction ToggleProjectPropertyAction.
ToggleToolBarAction ToggleToolBarAction.
ToggleVisibleAction Toggles the visible state of a Component.
UndoAction Undoes the last user action.
 

Enum Summary
Arrangeable.Arrangement  
 

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.

Package Specification

##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:


Copyright 1996-2006 © JHotDraw.org