Package org.meteoinfo.layout
Class MapLayoutUndoRedo.RemoveElementsEdit
- java.lang.Object
-
- javax.swing.undo.AbstractUndoableEdit
-
- org.meteoinfo.layout.MapLayoutUndoRedo.RemoveElementsEdit
-
- Enclosing class:
- MapLayoutUndoRedo
public class MapLayoutUndoRedo.RemoveElementsEdit extends javax.swing.undo.AbstractUndoableEdit- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoveElementsEdit(MapLayout mapLayout, java.util.List<LayoutElement> elements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPresentationName()voidredo()voidundo()
-
-
-
Constructor Detail
-
RemoveElementsEdit
public RemoveElementsEdit(MapLayout mapLayout, java.util.List<LayoutElement> elements)
-
-
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
-
-