All Classes and Interfaces
Class
Description
Displays a dialog showing information about the application.
AbstractAction.
AbstractActivity.
This abstract class can be extended to implement an
Action that acts
on the active Activity, or on a specific Activity.AbstractApplication.
This abstract class can be extended to implement an
Action that acts
on an Application.AbstractDisableable.
AbstractFileBasedActivity.
An
AbstractFileBasedApplication handles the life-cycle of FileBasedActivity objects and
provides stages to present them on screen.Presents a find dialog to the user and then highlights the found items in the
active view.
AbstractFocusOwnerAction.
Displays a preferences dialog for the application.
Saves the changes in the active view.
This abstract class can be extended to implement an
Action that asks
to write unsaved changes of a FileBasedActivity
before a destructive action is performed.AbstractSelectionAction acts on the selection of a target component
or of the currently focused component in the application.Action.
Actions.
Represents an activity that the user performs with an
Application.An
Application handles the life-cycle of Activity objects and
provides windows to present them on screen.ApplicationLabels.
Clears (empties) the contents of the active view.
Clears (empties) the Recent Files sub-menu in the File menu.
Clears (de-selects) the selected region.
Closes the active view after letting the user save unsaved changes.
Copies the selected region and place its contents into the system clipboard.
Cuts the selected region and places its contents into the system clipboard.
Deletes the region at (or after) the caret position.
FileURIChooser.
Duplicates the selected region.
EditableComponent defines an API for objects which can perform clipboard operations
and have a selection.
Exits the application after letting the user review and possibly save all
unsaved views.
Presents a file chooser to the user and then exports the contents of the
active view to the chosen file.
A
FileBasedActivity is an Activity that involves data
that is stored in a file.A
FileBasedApplication handles the life-cycle of FileBasedActivity objects and
provides windows to present them on screen.FileURIChooser.
FontIconDecoder decodes a property value if it starts with the specified
prefix.
LocaleUtil provides a setDefault()/getDefault() wrapper to java.util.Locale
in order to overcome the security restriction preventing Applets from using
their own locale.
Creates a new view.
Creates a new view.
Presents an
URIChooser and loads the selected URI into an empty view.Loads the specified URI into an empty view.
Pastes the contents of the system clipboard at the caret position.
Presents a printer chooser to the user and then prints the
FileBasedActivity.Redoes the last user action on the active view.
Decodes a resource value.
This is a convenience wrapper for accessing resources stored in a
ResourceBundle.
Lets the user write unsaved changes of the active view, then presents an
URIChooser and loads the selected URI into the active view.Saves the changes in the active view.
Presents an
URIChooser and then saves the active view to the
specified location.ScreenMenuBarProxyAction.
Selects all items.
This action toggles the state of its boolean property.
ToggleViewPropertyAction.
Undoes the last user action.
URIChooser provides a mechanism for the user to choose an URI.URIExtensionFilter.