Package com.ribs.plus
Interface BrowserModel
public interface BrowserModel
AbstractBrowserModel - A public interface for controlling a browser.
- 
Method SummaryModifier and TypeMethodDescriptionReturns browser object children.intgetChildCount(Object anObj) Returns the number of children for the given parent.getRoot()Returns the browser root object.booleanReturns whether browser object has children.
- 
Method Details- 
getRootObject getRoot()Returns the browser root object.
- 
isLeafReturns whether browser object has children.
- 
getChildCountReturns the number of children for the given parent.
- 
getChildReturns browser object children.
 
-