|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jogamp.newt.event.WindowAdapter
public abstract class WindowAdapter
| Constructor Summary | |
|---|---|
WindowAdapter()
|
|
| Method Summary | |
|---|---|
void |
windowDestroyed(WindowEvent e)
Window has been destroyed. |
void |
windowDestroyNotify(WindowEvent e)
Window will be destroyed. |
void |
windowGainedFocus(WindowEvent e)
Window gained focus. |
void |
windowLostFocus(WindowEvent e)
Window lost focus. |
void |
windowMoved(WindowEvent e)
Window has been moved. |
void |
windowRepaint(WindowUpdateEvent e)
Window area shall be repainted. |
void |
windowResized(WindowEvent e)
Window is resized, your application shall respect the new window dimension. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WindowAdapter()
| Method Detail |
|---|
public void windowResized(WindowEvent e)
WindowListener
windowResized in interface WindowListenerpublic void windowMoved(WindowEvent e)
WindowListener
windowMoved in interface WindowListenerpublic void windowDestroyNotify(WindowEvent e)
WindowListener
windowDestroyNotify in interface WindowListenerpublic void windowDestroyed(WindowEvent e)
WindowListener
windowDestroyed in interface WindowListenerpublic void windowGainedFocus(WindowEvent e)
WindowListener
windowGainedFocus in interface WindowListenerpublic void windowLostFocus(WindowEvent e)
WindowListener
windowLostFocus in interface WindowListenerpublic void windowRepaint(WindowUpdateEvent e)
WindowListener
windowRepaint in interface WindowListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||