Package org.apache.jmeter.gui
Class GlobalUndoableEdit
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
org.apache.jmeter.gui.GlobalUndoableEdit
- All Implemented Interfaces:
 Serializable,UndoableEdit
- See Also:
 
- 
Field Summary
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName - 
Constructor Summary
ConstructorsConstructorDescriptionGlobalUndoableEdit(UndoHistoryItem item, UndoHistoryItem previous, Consumer<? super UndoHistoryItem> loader)  - 
Method Summary
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString 
- 
Constructor Details
- 
GlobalUndoableEdit
public GlobalUndoableEdit(UndoHistoryItem item, UndoHistoryItem previous, Consumer<? super UndoHistoryItem> loader)  
 - 
 - 
Method Details
- 
undo
- Specified by:
 undoin interfaceUndoableEdit- Overrides:
 undoin classAbstractUndoableEdit- Throws:
 CannotUndoException
 - 
redo
- Specified by:
 redoin interfaceUndoableEdit- Overrides:
 redoin classAbstractUndoableEdit- Throws:
 CannotRedoException
 
 -