org.lobobrowser.html.renderer
Interface FrameContext

All Known Implementing Classes:
HtmlPanel, SimpleBrowserFrame

public interface FrameContext

Provides direct access to the GUI component where the document is rendered, typically a browser frame of some sort.


Method Summary
 void delayedRelayout(NodeImpl node)
           
 void expandSelection(RenderableSpot rpoint)
           
 void resetSelection(RenderableSpot rpoint)
           
 

Method Detail

resetSelection

void resetSelection(RenderableSpot rpoint)

expandSelection

void expandSelection(RenderableSpot rpoint)

delayedRelayout

void delayedRelayout(NodeImpl node)