edu.stanford.smi.protege.model
Interface CommandManager
- All Known Implementing Classes:
- UndoFrameStore
- public interface CommandManager
addChangeListener
public void addChangeListener(ChangeListener listener)
removeChangeListener
public void removeChangeListener(ChangeListener listener)
getDoneCommands
public Collection getDoneCommands()
getUndoneCommands
public Collection getUndoneCommands()
getUndoCommand
public Command getUndoCommand()
getRedoCommand
public Command getRedoCommand()
undo
public void undo()
redo
public void redo()
canUndo
public boolean canUndo()
canRedo
public boolean canRedo()
Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2005 Stanford University.