Uses of Class
org.util.html.objects.HTMLObject

Packages that use HTMLObject
org.util.html.event   
org.util.html.factory   
org.util.html.objects   
 

Uses of HTMLObject in org.util.html.event
 

Methods in org.util.html.event with parameters of type HTMLObject
 void HTMLListener.added(HTMLDocument doc, HTMLObject obj)
           
 void HTMLListener.changed(HTMLDocument doc, HTMLObject obj)
           
 void HTMLListener.removed(HTMLDocument doc, HTMLObject obj)
           
 

Uses of HTMLObject in org.util.html.factory
 

Methods in org.util.html.factory that return HTMLObject
 HTMLObject HTMLObjectFactory.createObject()
           
 

Uses of HTMLObject in org.util.html.objects
 

Subclasses of HTMLObject in org.util.html.objects
 class HTMLImg
           
 class HTMLText
           
 

Methods in org.util.html.objects that return HTMLObject
 HTMLObject[] HTMLDocument.getObjectList()
           
 

Methods in org.util.html.objects with parameters of type HTMLObject
 void HTMLDocument.add(HTMLObject obj)
           
 void HTMLDocument.changed(HTMLObject obj)