- See Also:
- ScanEditPanel, VLAScan
-
VLAEditPanel(VLAScan, VLAScan, String)
- VLA editing panel constructor
-
downdate()
- Copy any changes to working copy of Scan
-
FinalizePanel()
- Finalize Panel
Get panel value and save in final scan
-
fromScan(VLAScan)
- Set panel values from a specified Scan
-
getScan()
- Get the Scan used by the panel
-
ResetPanel()
- Restore Panel
Restore panel from original scan
-
ResetPanel(Scan)
- Restore Panel with specified Scan
-
setScan(Scan)
- Set the Scan used by the panel
-
setScanLabel(String)
- Set the Scan Label used by the panel
-
toScan(VLAScan)
- Copy panel values to specified Scan
-
update()
- Set display values from working Scan
VLAEditPanel
public VLAEditPanel(VLAScan scan,
VLAScan old,
String slabel)
- VLA editing panel constructor
- Parameters:
-
VLAScan
- Scan to edit
-
VLAScan
- Original copy of Scan
-
String
- Label for the scan to be edited
ResetPanel
public void ResetPanel()
- Restore Panel
Restore panel from original scan
- Overrides:
- ResetPanel in class ObservePanel
ResetPanel
public Scan ResetPanel(Scan in)
- Restore Panel with specified Scan
- Parameters:
-
Scan
- new scan to use if non null
- Returns:
-
Scan
new scan actually used
- Overrides:
- ResetPanel in class ObservePanel
downdate
public void downdate()
- Copy any changes to working copy of Scan
- Overrides:
- downdate in class ObservePanel
update
public void update()
- Set display values from working Scan
- Overrides:
- update in class ObservePanel
FinalizePanel
public void FinalizePanel()
- Finalize Panel
Get panel value and save in final scan
- Overrides:
- FinalizePanel in class ObservePanel
setScan
public void setScan(Scan newScan)
- Set the Scan used by the panel
- Parameters:
-
Scan
- New Scan for panel
- Overrides:
- setScan in class ObservePanel
setScanLabel
public void setScanLabel(String slabel)
- Set the Scan Label used by the panel
- Parameters:
-
String
- Label for the scan to be edited
- Overrides:
- setScanLabel in class ObservePanel
getScan
public Scan getScan()
- Get the Scan used by the panel
- Returns:
-
Scan
Panel's Scan
- Overrides:
- getScan in class ObservePanel
fromScan
public void fromScan(VLAScan theScan)
- Set panel values from a specified Scan
- Parameters:
-
Scan
- the scan to use
toScan
public void toScan(VLAScan theScan)
- Copy panel values to specified Scan
- Parameters:
-
Scan
- the scan to use
All Packages Class Hierarchy This Package Previous Next Index