public class

PObservationPanel

extends PropertiesPanel
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ javax.swing.JComponent
         ↳ javax.swing.JPanel
           ↳ vars.annotation.ui.ppanel.PropertiesPanel
             ↳ vars.annotation.ui.ppanel.PObservationPanel

Class Overview

Displays the properties of an observation

Summary

[Expand]
Inherited Constants
From class javax.swing.JComponent
From class java.awt.Component
From interface java.awt.image.ImageObserver
[Expand]
Inherited Fields
From class javax.swing.JComponent
Public Constructors
PObservationPanel(ToolBelt toolBelt)
Constructs ...
Public Methods
void update(Object obj, Object changeCode)
Subscribes to the observationDispatcher.
[Expand]
Inherited Methods
From class vars.annotation.ui.ppanel.PropertiesPanel
From class javax.swing.JPanel
From class javax.swing.JComponent
From class java.awt.Container
From class java.awt.Component
From class java.lang.Object
From interface java.awt.MenuContainer
From interface java.awt.image.ImageObserver
From interface javax.accessibility.Accessible
From interface org.mbari.util.IObserver

Public Constructors

public PObservationPanel (ToolBelt toolBelt)

Constructs ...

Public Methods

public void update (Object obj, Object changeCode)

Subscribes to the observationDispatcher.

Parameters
obj Description of the Parameter
changeCode Description of the Parameter