com.xpn.xwiki.wysiwyg.client.history
Interface History

All Known Implementing Classes:
DefaultHistory

public interface History


Method Summary
 boolean canRedo()
           
 boolean canUndo()
           
 void redo()
           
 void undo()
           
 

Method Detail

canRedo

boolean canRedo()

canUndo

boolean canUndo()

redo

void redo()

undo

void undo()


Copyright © 2004-2008 XWiki. All Rights Reserved.