Package org.loboevolution.html.renderer
Interface FrameContext
- All Known Implementing Classes:
HtmlPanel
public interface FrameContext
Provides direct access to the GUI component where the document is rendered,
typically a browser frame of some sort.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
delayedRelayout
(NodeImpl node) delayedRelayout.void
expandSelection
(RenderableSpot rpoint) expandSelection.void
resetSelection
(RenderableSpot rpoint) resetSelection.
-
Method Details
-
delayedRelayout
delayedRelayout.
- Parameters:
node
- aNodeImpl
object.
-
expandSelection
expandSelection.
- Parameters:
rpoint
- aRenderableSpot
object.
-
resetSelection
resetSelection.
- Parameters:
rpoint
- aRenderableSpot
object.
-