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 Summary
Modifier and TypeMethodDescriptionReturns browser object children.int
getChildCount
(T anObj) Returns the number of children for the given parent.getRoot()
Returns the browser root object.boolean
Returns whether browser object has children.
-
Method Details
-
getRoot
Object getRoot()Returns the browser root object. -
isLeaf
Returns whether browser object has children. -
getChildCount
Returns the number of children for the given parent. -
getChild
Returns browser object children.
-