org.lobobrowser.html
public interface HtmlObject
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
java.awt.Component |
getComponent() |
void |
reset(int availableWidth,
int availableHeight)
Called as the object is layed out, either
the first time it's layed out or whenever
the DOM changes.
|
void |
resume() |
void |
suspend() |
java.awt.Component getComponent()
void suspend()
void resume()
void destroy()
void reset(int availableWidth, int availableHeight)