com.jogamp.newt.event.awt
Class AWTParentWindowAdapter
java.lang.Object
com.jogamp.newt.event.awt.AWTAdapter
com.jogamp.newt.event.awt.AWTWindowAdapter
com.jogamp.newt.event.awt.AWTParentWindowAdapter
- All Implemented Interfaces:
- ComponentListener, WindowListener, EventListener
public class AWTParentWindowAdapter
- extends AWTWindowAdapter
Specialized parent/client adapter,
where the NEWT child window really gets resized,
and the parent move window event gets discarded.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AWTParentWindowAdapter
public AWTParentWindowAdapter(Window downstream)
componentResized
public void componentResized(ComponentEvent e)
- Specified by:
componentResized
in interface ComponentListener
- Overrides:
componentResized
in class AWTWindowAdapter
componentMoved
public void componentMoved(ComponentEvent e)
- Specified by:
componentMoved
in interface ComponentListener
- Overrides:
componentMoved
in class AWTWindowAdapter
windowActivated
public void windowActivated(WindowEvent e)
- Specified by:
windowActivated
in interface WindowListener
- Overrides:
windowActivated
in class AWTWindowAdapter
windowDeactivated
public void windowDeactivated(WindowEvent e)
- Specified by:
windowDeactivated
in interface WindowListener
- Overrides:
windowDeactivated
in class AWTWindowAdapter
Copyright 2010 JogAmp Community.