Class PurgeAction

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action, Destroyable

    public class PurgeAction
    extends JosmAction
    The action to purge the selected primitives, i.e. remove them from the data layer, or remove their content and make them incomplete. This means, the deleted flag is not affected and JOSM simply forgets about these primitives. This action is undo-able. In order not to break previous commands in the undo buffer, we must re-add the identical object (and not semantically equal ones).
    Since:
    3431
    See Also:
    Serialized Form