src/macosx/classes/sun/lwawt/PlatformWindow.java

Print this page




  91      */
  92     public SurfaceData getScreenSurface();
  93 
  94     /*
  95      * Revalidates the window's current SurfaceData and returns
  96      * the newly created one.
  97      */
  98     public SurfaceData replaceSurfaceData();
  99 
 100     /*
 101      * Creates a new image to serve as a back buffer.
 102      */
 103     public Image createBackBuffer();
 104 
 105     /*
 106      * Move the given part of the back buffer to the front buffer.
 107      */
 108     public void flip(int x1, int y1, int x2, int y2,
 109                      BufferCapabilities.FlipContents flipAction);
 110 



 111     public void toFront();
 112 
 113     public void toBack();
 114 
 115     public void setMenuBar(MenuBar mb);
 116 
 117     public void setAlwaysOnTop(boolean value);
 118 
 119     public void updateFocusableWindowState();
 120 
 121     public boolean rejectFocusRequest(CausedFocusEvent.Cause cause);
 122 
 123     public boolean requestWindowFocus();
 124 
 125     /*
 126      * Returns true only when called on a frame/dialog when it's natively focused.
 127      */
 128     public boolean isActive();
 129 
 130     public void setResizable(boolean resizable);




  91      */
  92     public SurfaceData getScreenSurface();
  93 
  94     /*
  95      * Revalidates the window's current SurfaceData and returns
  96      * the newly created one.
  97      */
  98     public SurfaceData replaceSurfaceData();
  99 
 100     /*
 101      * Creates a new image to serve as a back buffer.
 102      */
 103     public Image createBackBuffer();
 104 
 105     /*
 106      * Move the given part of the back buffer to the front buffer.
 107      */
 108     public void flip(int x1, int y1, int x2, int y2,
 109                      BufferCapabilities.FlipContents flipAction);
 110 
 111     public void modallyBlocked();
 112     public void modallyUnblocked();
 113 
 114     public void toFront();
 115 
 116     public void toBack();
 117 
 118     public void setMenuBar(MenuBar mb);
 119 
 120     public void setAlwaysOnTop(boolean value);
 121 
 122     public void updateFocusableWindowState();
 123 
 124     public boolean rejectFocusRequest(CausedFocusEvent.Cause cause);
 125 
 126     public boolean requestWindowFocus();
 127 
 128     /*
 129      * Returns true only when called on a frame/dialog when it's natively focused.
 130      */
 131     public boolean isActive();
 132 
 133     public void setResizable(boolean resizable);