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
-
VLAPMPage(VLAScan, VLAScan, String)
- Planetary Motion editing panel constructor
-
AreYouWilling()
- Test if panel is willing to display itself
Planetary motion page
If it is a null is returned otherwise the excuse.
-
fromScan(VLAScan)
- Set panel values from a specified Scan
-
toScan(VLAScan)
- Copy panel values to specified Scan
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
fromScan
public void fromScan(VLAScan theScan)
- Set panel values from a specified Scan
- Parameters:
-
Scan
- the scan to use
- Overrides:
- fromScan in class VLAEditPanel
toScan
public void toScan(VLAScan theScan)
- Copy panel values to specified Scan
- Parameters:
-
Scan
- the scan to use
- Overrides:
- toScan in class VLAEditPanel
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