public final class

AddOldRefNumPropAction

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

Class Overview

Adds 'identity-reference | self | [some integer]' property to the Observation set in the ObservationDispatcher

Summary

[Expand]
Inherited Constants
From class vars.annotation.ui.actions.AddPropertyAction
From interface javax.swing.Action
[Expand]
Inherited Fields
From class vars.annotation.ui.actions.AddPropertyAction
From class javax.swing.AbstractAction
Public Constructors
AddOldRefNumPropAction(ToolBelt toolBelt)
Public Methods
void doAction()
Adds the association 'identity-reference|self|[some integer]' [some integer] increments by one after each call.
static String getRefNumber()
static void setRefNumber(int i)
static void setRefNumber(String refNumber_)
[Expand]
Inherited Methods
From class vars.annotation.ui.actions.AddPropertyAction
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 AddOldRefNumPropAction (ToolBelt toolBelt)

Public Methods

public void doAction ()

Adds the association 'identity-reference|self|[some integer]' [some integer] increments by one after each call.

public static String getRefNumber ()

public static void setRefNumber (int i)

public static void setRefNumber (String refNumber_)