Package org.lobobrowser.html.domimpl
Interface UINode
-
- All Known Subinterfaces:
RElement
- All Known Implementing Classes:
RBlock,RImgControl
public interface UINodeA UI node abstraction that is used to send notifications back to the UI and to obtain information the DOM needs from the UI (such as image dimensions).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidblur()voidfocus()java.awt.RectanglegetBounds()java.awt.RectanglegetBoundsRelativeToBlock()voidrepaint(ModelNode modelNode)Called
-
-
-
Method Detail
-
repaint
void repaint(ModelNode modelNode)
Called- Parameters:
modelNode-
-
getBounds
java.awt.Rectangle getBounds()
-
getBoundsRelativeToBlock
java.awt.Rectangle getBoundsRelativeToBlock()
-
focus
void focus()
-
blur
void blur()
-
-