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
editsFields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class javax.swing.undo.CompoundEdit
addEdit, canRedo, canUndo, die, end, getPresentationName, getRedoPresentationName, getUndoPresentationName, isInProgress, isSignificant, lastEdit, redo, toString, undoMethods 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
 
 
 -