| java.lang.Object |
| ↳ |
javax.swing.AbstractAction |
| |
↳ |
org.mbari.awt.event.ActionAdapter |
| |
|
↳ |
vars.annotation.ui.actions.AddPropertyAction |
Known Direct Subclasses
| AddNewRefNumPropAction |
Adds the association of "identity-reference"|"self"|[reference number]. |
| AddOldRefNumPropAction |
Adds 'identity-reference | self | [some integer]' property to the Observation set in
the ObservationDispatcher |
| AddSamplePropAction |
Adds 'sampled-by | physical-object | nil' property to the Observation set in
the ObservationDispatcher |
|
Class Overview
Base class for the various AddXXXPropActions.
Summary
|
[Expand]
Inherited Constants |
From interface
javax.swing.Action
| String |
ACCELERATOR_KEY |
|
| String |
ACTION_COMMAND_KEY |
|
| String |
DEFAULT |
|
| String |
DISPLAYED_MNEMONIC_INDEX_KEY |
|
| String |
LARGE_ICON_KEY |
|
| String |
LONG_DESCRIPTION |
|
| String |
MNEMONIC_KEY |
|
| String |
NAME |
|
| String |
SELECTED_KEY |
|
| String |
SHORT_DESCRIPTION |
|
| String |
SMALL_ICON |
|
|
| Fields |
|
protected
final
Logger |
log |
|
|
[Expand]
Inherited Fields |
From class
javax.swing.AbstractAction
|
protected
SwingPropertyChangeSupport |
changeSupport |
|
|
protected
boolean |
enabled |
|
|
|
[Expand]
Inherited Methods |
From class
org.mbari.awt.event.ActionAdapter
|
final
void
|
actionPerformed(ActionEvent arg0)
|
|
abstract
void
|
doAction()
|
|
From class
javax.swing.AbstractAction
|
synchronized
void
|
addPropertyChangeListener(PropertyChangeListener arg0)
|
|
Object
|
clone()
|
|
void
|
firePropertyChange(String arg0, Object arg1, Object arg2)
|
|
Object[]
|
getKeys()
|
|
synchronized
PropertyChangeListener[]
|
getPropertyChangeListeners()
|
|
Object
|
getValue(String arg0)
|
|
boolean
|
isEnabled()
|
|
void
|
putValue(String arg0, Object arg1)
|
|
synchronized
void
|
removePropertyChangeListener(PropertyChangeListener arg0)
|
|
void
|
setEnabled(boolean arg0)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait(long arg0, int arg1)
|
|
From interface
java.awt.event.ActionListener
|
abstract
void
|
actionPerformed(ActionEvent arg0)
|
|
From interface
javax.swing.Action
|
abstract
void
|
addPropertyChangeListener(PropertyChangeListener arg0)
|
|
abstract
Object
|
getValue(String arg0)
|
|
abstract
boolean
|
isEnabled()
|
|
abstract
void
|
putValue(String arg0, Object arg1)
|
|
abstract
void
|
removePropertyChangeListener(PropertyChangeListener arg0)
|
|
abstract
void
|
setEnabled(boolean arg0)
|
|
From interface
org.mbari.awt.event.IAction
|
Constants
public
static
final
String
NIL
Fields
protected
final
Logger
log
Public Constructors
public
AddPropertyAction
(ToolBelt toolBelt)
public
AddPropertyAction
(ToolBelt toolBelt, String linkName, String toConcept, String linkValue)
Public Methods
public
String
getLinkName
()
public
String
getLinkValue
()
public
String
getToConcept
()
public
void
setLinkName
(String linkName)
public
void
setLinkValue
(String linkValue)
public
void
setToConcept
(String toConcept)