creamtec.webcream.gui.peer
Class WebCreamContainerPeer

java.lang.Object
  extended by creamtec.webcream.gui.peer.WebCreamComponentPeer
      extended by creamtec.webcream.gui.peer.WebCreamContainerPeer
All Implemented Interfaces:
java.awt.peer.ComponentPeer, java.awt.peer.ContainerPeer
Direct Known Subclasses:
WebCreamPanelPeer, WebCreamScrollPanePeer, WebCreamWindowPeer

public class WebCreamContainerPeer
extends WebCreamComponentPeer
implements java.awt.peer.ContainerPeer


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
WebCreamContainerPeer(java.awt.Container c)
           
 
Method Summary
 void beginLayout()
           
 void beginValidate()
           
 void cancelPendingPaint(int i, int j, int k, int l)
           
 void endLayout()
           
 void endValidate()
           
 java.awt.Insets getInsets()
           
 java.awt.Insets insets()
           
 boolean isPaintPending()
           
 boolean isRestackSupported()
           
 void restack()
           
 
Methods inherited from class creamtec.webcream.gui.peer.WebCreamComponentPeer
canDetermineObscurity, checkImage, coalescePaintEvent, createBuffers, createDelegate, createImage, createImage, createVolatileImage, destroyBuffers, disable, dispose, enable, flip, getBackBuffer, getBounds, getColorModel, getDelegate, getDelegateComponent, getFontMetrics, getGraphics, getGraphicsConfiguration, getImage, getLocationOnScreen, getMinimumSize, getPreferredSize, getTarget, getToolkit, handleEvent, handlesWheelScrolling, hide, isFocusable, isFocusTraversable, isObscured, isReparentSupported, layout, minimumSize, paint, preferredSize, prepareImage, print, repaint, reparent, requestFocus, requestFocus, reshape, setBackground, setBounds, setBounds, setBounds, setCursor, setDelegate, setDelegateComponent, setEnabled, setFont, setForeground, setImage, setTarget, setVisible, show, updateCursorImmediately
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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, hide, isFocusable, isObscured, isReparentSupported, layout, minimumSize, paint, preferredSize, prepareImage, print, repaint, reparent, requestFocus, reshape, setBackground, setBounds, setEnabled, setFont, setForeground, setVisible, show, updateCursorImmediately
 

Constructor Detail

WebCreamContainerPeer

public WebCreamContainerPeer(java.awt.Container c)
Method Detail

getInsets

public java.awt.Insets getInsets()
Specified by:
getInsets in interface java.awt.peer.ContainerPeer

beginValidate

public void beginValidate()
Specified by:
beginValidate in interface java.awt.peer.ContainerPeer

endValidate

public void endValidate()
Specified by:
endValidate in interface java.awt.peer.ContainerPeer

insets

public java.awt.Insets insets()
Specified by:
insets in interface java.awt.peer.ContainerPeer

beginLayout

public void beginLayout()
Specified by:
beginLayout in interface java.awt.peer.ContainerPeer

endLayout

public void endLayout()
Specified by:
endLayout in interface java.awt.peer.ContainerPeer

isPaintPending

public boolean isPaintPending()
Specified by:
isPaintPending in interface java.awt.peer.ContainerPeer

restack

public void restack()
Specified by:
restack in interface java.awt.peer.ContainerPeer

isRestackSupported

public boolean isRestackSupported()
Specified by:
isRestackSupported in interface java.awt.peer.ContainerPeer

cancelPendingPaint

public void cancelPendingPaint(int i,
                               int j,
                               int k,
                               int l)
Specified by:
cancelPendingPaint in interface java.awt.peer.ContainerPeer


Copyright © 2000-2006 CreamTec LLC. All Rights Reserved.