public class

ChangeTimeCodeFrame

extends TimeCodeSelectionFrame
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ java.awt.Window
         ↳ java.awt.Frame
           ↳ javax.swing.JFrame
             ↳ org.mbari.vcr.ui.TimeCodeSelectionFrame
               ↳ vars.annotation.ui.ChangeTimeCodeFrame

Class Overview

A dialog that allows the annotator to edit the time-code for the currently selected observation.

Summary

[Expand]
Inherited Constants
From class javax.swing.JFrame
From class java.awt.Frame
From class java.awt.Component
From interface java.awt.image.ImageObserver
From interface javax.swing.WindowConstants
[Expand]
Inherited Fields
From class org.mbari.vcr.ui.TimeCodeSelectionFrame
From class javax.swing.JFrame
Public Constructors
ChangeTimeCodeFrame(ToolBelt toolBelt)
Constructor for the ChangeTimeCodeFrame object
Public Methods
ActionListener getOkActionListener()
Gets the okActionListener attribute of the ChangeTimeCodeFrame object
void update(Object selectedObservations)
Receives notifications when the selected observation changes.
void updateObservationSelection(ObservationsSelectedEvent selectionEvent)
EventBus method
[Expand]
Inherited Methods
From class org.mbari.vcr.ui.TimeCodeSelectionFrame
From class javax.swing.JFrame
From class java.awt.Frame
From class java.awt.Window
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 javax.swing.RootPaneContainer

Public Constructors

public ChangeTimeCodeFrame (ToolBelt toolBelt)

Constructor for the ChangeTimeCodeFrame object

Public Methods

public ActionListener getOkActionListener ()

Gets the okActionListener attribute of the ChangeTimeCodeFrame object

Returns
  • The okActionListener value

public void update (Object selectedObservations)

Receives notifications when the selected observation changes.

public void updateObservationSelection (ObservationsSelectedEvent selectionEvent)

EventBus method