|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectij.WindowManager
public class WindowManager
This class consists of static methods used to manage ImageJ's windows.
| Constructor Summary | |
|---|---|
WindowManager()
|
|
| Method Summary | |
|---|---|
static void |
addWindow(ImageWindow win)
|
static boolean |
closeAllWindows()
Closes all image windows. |
static ImagePlus |
getCurrentImage()
|
static ImageWindow |
getCurrentWindow()
|
static int[] |
getIDList()
Returns a list of the IDs of open images. |
static ImagePlus |
getImage(int imageID)
Returns the ImagePlus with the specified ID. |
static int |
getWindowCount()
|
static void |
putBehind()
Activates the next window on the window list. |
static void |
removeWindow(ImageWindow win)
Closes the current window and removes it from the window list. |
static void |
setCurrentWindow(ImageWindow win)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WindowManager()
| Method Detail |
|---|
public static void setCurrentWindow(ImageWindow win)
public static ImageWindow getCurrentWindow()
public static ImagePlus getCurrentImage()
public static int getWindowCount()
public static int[] getIDList()
public static ImagePlus getImage(int imageID)
public static void addWindow(ImageWindow win)
public static void removeWindow(ImageWindow win)
public static boolean closeAllWindows()
public static void putBehind()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||