public class UndoHistoryItem
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
UndoHistoryItem()
Deprecated.
DO NOT USE
|
UndoHistoryItem(org.apache.jorphan.collections.HashTree copy,
java.lang.String acomment,
TreeState treeState,
boolean dirty) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComment() |
org.apache.jorphan.collections.HashTree |
getTree() |
TreeState |
getTreeState() |
boolean |
isDirty() |
@Deprecated public UndoHistoryItem()
public boolean isDirty()
public TreeState getTreeState()
public org.apache.jorphan.collections.HashTree getTree()
HashTreepublic java.lang.String getComment()
Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.