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.
-
CalBox
-
-
CalListBox
-
-
CalNearListBox
-
-
NRAODefaultBox
- List boxes for Observe Lists
-
ObserveListBox
-
-
PasteListBox
-
-
SourceListBox
-
-
UserDefaultBox
-
-
ListEditPanel()
- Make panel
-
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.
-
ClearButt()
- Clear all selected entries button
-
CopyButt()
- Copy edit button
Copy selected scans in first list to paste list and then deselect
-
CutButt()
- Cut edit button
-
DelButt()
- Delete edit button
Delete all selected items in allowed lists
-
FinalizePanel()
- Finalize Panel
Get any user modifications to the panel
-
getLastChange()
- Get lastChange member
-
MakeButtonBar()
- Make button bar
Make panel with editing buttons
-
NewButt()
- New Scan edit button
-
PasteAButt()
- Paste after edit button
-
PasteBButt()
- Paste before edit button
-
ResetCalibratorEpoch()
- Reset Calibrator Epoch
Uninitialize and reset Calibrator list
-
ResetPanel()
- Restore Panel
Here this refreshes the panel
-
SaveList(int)
- Save the current total contents of an Observe List as lastChange
Only modifible lists.
-
setLastChange(ChangeList)
- Set lastChange member
-
ShowFullCal()
- Show Full Calibrator list
Uninitialize and reset Calibrator list
-
ShowNearCal()
- Show Nearby Calibrator list
Uninitialize and reset Calibrator list
-
UndoButt()
- Undo edit button
NRAODefaultBox
public ListBox NRAODefaultBox
- List boxes for Observe Lists
UserDefaultBox
public ListBox UserDefaultBox
ObserveListBox
public ListBox ObserveListBox
SourceListBox
public ListBox SourceListBox
CalListBox
public ListBox CalListBox
CalNearListBox
public ListBox CalNearListBox
CalBox
public ListBox CalBox
PasteListBox
public ListBox PasteListBox
ListEditPanel
public ListEditPanel()
- Make panel
ResetCalibratorEpoch
public void ResetCalibratorEpoch()
- Reset Calibrator Epoch
Uninitialize and reset Calibrator list
ShowNearCal
public void ShowNearCal()
- Show Nearby Calibrator list
Uninitialize and reset Calibrator list
ShowFullCal
public void ShowFullCal()
- Show Full Calibrator list
Uninitialize and reset Calibrator list
getLastChange
public ChangeList getLastChange()
- Get lastChange member
- Returns:
-
ChangeList
the last ChangeList
setLastChange
public void setLastChange(ChangeList last)
- Set lastChange member
- Parameters:
-
ChangeList
- the new ChangeList
FinalizePanel
public void FinalizePanel()
- Finalize Panel
Get any user modifications to the panel
- Overrides:
- FinalizePanel in class ObservePanel
ResetPanel
public void ResetPanel()
- Restore Panel
Here this refreshes the panel
- Overrides:
- ResetPanel in class ObservePanel
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
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
MakeButtonBar
public ObserveButtonBar MakeButtonBar()
- Make button bar
Make panel with editing buttons
- Returns:
-
ObserveButtonBar
horizontal button bar
ClearButt
public void ClearButt()
- Clear all selected entries button
CopyButt
public void CopyButt()
- Copy edit button
Copy selected scans in first list to paste list and then deselect
NewButt
public void NewButt()
- New Scan edit button
DelButt
public void DelButt()
- Delete edit button
Delete all selected items in allowed lists
CutButt
public void CutButt()
- Cut edit button
PasteBButt
public void PasteBButt()
- Paste before edit button
PasteAButt
public void PasteAButt()
- Paste after edit button
UndoButt
public void UndoButt()
- Undo edit button
All Packages Class Hierarchy This Package Previous Next Index