All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.account.awt.WindowManager

java.lang.Object
   |
   +----benno.account.awt.WindowManager

public class WindowManager
extends Object
This class keeps track of the open windows of my account application.
New windows may be registered with register().
When a window changes its title, it should also call register().
The class provides a "Window" menu which updates automatically as windows are registered and deregistered.


Constructor Index

 o WindowManager()

Method Index

 o deregister(Frame)
 o register(Frame)

Constructors

 o WindowManager
 public WindowManager()

Methods

 o register
 public Menu register(Frame f)
 o deregister
 public void deregister(Frame f)

All Packages  Class Hierarchy  This Package  Previous  Next  Index