Package org.apache.jmeter.gui
Class SimpleCompoundEdit
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
javax.swing.undo.CompoundEdit
org.apache.jmeter.gui.SimpleCompoundEdit
- All Implemented Interfaces:
Serializable
,UndoableEdit
- See Also:
-
Field Summary
Fields inherited from class javax.swing.undo.CompoundEdit
edits
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
-
Constructor Summary
-
Method Summary
Methods inherited from class javax.swing.undo.CompoundEdit
addEdit, canRedo, canUndo, die, end, getPresentationName, getRedoPresentationName, getUndoPresentationName, isInProgress, isSignificant, lastEdit, redo, toString, undo
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
replaceEdit
-
Constructor Details
-
SimpleCompoundEdit
public SimpleCompoundEdit()
-
-
Method Details
-
isEmpty
public boolean isEmpty()- Returns:
- boolean true if edits is empty
-
size
public int size()- Returns:
- size of edits
-