public class StringChange extends Change
| Constructor and Description |
|---|
StringChange(BibtexString string,
BibtexString tmpString,
java.lang.String label,
java.lang.String mem,
java.lang.String tmp,
java.lang.String disk) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
makeChange(BasePanel panel,
BibtexDatabase secondary,
NamedCompound undoEdit)
Perform the change.
|
getName, isAcceptable, isAccepted, setAccepted, toStringadd, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObjectpublic StringChange(BibtexString string, BibtexString tmpString, java.lang.String label, java.lang.String mem, java.lang.String tmp, java.lang.String disk)
public boolean makeChange(BasePanel panel, BibtexDatabase secondary, NamedCompound undoEdit)
Changepanel - BasePanel The tab where the database lives.secondary - BibtexDatabase The "tmp" database for which the change
should also be made.undoEdit - NamedCompound The compound to hold the undo edits.