Home
last modified time | relevance | path

Searched refs:JavaFinder (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/scripting/java/org/openoffice/idesupport/
H A DJavaFinder.java38 public class JavaFinder implements MethodFinder { class
40 private static JavaFinder finder;
49 private JavaFinder() {} in JavaFinder() method in JavaFinder
51 private JavaFinder(Vector classpath) { in JavaFinder() method in JavaFinder
55 public static JavaFinder getInstance() { in getInstance()
57 synchronized(JavaFinder.class) { in getInstance()
59 finder = new JavaFinder(); in getInstance()
65 public static JavaFinder getInstance(Vector classpath) { in getInstance()
66 return new JavaFinder(classpath); in getInstance()
H A DCommandLineTools.java202 this.finder = JavaFinder.getInstance();
/aoo42x/main/scripting/java/org/openoffice/idesupport/ui/
H A DMethodPanel.java47 import org.openoffice.idesupport.JavaFinder;
108 finder = JavaFinder.getInstance(classpath); in initValues()
112 finder = JavaFinder.getInstance(classpath); in initValues()

Completed in 17 milliseconds