Package org.lobobrowser.html.renderer
Interface FrameContext
-
- All Known Implementing Classes:
HtmlPanel,SimpleBrowserFrame
public interface FrameContextProvides direct access to the GUI component where the document is rendered, typically a browser frame of some sort.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddelayedRelayout(NodeImpl node)voidexpandSelection(RenderableSpot rpoint)voidresetSelection(RenderableSpot rpoint)
-
-
-
Method Detail
-
resetSelection
void resetSelection(RenderableSpot rpoint)
-
expandSelection
void expandSelection(RenderableSpot rpoint)
-
delayedRelayout
void delayedRelayout(NodeImpl node)
-
-