public class

ChangeObservationConceptNameAction

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

Class Overview

Changes the conceptName of the currently selected Observation

Summary

[Expand]
Inherited Constants
From interface javax.swing.Action
[Expand]
Inherited Fields
From class javax.swing.AbstractAction
Public Constructors
ChangeObservationConceptNameAction(String conceptName)
Constructs ...
Public Methods
void doAction()
Changes the conceptName of the Observation retrieved from the ObservationDispatcher.
String getConceptName()
[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 ChangeObservationConceptNameAction (String conceptName)

Constructs ...

Public Methods

public void doAction ()

Changes the conceptName of the Observation retrieved from the ObservationDispatcher.

public String getConceptName ()