public abstract class

PropertiesPanel

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

Class Overview

A JPanel the displays a group of related properties that can be obtained via the ObservationDispatcher. For examples of use see PPhysicalDataPanel for an example of use.

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
PropertiesPanel()
Creates new PPhysicalDataPanel
Public Methods
abstract void update(Object obj, Object changeCode)
Called by ObservationDispatcher.
[Expand]
Inherited Methods
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 PropertiesPanel ()

Creates new PPhysicalDataPanel

Public Methods

public abstract void update (Object obj, Object changeCode)

Called by ObservationDispatcher. Developers shouldn't call this directly

Parameters
obj An Observation
changeCode null