Class wb.FrameMenu
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class wb.FrameMenu

java.lang.Object
   |
   +----java.awt.MenuComponent
           |
           +----java.awt.MenuBar
                   |
                   +----wb.FrameMenu

public class FrameMenu
extends MenuBar
Menu Bar on the Frame of the WhiteBoard/Shared Graphics Editor Window. Has main Menu's like Conference, Canvas, Options and Help It also creates MenuItems appropriately

Constructor Index

 o FrameMenu(WBCanvas)
Create a FrameMenu instance

Method Index

 o ResetCalling()
Disables the Call Participant
 o SetCalling()
Enables the Call Participant (by default it is enabled)

Constructors

 o FrameMenu
  public FrameMenu(WBCanvas arg)
Create a FrameMenu instance
Parameters:
arg - WBCanvas that sits in the frame.

Methods

 o SetCalling
  public void SetCalling()
Enables the Call Participant (by default it is enabled)
 o ResetCalling
  public void ResetCalling()
Disables the Call Participant

All Packages  Class Hierarchy  This Package  Previous  Next  Index