|
Cytoscape 2.4.1 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcytoscape.util.shadegrown.WindowUtilities
public abstract class WindowUtilities
WindowUtilities keeps track of open windows and may close down the JVM when
all primary windows are closed (see #setExitJVMWhenAllWindowsClose
and #addPrimaryWindow( Window )).
| Field Summary |
|---|
| Fields inherited from interface javax.swing.WindowConstants |
|---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Constructor Summary | |
|---|---|
WindowUtilities()
|
|
| Method Summary | |
|---|---|
static void |
centerWindowLocation(Window window)
|
static void |
centerWindowOnScreen(Window window)
|
static void |
centerWindowSize(Window window)
|
static void |
hideSplash()
|
static void |
showSplash(ImageIcon image,
int milliseconds)
|
static void |
showSplash(ImageIcon image,
int milliseconds,
boolean start_timer)
|
static void |
showSplash(JComponent content,
int milliseconds)
|
static void |
showSplash(JComponent content,
int milliseconds,
boolean start_timer)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WindowUtilities()
| Method Detail |
|---|
public static void centerWindowOnScreen(Window window)
public static void centerWindowSize(Window window)
public static void centerWindowLocation(Window window)
public static void showSplash(ImageIcon image,
int milliseconds)
public static void showSplash(ImageIcon image,
int milliseconds,
boolean start_timer)
public static void showSplash(JComponent content,
int milliseconds)
public static void showSplash(JComponent content,
int milliseconds,
boolean start_timer)
public static void hideSplash()
|
www.cytoscape.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||