Uses of Class
ice.pilots.html4.ObjectBox

Packages that use ObjectBox
ice.pilots.html4   
 

Uses of ObjectBox in ice.pilots.html4
 

Methods in ice.pilots.html4 that return ObjectBox
 ObjectBox ScrollBox.getObjectBox()
          Get ObjectBox associated with this ScrollBox
 ObjectBox ObjectPainter.getBox()
           
 ObjectBox EmbeddedObject.getBox()
           
 

Methods in ice.pilots.html4 with parameters of type ObjectBox
 void ObjectPainter.setBox(ObjectBox b)
           
 void ExternalCSSBoxAssist.addonImageProcessing(Graphics g, ObjectBox objectBox)
          The ObjectBox will call this method after it is done its paint(g) processing if required by rules in the TextBox.
 void EmbeddedObject.setBox(ObjectBox box)
           
protected abstract  void DocPaneXml.checkAwtTree(ObjectBox box, Component c)
          Check if the AWT component of the given ObjectPainter is properly located in the AWT hierarchy (DocViews, Scrollers).