1import com.sun.star.uno.UnoRuntime; 2import com.sun.star.accessibility.*; 3import java.util.Vector; 4 5/** 6 * The node type for the AccessibleTreeModel. 7 * This implements all the child-handling based on the appropriate 8 * NodeHandlers. Trivial nodes can be implemented by any Object
--- 342 unchanged lines hidden --- | 22import com.sun.star.uno.UnoRuntime; 23import com.sun.star.accessibility.*; 24import java.util.Vector; 25 26/** 27 * The node type for the AccessibleTreeModel. 28 * This implements all the child-handling based on the appropriate 29 * NodeHandlers. Trivial nodes can be implemented by any Object
--- 342 unchanged lines hidden --- |