RCS file: /cvs/debuggercore/viewmodel/src/org/netbeans/spi/viewmodel/TreeModel.java,v retrieving revision 1.2 retrieving revision 1.3 diff -r1.2 -r1.3 42a43,45 > * @param from a start index > * @param to a end index > * 48c51 < * able to resolve dchildren for given node type --- > * able to resolve children for given node type 62a66,81 > > /** > * Returns number of children for given node. > * > * @param node the parent node > * @throws NoInformationException if the set of children can not be > * resolved > * @throws ComputingException if the children resolving process > * is time consuming, and will be performed off-line > * @throws UnknownTypeException if this TreeModel implementation is not > * able to resolve children for given node type > * > * @return true if node is leaf > */ > public abstract int getChildrenCount (Object node) throws > NoInformationException, ComputingException, UnknownTypeException;