|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use RenderableSpot | |
|---|---|
| org.lobobrowser.html.gui | Contains Java Swing components that render a HTML DOM. |
| org.lobobrowser.html.renderer | Contains the HTML renderer infrastructure. |
| Uses of RenderableSpot in org.lobobrowser.html.gui |
|---|
| Fields in org.lobobrowser.html.gui declared as RenderableSpot | |
|---|---|
protected RenderableSpot |
HtmlBlockPanel.endSelection
|
protected RenderableSpot |
HtmlBlockPanel.startSelection
|
| Methods in org.lobobrowser.html.gui with parameters of type RenderableSpot | |
|---|---|
void |
HtmlPanel.expandSelection(RenderableSpot rpoint)
Internal method used to expand the selection to the given point. |
void |
HtmlPanel.resetSelection(RenderableSpot rpoint)
Internal method used to reset the selection so that it is empty at the given point. |
void |
HtmlBlockPanel.setSelectionEnd(RenderableSpot rpoint)
|
void |
HtmlBlockPanel.setSelectionStart(RenderableSpot rpoint)
|
| Uses of RenderableSpot in org.lobobrowser.html.renderer |
|---|
| Fields in org.lobobrowser.html.renderer declared as RenderableSpot | |
|---|---|
protected RenderableSpot |
RBlock.endSelection
|
protected RenderableSpot |
RBlock.startSelection
|
| Methods in org.lobobrowser.html.renderer that return RenderableSpot | |
|---|---|
RenderableSpot |
RRelative.getLowestRenderableSpot(int x,
int y)
|
RenderableSpot |
RBlockViewport.getLowestRenderableSpot(int x,
int y)
|
RenderableSpot |
RBlock.getLowestRenderableSpot(int x,
int y)
|
RenderableSpot |
BoundableRenderable.getLowestRenderableSpot(int x,
int y)
|
| Methods in org.lobobrowser.html.renderer with parameters of type RenderableSpot | |
|---|---|
void |
FrameContext.expandSelection(RenderableSpot rpoint)
|
boolean |
RBlock.extractSelectionText(java.lang.StringBuffer buffer,
boolean inSelection,
RenderableSpot startPoint,
RenderableSpot endPoint)
|
boolean |
BoundableRenderable.extractSelectionText(java.lang.StringBuffer buffer,
boolean inSelection,
RenderableSpot startPoint,
RenderableSpot endPoint)
|
boolean |
RBlock.paintSelection(java.awt.Graphics g,
boolean inSelection,
RenderableSpot startPoint,
RenderableSpot endPoint)
|
boolean |
BoundableRenderable.paintSelection(java.awt.Graphics g,
boolean inSelection,
RenderableSpot startPoint,
RenderableSpot endPoint)
Asks the Renderable to paint the selection between two points. |
void |
FrameContext.resetSelection(RenderableSpot rpoint)
|
void |
RBlock.setSelectionEnd(RenderableSpot rpoint)
|
void |
RBlock.setSelectionStart(RenderableSpot rpoint)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||