kaapo.projectmanager.command
Class AbstractEdit

java.lang.Object
  extended by 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

Field Summary
protected  ProjectManager pm
           
 
Constructor Summary
AbstractEdit()
           
 
Method Summary
 
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
 

Field Detail

pm

protected ProjectManager pm
Constructor Detail

AbstractEdit

public AbstractEdit()