All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.desktop.ComponentFrame
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----COM.ibm.desktop.ComponentFrame
- public class ComponentFrame
- extends Frame
ComponentFrame provides a frame containing the View. It may have a menu
bar, tool bar, and status bar associated with it.
Copyright (c) Taligent, Inc. 1996 - 1997.
Copyright (c) IBM Corporation 1996 - 1997.
All Rights Reserved.
-
getStatusBar()
- Return the status bar.
-
getToolBar()
- Return the tool bar.
-
setStatusBar(TStatusBar)
- Set the status bar of this frame to the specified status bar.
-
setToolBar(TToolBar)
- Set the tool bar of this frame to the specified tool bar.
-
show()
- Override Frame.show() to show the frame only if the program is
running as an application or an applet frame.
show
public void show()
- Override Frame.show() to show the frame only if the program is
running as an application or an applet frame.
- Overrides:
- show in class Window
getToolBar
public TToolBar getToolBar()
- Return the tool bar.
getStatusBar
public TStatusBar getStatusBar()
- Return the status bar.
setToolBar
protected void setToolBar(TToolBar toolbar)
- Set the tool bar of this frame to the specified tool bar.
setStatusBar
protected void setStatusBar(TStatusBar statusbar)
- Set the status bar of this frame to the specified status bar.
All Packages Class Hierarchy This Package Previous Next Index