All Packages Class Hierarchy This Package Previous Next Index
Class JObserve.GUI.FetchDBBox
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----JObserve.GUI.ObserveBox
|
+----JObserve.GUI.FetchDBBox
- public class FetchDBBox
- extends ObserveBox
Fetch updated NRAO list
Allows user to fetch an updated NRAO list.
Uses modless dialog.
- See Also:
- ListEditPanel
-
FetchDBBox(Frame, String, String)
- Make Box.
FetchDBBox
public FetchDBBox(Frame parent,
String URLCal,
String URLDefault)
- Make Box. Only comes in one flavor.
- Parameters:
-
Frame - parent display
-
String - URL of NRAO Calibrator list
-
String - URL of NRAO Default list
All Packages Class Hierarchy This Package Previous Next Index