sound.zrs.misc
Class WindowRegistry
java.lang.Object
   sound.zrs.misc.WindowRegistry
sound.zrs.misc.WindowRegistry
- public class WindowRegistry 
- extends java.lang.Object
| Field Summary | 
| static java.util.Vector | windows
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
windows
public static java.util.Vector windows
WindowRegistry
public WindowRegistry()
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)
-