public class

VideoSourcePanelTape

extends JPanel
implements IVideoSourcePanel
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ javax.swing.JComponent
         ↳ javax.swing.JPanel
           ↳ vars.annotation.ui.dialogs.VideoSourcePanelTape

Summary

Constants
String PROP_VALID_VIDEO_SOURCE
[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
VideoSourcePanelTape(AnnotationDAOFactory annotationDAOFactory)
Creates new form VideoSourcePanelTape
Public Methods
JCheckBox getHdCheckBox()
boolean isValidVideoSource()
void open()
[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 vars.annotation.ui.dialogs.IVideoSourcePanel

Constants

public static final String PROP_VALID_VIDEO_SOURCE

Constant Value: "validVideoSource"

Public Constructors

public VideoSourcePanelTape (AnnotationDAOFactory annotationDAOFactory)

Creates new form VideoSourcePanelTape

Public Methods

public JCheckBox getHdCheckBox ()

public boolean isValidVideoSource ()

public void open ()