org.xwt.plat
Class Java2.Java2Surface

java.lang.Object
  extended byorg.xwt.PixelBuffer
      extended byorg.xwt.Surface
          extended byorg.xwt.Surface.DoubleBufferedSurface
              extended byorg.xwt.plat.AWT.AWTSurface
                  extended byorg.xwt.plat.Java2.Java2Surface
All Implemented Interfaces:
java.awt.event.ComponentListener, java.util.EventListener, java.awt.event.KeyListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.WindowListener
Direct Known Subclasses:
Java2.Java14Surface
Enclosing class:
Java2

protected static class Java2.Java2Surface
extends AWT.AWTSurface


Nested Class Summary
 
Nested classes inherited from class org.xwt.Surface
Surface.DoubleBufferedSurface, Surface.SimpleMessage
 
Field Summary
 
Fields inherited from class org.xwt.plat.AWT.AWTSurface
insets, ourGraphics
 
Fields inherited from class org.xwt.Surface
allSurfaces, alt, button1, button2, button3, control, cursor, maximized, minimized, mousex, mousey, root, shift
 
Constructor Summary
Java2.Java2Surface(Box root, boolean framed)
           
 
Method Summary
protected  void _setMinimized(boolean b)
           
 void syncCursor()
           
 
Methods inherited from class org.xwt.plat.AWT.AWTSurface
_dispose, _setMaximized, _setSize, blit, componentHidden, componentMoved, componentResized, componentResized, componentShown, keyPressed, keyReleased, keyTyped, makeVisible, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, setIcon, setInvisible, setLocation, setTitleBarText, toBack, toFront, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class org.xwt.Surface.DoubleBufferedSurface
Dirty, drawPicture, drawPictureAlphaOnly, fillTrapezoid, render_, render
 
Methods inherited from class org.xwt.Surface
Click, Close, dirty, dispose, DoubleClick, Focused, getHeight, getWidth, KeyPressed, KeyReleased, Maximized, Minimized, Move, PosChange, Press, Refresh, Release, setLimits, setMaximized, setMinimized, setSize, SizeChange
 
Methods inherited from class org.xwt.PixelBuffer
drawLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Java2.Java2Surface

public Java2.Java2Surface(Box root,
                          boolean framed)
Method Detail

_setMinimized

protected void _setMinimized(boolean b)
Overrides:
_setMinimized in class AWT.AWTSurface

syncCursor

public void syncCursor()
Overrides:
syncCursor in class AWT.AWTSurface