|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.creamtec.ajaxswing.gui.peer.AjaxSwingComponentPeer
com.creamtec.ajaxswing.gui.peer.AjaxSwingContainerPeer
com.creamtec.ajaxswing.gui.peer.AjaxSwingWindowPeer
public class AjaxSwingWindowPeer
| Field Summary |
|---|
| Fields inherited from interface java.awt.peer.ComponentPeer |
|---|
DEFAULT_OPERATION, NO_EMBEDDED_CHECK, RESET_OPERATION, SET_BOUNDS, SET_CLIENT_SIZE, SET_LOCATION, SET_SIZE |
| Constructor Summary | |
|---|---|
AjaxSwingWindowPeer(java.awt.Window window)
|
|
| Method Summary | |
|---|---|
AjaxSwingThread |
getMyThread()
|
int |
handleFocusTraversalEvent(java.awt.event.KeyEvent keyevent)
Implementation copied from AWT |
void |
hide()
|
void |
repositionSecurityWarning()
|
boolean |
requestWindowFocus()
|
void |
setAlwaysOnTop(boolean alwaysOnTop)
|
void |
setBounds(int x,
int y,
int width,
int height,
int operation)
Central method for setting peer bounds |
void |
setModalBlocked(java.awt.Dialog blocker,
boolean blocked)
|
void |
setOpacity(float opacity)
|
void |
setOpaque(boolean isOpaque)
|
void |
show()
|
void |
toBack()
|
void |
toFront()
|
void |
updateAlwaysOnTop()
|
void |
updateAlwaysOnTopState()
|
void |
updateFocusableWindowState()
|
void |
updateIconImages()
|
void |
updateMinimumSize()
|
void |
updateWindow()
|
void |
updateWindow(java.awt.image.BufferedImage backBuffer)
|
| Methods inherited from class com.creamtec.ajaxswing.gui.peer.AjaxSwingContainerPeer |
|---|
beginLayout, beginValidate, cancelPendingPaint, endLayout, endValidate, getInsets, insets, isPaintPending, isRestackSupported, restack |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.awt.peer.ContainerPeer |
|---|
beginLayout, beginValidate, cancelPendingPaint, endLayout, endValidate, getInsets, insets, isPaintPending, isRestackSupported, restack |
| Methods inherited from interface java.awt.peer.ComponentPeer |
|---|
canDetermineObscurity, checkImage, coalescePaintEvent, createBuffers, createImage, createImage, createVolatileImage, destroyBuffers, disable, dispose, enable, flip, getBackBuffer, getBounds, getColorModel, getFontMetrics, getGraphics, getGraphicsConfiguration, getLocationOnScreen, getMinimumSize, getPreferredSize, getToolkit, handleEvent, handlesWheelScrolling, isFocusable, isObscured, isReparentSupported, layout, minimumSize, paint, preferredSize, prepareImage, print, repaint, reparent, requestFocus, reshape, setBackground, setEnabled, setFont, setForeground, setVisible, updateCursorImmediately |
| Constructor Detail |
|---|
public AjaxSwingWindowPeer(java.awt.Window window)
| Method Detail |
|---|
public void toFront()
toFront in interface java.awt.peer.WindowPeerpublic void toBack()
toBack in interface java.awt.peer.WindowPeerpublic void show()
show in interface java.awt.peer.ComponentPeershow in class AjaxSwingComponentPeerpublic void hide()
hide in interface java.awt.peer.ComponentPeerhide in class AjaxSwingComponentPeer
public void setBounds(int x,
int y,
int width,
int height,
int operation)
AjaxSwingComponentPeer
setBounds in interface java.awt.peer.ComponentPeersetBounds in class AjaxSwingComponentPeerpublic int handleFocusTraversalEvent(java.awt.event.KeyEvent keyevent)
public AjaxSwingThread getMyThread()
public boolean requestWindowFocus()
requestWindowFocus in interface java.awt.peer.WindowPeerpublic void updateAlwaysOnTop()
updateAlwaysOnTop in interface java.awt.peer.WindowPeerpublic void updateFocusableWindowState()
updateFocusableWindowState in interface java.awt.peer.WindowPeerpublic void setAlwaysOnTop(boolean alwaysOnTop)
public void setModalBlocked(java.awt.Dialog blocker,
boolean blocked)
public void updateIconImages()
public void updateMinimumSize()
public void setOpacity(float opacity)
public void setOpaque(boolean isOpaque)
public void updateWindow(java.awt.image.BufferedImage backBuffer)
public void repositionSecurityWarning()
public void updateWindow()
public void updateAlwaysOnTopState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||