Package org.meteoinfo.map
Class MapViewUndoRedo.ZoomEdit
- java.lang.Object
-
- javax.swing.undo.AbstractUndoableEdit
-
- org.meteoinfo.map.MapViewUndoRedo.ZoomEdit
-
- Enclosing class:
- MapViewUndoRedo
public class MapViewUndoRedo.ZoomEdit extends javax.swing.undo.AbstractUndoableEdit- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPresentationName()voidredo()voidundo()
-
-
-
Method Detail
-
getPresentationName
public java.lang.String getPresentationName()
- Overrides:
getPresentationNamein classjavax.swing.undo.AbstractUndoableEdit
-
undo
public void undo()
- Overrides:
undoin classjavax.swing.undo.AbstractUndoableEdit
-
redo
public void redo()
- Overrides:
redoin classjavax.swing.undo.AbstractUndoableEdit
-
-