org.eclipse.ui.internal.ide.undo |
|
Java Source File Name | Type | Comment |
AbstractResourceDescription.java | Class | Base implementation of ResourceDescription that describes the common
attributes of a resource to be created. |
ContainerDescription.java | Class | ContainerDescription is a lightweight description that describes a container
to be created. |
FileDescription.java | Class | FileDescription is a lightweight description that describes a file to be
created. |
FolderDescription.java | Class | FolderDescription is a lightweight description that describes a folder to be
created. |
IFileContentDescription.java | Interface | IFileContentDescription is a description of a file's content. |
MarkerDescription.java | Class | MarkerDescription is a lightweight description of a marker that can be used
to describe a marker to be created or updated. |
ProjectDescription.java | Class | ProjectDescription is a lightweight description that describes a project to
be created. |
UndoMessages.java | Class | UndoMessages is the class that handles the messages for performing workspace
undo and redo. |
WorkspaceUndoMonitor.java | Class | WorkspaceUndoMonitor monitors the workspace for resource changes and
periodically checks the undo history to make sure it is valid. |