sound.zrs.misc
Class WindowRegistry

java.lang.Object
  extended by sound.zrs.misc.WindowRegistry

public class WindowRegistry
extends java.lang.Object


Field Summary
static java.util.Vector windows
           
 
Constructor Summary
WindowRegistry()
           
 
Method Summary
static void add(WindowRegistryAble window)
           
static java.util.Enumeration elements()
           
static boolean getExitWhenFinished()
           
static void remove(WindowRegistryAble window)
           
static void restoreCursors()
           
static void saveCursors()
           
static void setAllCursors(int cursorType)
           
static void setExitWhenFinished(boolean exit)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

windows

public static java.util.Vector windows
Constructor Detail

WindowRegistry

public WindowRegistry()
Method Detail

add

public static void add(WindowRegistryAble window)

remove

public static void remove(WindowRegistryAble window)

setExitWhenFinished

public static void setExitWhenFinished(boolean exit)

getExitWhenFinished

public static boolean getExitWhenFinished()

elements

public static java.util.Enumeration elements()

saveCursors

public static void saveCursors()

restoreCursors

public static void restoreCursors()

setAllCursors

public static void setAllCursors(int cursorType)