All Packages Class Hierarchy This Package Previous Next Index
Class JObserve.GUI.ScanEditPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----JObserve.GUI.ObservePanel
|
+----JObserve.GUI.ScanEditPanel
- public class ScanEditPanel
- extends ObservePanel
Scan editing Panel
-
ScanEditPanel(ChangeList, String)
- Make top level Scan edit panel
This will allow user editing of scans[0] in change.
-
CancelButt()
- Cancel button
Remove editing display ignoring all changes.
-
DoneButt()
- Done button
Finalise to get editing changes, update Observe list and remove editing display
-
FinalizePanel()
- Finalize Panel
Get any user modifications to the panel
-
PgDnButt()
- PgDn (Page down) button
Previous editing panel that's willing to be seen
-
PgUpButt()
- PgUp (Page up) button
Next Editing panel that's willing to be seen
-
ResetPanel()
- Restore Panel
Undo any user modifications to the panel
-
Show(String)
- New page selected
-
SrcDnButt()
- SrcDn (Source down) button
Next scan on list
-
SrcUpButt()
- SrcUp (Source up) button
Previous Scan in list
-
VerifyButt()
- Verify button
Check that Frequencies etc.
ScanEditPanel
public ScanEditPanel(ChangeList change,
String scanLabel)
- Make top level Scan edit panel
This will allow user editing of scans[0] in change.
- Parameters:
-
ChangeList
- work order with Scan to be edited.
-
String
- Label for the scan to be edited
ResetPanel
public void ResetPanel()
- Restore Panel
Undo any user modifications to the panel
- Overrides:
- ResetPanel in class ObservePanel
FinalizePanel
public void FinalizePanel()
- Finalize Panel
Get any user modifications to the panel
- Overrides:
- FinalizePanel in class ObservePanel
Show
public void Show(String chosenOne)
- New page selected
- Parameters:
-
String
- the name of the panel to be displayed
PgUpButt
public void PgUpButt()
- PgUp (Page up) button
Next Editing panel that's willing to be seen
PgDnButt
public void PgDnButt()
- PgDn (Page down) button
Previous editing panel that's willing to be seen
SrcUpButt
public void SrcUpButt()
- SrcUp (Source up) button
Previous Scan in list
SrcDnButt
public void SrcDnButt()
- SrcDn (Source down) button
Next scan on list
VerifyButt
public void VerifyButt()
- Verify button
Check that Frequencies etc. are specified correctly
Basically does a downdate and an update on the current page
DoneButt
public void DoneButt()
- Done button
Finalise to get editing changes, update Observe list and remove editing display
CancelButt
public void CancelButt()
- Cancel button
Remove editing display ignoring all changes.
All Packages Class Hierarchy This Package Previous Next Index