echopoint.ui.template
Interface ComponentPeerMapper

All Known Subinterfaces:
JspRenderingContext
All Known Implementing Classes:
HtmlTemplateLayoutManagerUI, JspTemplateLayoutManagerUI

public interface ComponentPeerMapper

A ComponentPeerMapper is able to return a ComponentPeer from an given Component.


Method Summary
 ComponentPeer getComponentPeer(Component c)
          Returns a ComponentPeer based on the Component given.
 

Method Detail

getComponentPeer

ComponentPeer getComponentPeer(Component c)
Returns a ComponentPeer based on the Component given. This may return null if the peer is not available, say if the Component is currently invisible.