org.mozilla.webclient
Interface WindowControl


public interface WindowControl


Method Summary
 void createWindow(int nativeWindow, java.awt.Rectangle bounds)
           
 int getNativeWebShell()
           
 void moveWindowTo(int x, int y)
           
 void removeFocus()
           
 void repaint(boolean forceRepaint)
           
 void setBounds(java.awt.Rectangle newBounds)
           
 void setFocus()
           
 void setVisible(boolean newState)
           
 

Method Detail

setBounds

void setBounds(java.awt.Rectangle newBounds)

createWindow

void createWindow(int nativeWindow,
                  java.awt.Rectangle bounds)

getNativeWebShell

int getNativeWebShell()

moveWindowTo

void moveWindowTo(int x,
                  int y)

removeFocus

void removeFocus()

repaint

void repaint(boolean forceRepaint)

setVisible

void setVisible(boolean newState)

setFocus

void setFocus()


Copyright © 2002-2007 Mozilla.org All Rights Reserved.