videoRangePanel
Class VRSidePanel

java.lang.Object
  extended by videoRangePanel.VRSidePanel
All Implemented Interfaces:
PamSidePanel

public class VRSidePanel
extends java.lang.Object
implements PamSidePanel


Nested Class Summary
(package private)  class VRSidePanel.VRPanel
           
 
Field Summary
private  PamLabel calibrationData
           
private  javax.swing.JComboBox calibrations
           
private  javax.swing.JComboBox heights
           
private  PamLabel imageNameLabel
           
private  PamLabel instruction
           
private  PamLabel mouseLabel
           
private  PamLabel statusText
           
private  VRControl vrControl
           
private  VRSidePanel.VRPanel vrPanel
           
 
Constructor Summary
VRSidePanel(VRControl vrControl)
           
 
Method Summary
 javax.swing.JComponent getPanel()
           
(package private)  void newCalibration(boolean rebuildList)
           
(package private)  void newMousePoint(java.awt.Point mousePoint)
           
(package private)  void newSettings()
           
 void rename(java.lang.String newName)
           
(package private)  void setImageName()
           
 void setInstruction()
           
 void setStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vrControl

private VRControl vrControl

vrPanel

private VRSidePanel.VRPanel vrPanel

statusText

private PamLabel statusText

instruction

private PamLabel instruction

mouseLabel

private PamLabel mouseLabel

imageNameLabel

private PamLabel imageNameLabel

calibrationData

private PamLabel calibrationData

calibrations

private javax.swing.JComboBox calibrations

heights

private javax.swing.JComboBox heights
Constructor Detail

VRSidePanel

public VRSidePanel(VRControl vrControl)
Method Detail

getPanel

public javax.swing.JComponent getPanel()
Specified by:
getPanel in interface PamSidePanel
Returns:
Reference to a graphics component that can be added to the view. This will typically be a JPanel or a JInternalFrame; The component will be displayed to the side of the main tab control.

rename

public void rename(java.lang.String newName)
Specified by:
rename in interface PamSidePanel

setStatus

public void setStatus()

setInstruction

public void setInstruction()

setImageName

void setImageName()

newSettings

void newSettings()

newCalibration

void newCalibration(boolean rebuildList)

newMousePoint

void newMousePoint(java.awt.Point mousePoint)