datum API Documentation

datum.util
Class WindowManager

java.lang.Object
  |
  +--datum.util.WindowManager
All Implemented Interfaces:
ActionListener, EventListener

public class WindowManager
extends Object
implements ActionListener


Method Summary
 void actionPerformed(ActionEvent e)
           
static boolean addWindow(Window w, String title)
           
static void arrangeAll()
           
static void closeAll()
           
static boolean exists(String title)
           
static JMenu getWindowMenu()
           
static boolean isMasterWindow(Window w)
           
static void removeWindow(String title)
           
static void setMasterWindow(Window w)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getWindowMenu

public static JMenu getWindowMenu()

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

exists

public static boolean exists(String title)

addWindow

public static boolean addWindow(Window w,
                                String title)

removeWindow

public static void removeWindow(String title)

closeAll

public static void closeAll()

arrangeAll

public static void arrangeAll()

setMasterWindow

public static void setMasterWindow(Window w)

isMasterWindow

public static boolean isMasterWindow(Window w)

Up to datum