Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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)
-
-