|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of TreeModel in org.netbeans.spi.viewmodel |
| Classes in org.netbeans.spi.viewmodel that implement TreeModel | |
static class |
Models.CompoundModel
This model encapsulates all currently supported models. |
| Methods in org.netbeans.spi.viewmodel with parameters of type TreeModel | |
Object |
TreeModelFilter.getRoot(TreeModel original)
Returns filtered root of hierarchy. |
Object[] |
TreeModelFilter.getChildren(TreeModel original,
Object parent,
int from,
int to)
Returns filtered children for given parent on given indexes. |
int |
TreeModelFilter.getChildrenCount(TreeModel original,
Object node)
Returns number of filterred children for given node. |
boolean |
TreeModelFilter.isLeaf(TreeModel original,
Object node)
Returns true if node is leaf. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||