org.xwiki.gwt.wysiwyg.client.plugin.history.exec
Class AbstractHistoryExecutable

java.lang.Object
  extended by org.xwiki.gwt.wysiwyg.client.plugin.history.exec.AbstractHistoryExecutable
All Implemented Interfaces:
Executable
Direct Known Subclasses:
RedoExecutable, UndoExecutable

public abstract class AbstractHistoryExecutable
extends java.lang.Object
implements Executable

Abstract history executable.

Version:
$Id: AbstractHistoryExecutable.java 26786 2010-02-07 16:46:17Z mflorea $

Constructor Summary
AbstractHistoryExecutable(History history)
          Creates a new history executable that will be using the given history.
 
Method Summary
protected  History getHistory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xwiki.gwt.user.client.ui.rta.cmd.Executable
execute, getParameter, isEnabled, isExecuted, isSupported
 

Constructor Detail

AbstractHistoryExecutable

public AbstractHistoryExecutable(History history)
Creates a new history executable that will be using the given history.

Parameters:
history - the history to use
Method Detail

getHistory

protected History getHistory()
Returns:
the history used by this executable


Copyright © 2004-2010 XWiki. All Rights Reserved.