Uses of Class
ice.pilots.html4.ScrollBox

Packages that use ScrollBox
ice.pilots.html4   
 

Uses of ScrollBox in ice.pilots.html4
 

Methods in ice.pilots.html4 that return ScrollBox
 ScrollBox TheView.getScroller(DNode node)
          Retrieve the ScrollBox container of a given DNode.
 ScrollBox ScrollBox.getAncestorScrollBox()
          Get the closest ScrollBox ancestor of this ScrollBox
 ScrollBox ObjectBox.getAncestorScrollBox()
          Used to find the nearest ancestor ScrollBox in which this ObjectBox lives.
 ScrollBox ObjectBox.getScrollBox()
          If this ObjectBox represents a Scroller, return the corresponding ScrollBox.