All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.common.PhaserFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----phaser.common.PhaserFrame

public abstract class PhaserFrame
extends Frame
implements PhaserFrameConstants

Constructor Index

 o PhaserFrame()
 o PhaserFrame(String)

Method Index

 o extractLabel(String)
 o getImage(String, Object)
 o getMenuItemIndexOf(Menu, String)
 o makeButtonBar(String[], ActionListener)
 o makeButtonBar(String[], String[], ActionListener)
 o makeLightweightButtonBar(String[], ActionListener)
 o makeMenu(String, String[], ActionListener)
 o makeMenu(String, String[], boolean, ActionListener)
 o makeMenu(String, String[], boolean, boolean, ActionListener)
 o makeMenu(String, String[], Menu[], ActionListener)
 o rePackFrame()

Constructors

 o PhaserFrame
 public PhaserFrame()
 o PhaserFrame
 public PhaserFrame(String title)

Methods

 o getImage
 public static Image getImage(String resource,
                              Object object)
 o getMenuItemIndexOf
 public static int getMenuItemIndexOf(Menu menu,
                                      String menuItemName)
 o makeMenu
 public static Menu makeMenu(String menuName,
                             String names[],
                             ActionListener al)
 o makeMenu
 public static Menu makeMenu(String menuName,
                             String names[],
                             boolean subMenu,
                             ActionListener al)
 o makeMenu
 public static Menu makeMenu(String menuName,
                             String names[],
                             boolean subMenu,
                             boolean toggles,
                             ActionListener l)
 o makeMenu
 public static Menu makeMenu(String menuName,
                             String names[],
                             Menu subMenus[],
                             ActionListener l)
 o makeLightweightButtonBar
 public static Container makeLightweightButtonBar(String names[],
                                                  ActionListener l)
 o makeButtonBar
 public static Panel makeButtonBar(String names[],
                                   ActionListener l)
 o makeButtonBar
 public static Panel makeButtonBar(String names[],
                                   String commands[],
                                   ActionListener l)
 o extractLabel
 public static String extractLabel(String name)
 o rePackFrame
 public void rePackFrame()

All Packages  Class Hierarchy  This Package  Previous  Next  Index