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.
 


Method Index

 o getStatusBar()
Return the status bar.
 o getToolBar()
Return the tool bar.
 o setStatusBar(TStatusBar)
Set the status bar of this frame to the specified status bar.
 o setToolBar(TToolBar)
Set the tool bar of this frame to the specified tool bar.
 o show()
Override Frame.show() to show the frame only if the program is running as an application or an applet frame.

Methods

 o 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
 o getToolBar
 public TToolBar getToolBar()
Return the tool bar.

 o getStatusBar
 public TStatusBar getStatusBar()
Return the status bar.

 o setToolBar
 protected void setToolBar(TToolBar toolbar)
Set the tool bar of this frame to the specified tool bar.

 o 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