All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----com.sun.java.swing.JFrame
|
+----xu.xu_Frame
The frame from which this class has been invoked.
public JFrame ParentFrame
The frame from which this class has been invoked. This may be null, in which case it is assumed to be the 'master' frame. Whether this is null or not is used to decide whether to terminate the whole application when we exit from here.
Note that this attribute is public so it can be accessible to inner classes of derived classes.
public JFrame MainFrame
public xm_StatusBar MainStatusBar
protected xu_FrameConfigManager TheFrameConfigManager
protected ResourceBundle TextResourceBundle
public String BasicFrameTitle
protected xu_Frame. ExitAction TheExitAction
protected oh_HelpAction TheHelpAction
public xu_Frame(JFrame InputParentFrame)
public xu_Frame()
protected void loadConfig(String InputConfigFilePathname)
protected void registerActions()
protected void initControlPanel()
protected String getResourceString(String InputResourceName)
All Packages Class Hierarchy This Package Previous Next Index