All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.VLA.GUI.VLACorrelatorPage

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----JObserve.GUI.ObservePanel
                                   |
                                   +----JObserve.VLA.GUI.VLAEditPanel
                                           |
                                           +----JObserve.VLA.GUI.VLACorrelatorPage

public class VLACorrelatorPage
extends VLAEditPanel
VLA Correlator editing Panel


Constructor Index

 o VLACorrelatorPage(VLAScan, VLAScan, String)
Correlator editing panel constructor

Method Index

 o AreYouWilling()
Test if panel is willing to display itself Correlator page, must be in Spectral line mode If it is a null is returned otherwise the excuse.
 o fromScan(VLAScan)
Set panel values from a specified Scan
 o toScan(VLAScan)
Copy panel values to specified Scan

Constructors

 o VLACorrelatorPage
 public VLACorrelatorPage(VLAScan scan,
                          VLAScan old,
                          String slabel)
Correlator editing panel constructor

Parameters:
VLAScan - Scan to edit
VLAScan - Original copy of Scan
String - Label for the scan to be edited

Methods

 o fromScan
 public void fromScan(VLAScan theScan)
Set panel values from a specified Scan

Parameters:
Scan - the scan to use
Overrides:
fromScan in class VLAEditPanel
 o toScan
 public void toScan(VLAScan theScan)
Copy panel values to specified Scan

Parameters:
Scan - the scan to use
Overrides:
toScan in class VLAEditPanel
 o AreYouWilling
 public String AreYouWilling()
Test if panel is willing to display itself Correlator page, must be in Spectral line mode If it is a null is returned otherwise the excuse.

Returns:
String null if willing, otherwise the reason not.
Overrides:
AreYouWilling in class ObservePanel

All Packages  Class Hierarchy  This Package  Previous  Next  Index