Searched defs:Mozilla (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/
H A DMozilla.java4 * The contents of this file are subject to the Mozilla Public License Version
61 * A singleton class which provides access to the Mozilla browser. Requires
68 * Mozilla mozilla = Mozilla.getInstance();
72 * File grePath = Mozilla.getGREPathWithProperties(range, null);
88 public class Mozilla implements IMozilla, IGRE, IXPCOM, IJavaXPCOMUtils,XPCOMError { class in inherits:IMozilla,IGRE,IXPCOM,IJavaXPCOMUtils,XPCOMError
90 private static Mozilla mozillaInstance = new Mozilla();
102 public static Mozilla getInstance() {
109 private Mozilla() { method in class:Mozilla
[all...]

Completed in 552 milliseconds