com.jogamp.newt.event.awt
Class AWTParentWindowAdapter

java.lang.Object
  extended by com.jogamp.newt.event.awt.AWTAdapter
      extended by com.jogamp.newt.event.awt.AWTWindowAdapter
          extended by 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.


Constructor Summary
AWTParentWindowAdapter(Window downstream)
           
 
Method Summary
 void componentMoved(ComponentEvent e)
           
 void componentResized(ComponentEvent e)
           
 void windowActivated(WindowEvent e)
           
 void windowDeactivated(WindowEvent e)
           
 
Methods inherited from class com.jogamp.newt.event.awt.AWTWindowAdapter
addTo, componentHidden, componentShown, windowClosed, windowClosing, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWTParentWindowAdapter

public AWTParentWindowAdapter(Window downstream)
Method Detail

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.