public class

PPhysicalDataPanel

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

Class Overview

Displays the properties of a PhysicalData object.

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
PPhysicalDataPanel()
Creates new form PPhysicalDataPanel
Public Methods
void update(Object obj, Object changeCode)
Called by 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 PPhysicalDataPanel ()

Creates new form PPhysicalDataPanel

Public Methods

public void update (Object obj, Object changeCode)

Called by ObservationDispatcher. Developers shouldn't call this directly

Parameters
obj Description of the Parameter
changeCode Description of the Parameter