All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.GUI.ListEditPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----JObserve.GUI.ObservePanel
                                   |
                                   +----JObserve.GUI.ListEditPanel

public class ListEditPanel
extends ObservePanel
Observe List display and editing Panel This panel displays editing lists and help information.


Variable Index

 o CalBox
 o CalListBox
 o CalNearListBox
 o NRAODefaultBox
List boxes for Observe Lists
 o ObserveListBox
 o PasteListBox
 o SourceListBox
 o UserDefaultBox

Constructor Index

 o ListEditPanel()
Make panel

Method Index

 o AddScan(String, int)
Add a scan with a given name to a given list If the list is the observe or source list then the name is looked up in the Source and Calibrator lists and if found the used.
 o ClearButt()
Clear all selected entries button
 o CopyButt()
Copy edit button Copy selected scans in first list to paste list and then deselect
 o CutButt()
Cut edit button
 o DelButt()
Delete edit button Delete all selected items in allowed lists
 o FinalizePanel()
Finalize Panel Get any user modifications to the panel
 o getLastChange()
Get lastChange member
 o MakeButtonBar()
Make button bar Make panel with editing buttons
 o NewButt()
New Scan edit button
 o PasteAButt()
Paste after edit button
 o PasteBButt()
Paste before edit button
 o ResetCalibratorEpoch()
Reset Calibrator Epoch Uninitialize and reset Calibrator list
 o ResetPanel()
Restore Panel Here this refreshes the panel
 o SaveList(int)
Save the current total contents of an Observe List as lastChange Only modifible lists.
 o setLastChange(ChangeList)
Set lastChange member
 o ShowFullCal()
Show Full Calibrator list Uninitialize and reset Calibrator list
 o ShowNearCal()
Show Nearby Calibrator list Uninitialize and reset Calibrator list
 o UndoButt()
Undo edit button

Variables

 o NRAODefaultBox
 public ListBox NRAODefaultBox
List boxes for Observe Lists

 o UserDefaultBox
 public ListBox UserDefaultBox
 o ObserveListBox
 public ListBox ObserveListBox
 o SourceListBox
 public ListBox SourceListBox
 o CalListBox
 public ListBox CalListBox
 o CalNearListBox
 public ListBox CalNearListBox
 o CalBox
 public ListBox CalBox
 o PasteListBox
 public ListBox PasteListBox

Constructors

 o ListEditPanel
 public ListEditPanel()
Make panel

Methods

 o ResetCalibratorEpoch
 public void ResetCalibratorEpoch()
Reset Calibrator Epoch Uninitialize and reset Calibrator list

 o ShowNearCal
 public void ShowNearCal()
Show Nearby Calibrator list Uninitialize and reset Calibrator list

 o ShowFullCal
 public void ShowFullCal()
Show Full Calibrator list Uninitialize and reset Calibrator list

 o getLastChange
 public ChangeList getLastChange()
Get lastChange member

Returns:
ChangeList the last ChangeList
 o setLastChange
 public void setLastChange(ChangeList last)
Set lastChange member

Parameters:
ChangeList - the new ChangeList
 o FinalizePanel
 public void FinalizePanel()
Finalize Panel Get any user modifications to the panel

Overrides:
FinalizePanel in class ObservePanel
 o ResetPanel
 public void ResetPanel()
Restore Panel Here this refreshes the panel

Overrides:
ResetPanel in class ObservePanel
 o SaveList
 public void SaveList(int which)
Save the current total contents of an Observe List as lastChange Only modifible lists. int list number as defined in Observation

 o AddScan
 public void AddScan(String theName,
                     int list)
Add a scan with a given name to a given list If the list is the observe or source list then the name is looked up in the Source and Calibrator lists and if found the used. If a single Scan in the target list is selected then the new scan is inserted after that scan (or the head of an empty list). otherwise the scan is added at the end.

Parameters:
String - name
int - the Observe list number as defined in Observation
See Also:
Observation
 o MakeButtonBar
 public ObserveButtonBar MakeButtonBar()
Make button bar Make panel with editing buttons

Returns:
ObserveButtonBar horizontal button bar
 o ClearButt
 public void ClearButt()
Clear all selected entries button

 o CopyButt
 public void CopyButt()
Copy edit button Copy selected scans in first list to paste list and then deselect

 o NewButt
 public void NewButt()
New Scan edit button

 o DelButt
 public void DelButt()
Delete edit button Delete all selected items in allowed lists

 o CutButt
 public void CutButt()
Cut edit button

 o PasteBButt
 public void PasteBButt()
Paste before edit button

 o PasteAButt
 public void PasteAButt()
Paste after edit button

 o UndoButt
 public void UndoButt()
Undo edit button


All Packages  Class Hierarchy  This Package  Previous  Next  Index