All Packages Class Hierarchy This Package Previous Next Index
Class ij.WindowManager
java.lang.Object
|
+----ij.WindowManager
- public class WindowManager
- extends Object
-
WindowManager()
-
-
addWindow(ImageWindow)
-
-
closeAllWindows()
- Closes all image windows.
-
getCurrentImage()
-
-
getCurrentWindow()
-
-
getWindowCount()
-
-
putBehind()
- Activates the next window on the window list.
-
removeWindow(ImageWindow)
- Closes the current window and removes it from the window list.
-
setCurrentWindow(ImageWindow)
-
WindowManager
public WindowManager()
setCurrentWindow
public static synchronized void setCurrentWindow(ImageWindow win)
getCurrentWindow
public static ImageWindow getCurrentWindow()
getCurrentImage
public static synchronized ImagePlus getCurrentImage()
getWindowCount
public static int getWindowCount()
addWindow
public static synchronized void addWindow(ImageWindow win)
removeWindow
public static synchronized void removeWindow(ImageWindow win)
- Closes the current window and removes it from the window list.
closeAllWindows
public static synchronized void closeAllWindows()
- Closes all image windows.
putBehind
public static void putBehind()
- Activates the next window on the window list.
All Packages Class Hierarchy This Package Previous Next Index