kaapo.projectmanager.command
Class AbstractEdit
java.lang.Object
kaapo.projectmanager.command.AbstractEdit
- All Implemented Interfaces:
- Edit
- Direct Known Subclasses:
- AddToSelectionEdit, ChangeVisibleDiagramEdit, RemoveFromSelectionEdit, SelectionEdit
public abstract class AbstractEdit
- extends Object
- implements Edit
Abstract superclass for edits. All this class currently does is that it implements
the Edit interface and makes sure that every sublcass has a ProjectManager-field.
- Author:
- hprajani
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface kaapo.projectmanager.command.Edit |
execute |
pm
protected ProjectManager pm
AbstractEdit
public AbstractEdit()