public class

DeleteSelectedObservationsWithConfirmAction

extends ActionAdapter
java.lang.Object
   ↳ javax.swing.AbstractAction
     ↳ org.mbari.awt.event.ActionAdapter
       ↳ vars.annotation.ui.actions.DeleteSelectedObservationsWithConfirmAction

Class Overview

Provides a wrapper around the DeleteSelectedObservationsAction so that the user must confirm that the delete should occur.

Summary

[Expand]
Inherited Constants
From interface javax.swing.Action
[Expand]
Inherited Fields
From class javax.swing.AbstractAction
Public Constructors
DeleteSelectedObservationsWithConfirmAction(PersistenceController persistenceController)
Constructs ...
Public Methods
void doAction()
[Expand]
Inherited Methods
From class org.mbari.awt.event.ActionAdapter
From class javax.swing.AbstractAction
From class java.lang.Object
From interface java.awt.event.ActionListener
From interface javax.swing.Action
From interface org.mbari.awt.event.IAction

Public Constructors

public DeleteSelectedObservationsWithConfirmAction (PersistenceController persistenceController)

Constructs ...

Public Methods

public void doAction ()

See Also