com.sun.javafx.newt
Class WindowEvent
java.lang.Object
com.sun.javafx.newt.Event
com.sun.javafx.newt.WindowEvent
public class WindowEvent
- extends Event
EVENT_WINDOW_RESIZED
public static final int EVENT_WINDOW_RESIZED
- See Also:
- Constant Field Values
EVENT_WINDOW_MOVED
public static final int EVENT_WINDOW_MOVED
- See Also:
- Constant Field Values
EVENT_WINDOW_DESTROY_NOTIFY
public static final int EVENT_WINDOW_DESTROY_NOTIFY
- See Also:
- Constant Field Values
EVENT_WINDOW_GAINED_FOCUS
public static final int EVENT_WINDOW_GAINED_FOCUS
- See Also:
- Constant Field Values
EVENT_WINDOW_LOST_FOCUS
public static final int EVENT_WINDOW_LOST_FOCUS
- See Also:
- Constant Field Values
WindowEvent
public WindowEvent(int eventType,
Window source,
long when)
getEventTypeString
public static String getEventTypeString(int type)
toString
public String toString()
- Overrides:
toString
in class Event
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.