com.xpn.xwiki.wysiwyg.client.history.internal
Class DefaultHistory.Entry
java.lang.Object
com.xpn.xwiki.wysiwyg.client.history.internal.DefaultHistory.Entry
- Enclosing class:
- DefaultHistory
public static class DefaultHistory.Entry
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultHistory.Entry
public DefaultHistory.Entry(java.lang.String content,
java.lang.String path)
getContent
public java.lang.String getContent()
getPath
public java.lang.String getPath()
getNextEntry
public DefaultHistory.Entry getNextEntry()
setNextEntry
public void setNextEntry(DefaultHistory.Entry nextEntry)
getPreviousEntry
public DefaultHistory.Entry getPreviousEntry()
setPreviousEntry
public void setPreviousEntry(DefaultHistory.Entry previousEntry)
getIndex
public int getIndex()
Copyright © 2004-2008 XWiki. All Rights Reserved.