2 * xTreePathProvider.java
4 * Created on 12. Dezember 2006, 13:30
6 * To change this template, choose Tools | Template Manager
7 * and open the template in the editor.
14 public interface XTreePathProvider
{
16 public XUnoNode
getLastPathComponent();
18 public XUnoNode
getPathComponent(int i
);
20 public int getPathCount();
22 public XTreePathProvider
getParentPath();
24 public XTreePathProvider
pathByAddingChild(XUnoNode _oUnoNode
);