Update ooo320-m1
[ooovba.git] / odk / examples / java / Inspector / XTreePathProvider.java
blob8a2f1ba58b596b0fb089a91319d95b1320b93d33
1 /*
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.
8 */
10 /**
12 * @author bc93774
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);