Index: SearchInfo.java =================================================================== RCS file: /cvs/openidex/src/org/openidex/search/SearchInfo.java,v retrieving revision 1.7 diff -u -r1.7 SearchInfo.java --- SearchInfo.java 30 Jun 2006 21:21:29 -0000 1.7 +++ SearchInfo.java 12 Jan 2007 21:52:10 -0000 @@ -13,7 +13,7 @@ * "Portions Copyrighted [year] [name of copyright owner]" * * The Original Software is NetBeans. The Initial Developer of the Original - * Software is Sun Microsystems, Inc. Portions Copyright 2004 Sun + * Software is Sun Microsystems, Inc. Portions Copyright 2004-2007 Sun * Microsystems, Inc. All Rights Reserved. */ @@ -25,9 +25,22 @@ * Defines which DataObjects should be searched. * Iterator returned by this interface's method enumerates * DataObjects that should be searched. + *

+ * SearchInfo objects are used by module User Utilities + * – in actions Find (since User Utilities 1.16) + * and Find in Projects (since User Utilities 1.23). + * Action Find obtains SearchInfo from + * Lookup of nodes + * the action was invoked on. Action Find in Projects obtains + * SearchInfo from + * Lookup + * of the projects. + *

* * @see SearchInfoFactory - * @see DataObject + * @see DataObject + * @see Node.getLookup() + * @see Project.getLookup() * @since org.openidex.util/3 3.2 * @author Marian Petras */