类 MapViewUndoRedo.RemoveFeaturesEdit

    • 字段概要

      • 从类继承的字段 javax.swing.undo.AbstractUndoableEdit

        RedoName, UndoName
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.String getPresentationName()  
      void redo()  
      void undo()  
      • 从类继承的方法 javax.swing.undo.AbstractUndoableEdit

        addEdit, canRedo, canUndo, die, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 构造器详细资料

      • 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