Klasse java.awt.event.WindowEvent | 1.1 |
java.lang.Object | +--java.util.EventObject | +--java.awt.AWTEvent | +--java.awt.event.ComponentEvent | +--java.awt.event.WindowEvent
Datenelemente | |
---|---|
public static final int | WINDOW_FIRST |
public static final int | WINDOW_LAST |
public static final int | WINDOW_OPENED ![]() |
public static final int | WINDOW_CLOSING |
public static final int | WINDOW_CLOSED |
public static final int | WINDOW_ICONIFIED |
public static final int | WINDOW_DEICONIFIED |
public static final int | WINDOW_ACTIVATED |
public static final int | WINDOW_DEACTIVATED |
public final static int | WINDOW_STATE_CHANGED ![]() |
Konstruktoren | |
---|---|
public | WindowEvent(Window source, int id) |
public | WindowEvent(Window source, int id, Window opposite) ![]() |
public | WindowEvent(Window source, int id, int oldState, int newState) ![]() |
public | WindowEvent(Window source, int id, Window opposite, int oldState, int newState) ![]() |
Methoden | |
---|---|
public int | getNewState() ![]() |
public int | getOldState() ![]() |
public Window | getOppositeWindow() ![]() |
public Window | getWindow() |
public String | paramString() |