All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.VLA.GUI.VLAPMPage

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

public class VLAPMPage
extends VLAEditPanel
VLA Planetary Motion editing Panel


Constructor Index

 o VLAPMPage(VLAScan, VLAScan, String)
Planetary Motion editing panel constructor

Method Index

 o AreYouWilling()
Test if panel is willing to display itself Planetary motion page 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 VLAPMPage
 public VLAPMPage(VLAScan scan,
                  VLAScan old,
                  String slabel)
Planetary Motion 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 Planetary motion page 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