uk.org.toot.misc
Interface UndoableCommand

All Known Implementing Classes:
Copy, Cut, Move, Paste, Transpose

public interface UndoableCommand


Method Summary
 boolean execute()
           
 java.lang.String getName()
           
 boolean isStructural()
           
 boolean unexecute()
           
 

Method Detail

execute

boolean execute()

unexecute

boolean unexecute()

isStructural

boolean isStructural()

getName

java.lang.String getName()


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.