public class

NewObservationUsingConceptNameAction

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

Class Overview

Creates a new Observation using the specified concept-name.

Summary

[Expand]
Inherited Constants
From interface javax.swing.Action
[Expand]
Inherited Fields
From class javax.swing.AbstractAction
Public Constructors
NewObservationUsingConceptNameAction(ToolBelt toolBelt, String conceptName)
Public Methods
void doAction()
Initiates the action.
String getConceptName()
Gets the conceptName attribute of the NewObservationUsingConceptNameAction object
[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 NewObservationUsingConceptNameAction (ToolBelt toolBelt, String conceptName)

Parameters
conceptName Observations created by this action will have this name

Public Methods

public void doAction ()

Initiates the action.

See Also

public String getConceptName ()

Gets the conceptName attribute of the NewObservationUsingConceptNameAction object

Returns
  • The conceptName value