Interface BrowserView.BrowserModel<T>
- 
- Enclosing class:
 - BrowserView<T>
 
public static interface BrowserView.BrowserModel<T>The browser model interface. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetChild(T aParent, int anIndex)intgetChildCount(T aParent)javax.swing.IcongetIcon(T anItem)java.lang.StringgetName(T anItem)TgetRoot()booleanisParent(T anItem) 
 -