Uses of Class
org.loboevolution.html.renderer.RenderableSpot
Package
Description
Contains Java Swing components that render a HTML DOM.
Contains the HTML renderer infrastructure.
-
Uses of RenderableSpot in org.loboevolution.gui
Modifier and TypeFieldDescriptionprotected RenderableSpot
HtmlBlockPanel.endSelection
protected RenderableSpot
HtmlBlockPanel.startSelection
Modifier and TypeMethodDescriptionvoid
HtmlPanel.expandSelection
(RenderableSpot rpoint) expandSelection.void
HtmlPanel.resetSelection
(RenderableSpot rpoint) resetSelection.void
HtmlBlockPanel.setSelectionEnd
(RenderableSpot rpoint) setSelectionEnd.void
HtmlBlockPanel.setSelectionStart
(RenderableSpot rpoint) setSelectionStart. -
Uses of RenderableSpot in org.loboevolution.html.control
Modifier and TypeMethodDescriptionRUIControl.getLowestRenderableSpot
(int x, int y) getLowestRenderableSpot.Modifier and TypeMethodDescriptionboolean
RUIControl.extractSelectionText
(StringBuilder buffer, boolean inSelection, RenderableSpot startPoint, RenderableSpot endPoint) extractSelectionText.boolean
RUIControl.paintSelection
(Graphics g, boolean isSelection, RenderableSpot startPoint, RenderableSpot endPoint) paintSelection.boolean
UIControlWrapper.paintSelection
(Graphics g, boolean inSelection, RenderableSpot startPoint, RenderableSpot endPoint) paintSelection. -
Uses of RenderableSpot in org.loboevolution.html.renderer
Modifier and TypeFieldDescriptionprotected RenderableSpot
RBlock.endSelection
protected RenderableSpot
RBlock.startSelection
Modifier and TypeMethodDescriptionBoundableRenderable.getLowestRenderableSpot
(int x, int y) getLowestRenderableSpot.RBlock.getLowestRenderableSpot
(int x, int y) getLowestRenderableSpot.RBlockViewport.getLowestRenderableSpot
(int x, int y) getLowestRenderableSpot.RInlineBlock.getLowestRenderableSpot
(int x, int y) getLowestRenderableSpot.TranslatedRenderable.getLowestRenderableSpot
(int x, int y) getLowestRenderableSpot.Modifier and TypeMethodDescriptionvoid
FrameContext.expandSelection
(RenderableSpot rpoint) expandSelection.boolean
BoundableRenderable.extractSelectionText
(StringBuilder buffer, boolean inSelection, RenderableSpot startPoint, RenderableSpot endPoint) extractSelectionText.boolean
RBlock.extractSelectionText
(StringBuilder buffer, boolean inSelection, RenderableSpot startPoint, RenderableSpot endPoint) extractSelectionText.boolean
TranslatedRenderable.extractSelectionText
(StringBuilder buffer, boolean inSelection, RenderableSpot startPoint, RenderableSpot endPoint) extractSelectionText.boolean
BoundableRenderable.paintSelection
(Graphics g, boolean inSelection, RenderableSpot startPoint, RenderableSpot endPoint) paintSelection.boolean
RBlock.paintSelection
(Graphics g, boolean inSelection, RenderableSpot startPoint, RenderableSpot endPoint) paintSelection.boolean
TranslatedRenderable.paintSelection
(Graphics g, boolean inSelection, RenderableSpot startPoint, RenderableSpot endPoint) paintSelection.void
FrameContext.resetSelection
(RenderableSpot rpoint) resetSelection.void
RBlock.setSelectionEnd
(RenderableSpot rpoint) setSelectionEnd.void
RBlock.setSelectionStart
(RenderableSpot rpoint) setSelectionStart. -
Uses of RenderableSpot in org.loboevolution.html.renderer.table
Modifier and TypeMethodDescriptionRTable.getLowestRenderableSpot
(int x, int y) getLowestRenderableSpot.