org.lobobrowser.html.test

Class SimpleHtmlObject

Implemented Interfaces:
HtmlObject

public class SimpleHtmlObject
extends JComponent
implements HtmlObject

Simple implementation of HtmlObject.

Field Summary

protected HTMLElement
element

Constructor Summary

SimpleHtmlObject(HTMLElement element)

Method Summary

void
destroy()
Component
getComponent()
void
reset(int availWidth, int availHeight)
void
resume()
void
suspend()

Field Details

element

protected final HTMLElement element

Constructor Details

SimpleHtmlObject

public SimpleHtmlObject(HTMLElement element)

Method Details

destroy

public void destroy()
Specified by:
destroy in interface HtmlObject

getComponent

public Component getComponent()
Specified by:
getComponent in interface HtmlObject

reset

public void reset(int availWidth,
                  int availHeight)
Specified by:
reset in interface HtmlObject

resume

public void resume()
Specified by:
resume in interface HtmlObject

suspend

public void suspend()
Specified by:
suspend in interface HtmlObject