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 TypeMethodDescriptionvoiddelayedRelayout(NodeImpl node) delayedRelayout.voidexpandSelection(RenderableSpot rpoint) expandSelection.voidresetSelection(RenderableSpot rpoint) resetSelection.
-
Method Details
-
delayedRelayout
delayedRelayout.
- Parameters:
node- aNodeImplobject.
-
expandSelection
expandSelection.
- Parameters:
rpoint- aRenderableSpotobject.
-
resetSelection
resetSelection.
- Parameters:
rpoint- aRenderableSpotobject.
-