Uses of Class
org.mozilla.jrex.event.window.WindowEvent

Packages that use WindowEvent
org.mozilla.jrex.window   
 

Uses of WindowEvent in org.mozilla.jrex.window
 

Methods in org.mozilla.jrex.window with parameters of type WindowEvent
 int JRexWindowManagerImpl.createWindow(WindowEvent event)
           
 void JRexWindowManagerImpl.setModal(WindowEvent event)
           
 void JRexWindowManagerImpl.setSize(WindowEvent event)
           
 void JRexWindowManagerImpl.setTitle(WindowEvent event)
           
 void JRexWindowManagerImpl.setChromeFlags(WindowEvent event)
           
 void JRexWindowManagerImpl.setRealized(WindowEvent event)
           
 void JRexWindowManagerImpl.destroyWindow(WindowEvent event)
           
 int JRexWindowManager.createWindow(WindowEvent event)
          Invoked when an window create request is received.
 void JRexWindowManager.setModal(WindowEvent event)
          Invoked when an dialog needs to be made modal.
 void JRexWindowManager.setSize(WindowEvent event)
          Invoked when an window size needs to be changed.
 void JRexWindowManager.setTitle(WindowEvent event)
          Invoked when an window title needs to be changed.
 void JRexWindowManager.setChromeFlags(WindowEvent event)
          Invoked when an chrome flags for a window needs to be changed.
 void JRexWindowManager.setRealized(WindowEvent event)
          Invoked when jrex native implementation realizes the browser window.
 void JRexWindowManager.destroyWindow(WindowEvent event)
          Invoked when an window destroy request is received.
 



Copyright © 2004 C.N.Medappa. All Rights Reserved.