Package com.inductiveautomation.rm.swing
Interface RJBrowser.BrowserModel<T>
- Enclosing class:
- RJBrowser
public static interface RJBrowser.BrowserModel<T>
AbstractBrowserModel - A public interface for controlling a browser.
- 
Method SummaryModifier and TypeMethodDescriptionReturns browser object children.intgetChildCount(T 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.
 
-