public class

QTOpenVideoArchiveDialog

extends StandardDialog
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ java.awt.Window
         ↳ java.awt.Dialog
           ↳ javax.swing.JDialog
             ↳ vars.shared.ui.dialogs.StandardDialog
               ↳ vars.annotation.ui.dialogs.QTOpenVideoArchiveDialog

Summary

[Expand]
Inherited Constants
From class java.awt.Dialog
From class java.awt.Component
From interface java.awt.image.ImageObserver
From interface javax.swing.WindowConstants
[Expand]
Inherited Fields
From class javax.swing.JDialog
Public Constructors
QTOpenVideoArchiveDialog(Window parent, ToolBelt toolBelt)
Create the dialog.
Public Methods
VideoArchive openVideoArchive()
Protected Methods
JComboBox getCameraPlatformComboBox()
JComboBox getExistingNamesComboBox()
JRadioButton getOpenByLocationRB()
JRadioButton getOpenExistingRB()
JTextField getSequenceNumberTextField()
JComboBox getTimeSourceComboBox()
ToolBelt getToolBelt()
JTextField getUrlTextField()
void initialize()
[Expand]
Inherited Methods
From class vars.shared.ui.dialogs.StandardDialog
From class javax.swing.JDialog
From class java.awt.Dialog
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 QTOpenVideoArchiveDialog (Window parent, ToolBelt toolBelt)

Create the dialog.

Public Methods

public VideoArchive openVideoArchive ()

Protected Methods

protected JComboBox getCameraPlatformComboBox ()

protected JComboBox getExistingNamesComboBox ()

protected JRadioButton getOpenByLocationRB ()

protected JRadioButton getOpenExistingRB ()

protected JTextField getSequenceNumberTextField ()

protected JComboBox getTimeSourceComboBox ()

protected ToolBelt getToolBelt ()

protected JTextField getUrlTextField ()

protected void initialize ()