All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----JObserve.Observe
Translated from the C version circa 1998
public static final String VersionId
public static Observation Obs
public static Observe topDog
public ObservePanel myPanel
public String helpFile
public String helpHtml
public String myDirectory
public static void main(String args[])
public void ShowPanel(ObservePanel thePanel)
ObservePanel - the new panel to display
null means remove old panel but not replace it.
public void SetStatus(String line)
String - The new message
public void SetStatus(String line,
int level)
String - The new message
- message level defined in JObserve.GUI.StatusLabel
public String GetStatusText()
String The current message
public int GetStatusWarn()
int message level defined in JObserve.GUI.StatusLabel
public void xpaint(Graphics g)
public void AddComponent(Component comp,
int x,
int y,
int gridwidth,
int gridheight,
int fill,
int anchor,
double weightx,
double weighty)
Component - The component to add
int - The X (0-rel) cell number
int - The Y (0-rel) cell number
int - The number of cells in X
int - The number of cells in Y
int - The expansion code allowed
int - The anchor code
double - The X expansion weight
double - The Y expansion weight
All Packages Class Hierarchy This Package Previous Next Index