< prev index next >

core/JemmyCore/src/org/jemmy/lookup/ControlHierarchy.java

Print this page

        

@@ -35,16 +35,11 @@
     /**
      * Override this to get subchildren of the controls in the hierarchy.
      * List could contain any type of objects - not just <code>CONTROL</code>.
      * @param subParent - one of the elements in the hierarchy reflected by this lookup.
      * If null passed - first level children are expected.
-     * @return
+     * @return list of child control objects
      */
     public List<?> getChildren(Object subParent);
 
-    /**
-     *
-     * @param child
-     * @return
-     */
     public Object getParent(Object child);
 }
< prev index next >