![]() |
All Packages This Package Class Hierarchy Class Search Index Class grendel.ui.GeneralFramejava.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Window | +----java.awt.Frame | +----com.sun.java.swing.JFrame | +----grendel.ui.GeneralFrame
public class GeneralFrame
extends com.sun.java.swing.JFrame
{
// Fields 16
protected Animation fAnimation;
BiffIcon fBiffIcon;
static Vector fFrameList;
protected String fID;
private LAFListener fLAFListener;
protected ResourceBundle fLabels;
protected JMenuBar fMenu;
protected Container fPanel;
protected String fResourceBase;
protected Component fStatusBar;
protected JLabel fStatusLabel;
GeneralFrame fThis;
protected NSToolbar fToolBar;
protected CollapsibleToolbarPanel fToolBarPanel;
protected UIManager fUIManager;
static boolean sExternalShell;
// Constructors 1
public GeneralFrame(String, String);
// Methods 21
public static synchronized void CloseAllFrames();
public static GeneralFrame FindFrameByID(String);
public static GeneralFrame FindFrameByID(String, GeneralFrame);
public static GeneralFrame GetDefaultFrame();
public static GeneralFrame[] GetFrameList();
public static boolean IsExternalShell();
public static void SetExternalShell(boolean);
protected JMenuBar buildMenu(String, IUICmd[]);
protected Component buildStatusBar();
public void dispose();
public String getID();
protected void restoreBounds();
protected void restoreBounds(int, int);
private void restoreBounds(String, int, int);
protected void saveBounds();
private void saveBounds(String);
public void setID(String);
protected void setStatusText(String);
protected void startAnimation();
protected void stopAnimation();
public void updateUI();
// Inner Classes 1
class LAFListener
}
Fields fThisGeneralFrame fThis fBiffIconBiffIcon fBiffIcon fPanelprotected Container fPanel fAnimationprotected Animation fAnimation fMenuprotected JMenuBar fMenu fToolBarPanelprotected CollapsibleToolbarPanel fToolBarPanel fToolBarprotected NSToolbar fToolBar fStatusBarprotected Component fStatusBar fResourceBaseprotected String fResourceBase fIDprotected String fID fStatusLabelprotected JLabel fStatusLabel fUIManagerprotected UIManager fUIManager fLAFListenerprivate LAFListener fLAFListener fFrameListstatic Vector fFrameList sExternalShellstatic boolean sExternalShell fLabelsprotected ResourceBundle fLabels
Constructors GeneralFramepublic GeneralFrame(String aTitle, String aID) Methods disposepublic void dispose() updateUIpublic void updateUI() setIDpublic void setID(String aID)
getIDpublic String getID()
FindFrameByIDpublic static GeneralFrame FindFrameByID(String aID)
FindFrameByIDpublic static GeneralFrame FindFrameByID(String aID, GeneralFrame aExclude)
GetDefaultFramepublic static GeneralFrame GetDefaultFrame()
SetExternalShellpublic static void SetExternalShell(boolean aShell)
IsExternalShellpublic static boolean IsExternalShell() GetFrameListpublic static GeneralFrame[] GetFrameList() CloseAllFramespublic static synchronized void CloseAllFrames() buildMenuprotected JMenuBar buildMenu(String aMenu, IUICmd[] aActions) buildStatusBarprotected Component buildStatusBar() startAnimationprotected void startAnimation() stopAnimationprotected void stopAnimation() setStatusTextprotected void setStatusText(String aString) saveBoundsprivate void saveBounds(String aName) saveBoundsprotected void saveBounds() restoreBoundsprivate void restoreBounds(String aName, int aWidth, int aHeight) restoreBounds
protected void restoreBounds(int aWidth,
int aHeight)
restoreBoundsprotected void restoreBounds() All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4 |
|
|
Copyright © 1998-2000 The Mozilla Organization.
Last modified December 25, 1998. |
|