public final class

AddNewRefNumPropAction

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

Class Overview

Adds the association of "identity-reference"|"self"|[reference number]. Where [reference number] is set by setRefNumber

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
AddNewRefNumPropAction(ToolBelt toolBelt)
Public Methods
void doAction()
Adds the association 'identity-reference|self|[some integer]' [some integer] increments by one after each call.
static int getRefNumber()
static void setRefNumber(int i)
[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 AddNewRefNumPropAction (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 int getRefNumber ()

public static void setRefNumber (int i)