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 SummaryFields inherited from class javax.swing.undo.AbstractUndoableEditRedoName, UndoName
- 
Constructor SummaryConstructorsConstructorDescriptionGlobalUndoableEdit(UndoHistoryItem item, UndoHistoryItem previous, Consumer<? super UndoHistoryItem> loader) 
- 
Method SummaryMethods inherited from class javax.swing.undo.AbstractUndoableEditaddEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString
- 
Constructor Details- 
GlobalUndoableEditpublic GlobalUndoableEdit(UndoHistoryItem item, UndoHistoryItem previous, Consumer<? super UndoHistoryItem> loader) 
 
- 
- 
Method Details- 
undo- Specified by:
- undoin interface- UndoableEdit
- Overrides:
- undoin class- AbstractUndoableEdit
- Throws:
- CannotUndoException
 
- 
redo- Specified by:
- redoin interface- UndoableEdit
- Overrides:
- redoin class- AbstractUndoableEdit
- Throws:
- CannotRedoException
 
 
-