datum.util
Class WindowManager
java.lang.Object
|
+--datum.util.WindowManager
- All Implemented Interfaces:
- ActionListener, EventListener
- public class WindowManager
- extends Object
- implements ActionListener
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)