类 MapViewUndoRedo.RemoveFeaturesEdit
- java.lang.Object
-
- javax.swing.undo.AbstractUndoableEdit
-
- org.meteoinfo.map.FeatureUndoableEdit
-
- org.meteoinfo.map.MapViewUndoRedo.RemoveFeaturesEdit
-
- 所有已实现的接口:
java.io.Serializable,javax.swing.undo.UndoableEdit
- 封闭类:
- MapViewUndoRedo
public class MapViewUndoRedo.RemoveFeaturesEdit extends FeatureUndoableEdit
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 RemoveFeaturesEdit(MapView mapView, VectorLayer layer, java.util.List<Shape> shapes)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.lang.StringgetPresentationName()voidredo()voidundo()-
从类继承的方法 org.meteoinfo.map.FeatureUndoableEdit
isFeatureEdit
-
-
-
-
构造器详细资料
-
RemoveFeaturesEdit
public RemoveFeaturesEdit(MapView mapView, VectorLayer layer, java.util.List<Shape> shapes)
-
-
方法详细资料
-
getPresentationName
public java.lang.String getPresentationName()
- 指定者:
getPresentationName在接口中javax.swing.undo.UndoableEdit- 覆盖:
getPresentationName在类中javax.swing.undo.AbstractUndoableEdit
-
undo
public void undo()
- 指定者:
undo在接口中javax.swing.undo.UndoableEdit- 覆盖:
undo在类中javax.swing.undo.AbstractUndoableEdit
-
redo
public void redo()
- 指定者:
redo在接口中javax.swing.undo.UndoableEdit- 覆盖:
redo在类中javax.swing.undo.AbstractUndoableEdit
-
-