A B C D E F G H I J K L M N O P Q R S T U V W Z

A

addDocumentLoadListener(DocumentLoadListener) - Static method in class org.mozilla.dom.DOMAccessor
 
addDocumentLoadListener(DocumentLoadListener) - Method in interface org.mozilla.webclient.EventRegistration
Add the argument listener as a DocumentLoadListener on the current BrowserControl.
addFilter(String) - Static method in class org.mozilla.util.Debug
Sets a debug filter, for future consumption by this class, as well as other utility classes, like Log, etc.
addKeyListener(KeyListener) - Method in class org.mozilla.webclient.BrowserControlCanvas
 
addKeyListener(KeyListener) - Method in interface org.mozilla.webclient.EventRegistration2
Add the argument listener as a KeyListener for the current BrowserControl.
addMouseListener(MouseListener) - Method in class org.mozilla.webclient.BrowserControlCanvas
 
addMouseListener(MouseListener) - Method in interface org.mozilla.webclient.EventRegistration
Deprecated. This method has been replaced by leveraging the method of the same name on BrowserControlCanvas.
addNewWindowListener(NewWindowListener) - Method in interface org.mozilla.webclient.EventRegistration2
Deprecated. Use EventRegistration2.setNewWindowListener(org.mozilla.webclient.NewWindowListener) instead. Implementations must implement this method as a call to EventRegistration2.setNewWindowListener(org.mozilla.webclient.NewWindowListener) passing null, followed by a call to EventRegistration2.setNewWindowListener(org.mozilla.webclient.NewWindowListener) passing the argument listener.
addNotify() - Method in class org.mozilla.webclient.BrowserControlCanvas
Instantiate the Mozilla WebShell container.
ALL_FILTER_STRING - Static variable in class org.mozilla.util.Debug
 
applicationNameWithTimeStamp() - Static method in class org.mozilla.util.Log
 
appTerminate() - Static method in class org.mozilla.webclient.BrowserControlFactory
This method must be called when the application no longer needs to use the Webclient API for the rest of its lifetime.
appTerminate() - Method in interface org.mozilla.webclient.WebclientFactory
See BrowserControlFactory.appTerminate().
arrayContainsElement(Object[], Object) - Static method in class org.mozilla.util.Utilities
Returns "true" if the passed in array contains the passed in element.
Assert - Class in org.mozilla.util
The Assert class provides convenient means for condition testing.
assert_it(boolean, String) - Static method in class org.mozilla.util.Assert
Throws AssertionFailureException with a message of message if enabled is true and test is false; otherwise, does nothing.
assert_it(boolean) - Static method in class org.mozilla.util.Assert
Throws AssertionFailureException if enabled is true and test is false; otherwise, does nothing.
AssertionFailureException - Exception in org.mozilla.util
This exception is thrown when an Assert.assert() fails.
AssertionFailureException() - Constructor for exception org.mozilla.util.AssertionFailureException
 
AssertionFailureException(String) - Constructor for exception org.mozilla.util.AssertionFailureException
 

B

back() - Method in interface org.mozilla.webclient.History
 
BOOKMARKS_NAME - Static variable in interface org.mozilla.webclient.BrowserControl
The name of the interface for the Bookmarks API.
BROWSER_CONTROL_CANVAS_NAME - Static variable in interface org.mozilla.webclient.BrowserControl
The name of the interface for the BrowserControlCanvas that must be added to the application to show the browser window.
BROWSER_TYPE_NATIVE - Static variable in interface org.mozilla.webclient.BrowserControl
Deprecated. the type of browser implementation is derived using a services definition loaded from Utilities.getImplFromServices(java.lang.String)
BROWSER_TYPE_NON_NATIVE - Static variable in interface org.mozilla.webclient.BrowserControl
 
BrowserControl - Interface in org.mozilla.webclient
Provides a common access point for other webclient interfaces.
browserControl - Variable in class org.mozilla.webclient.NewWindowEvent
 
BrowserControlCanvas - Class in org.mozilla.webclient
 
BrowserControlCanvas() - Constructor for class org.mozilla.webclient.BrowserControlCanvas
just initialize all the ivars.
BrowserControlFactory - Class in org.mozilla.webclient
The factory from which BrowserControl instances are created.
BrowserControlICE - Interface in org.mozilla.webclient
This interface contains methods that pertain to the specific underlying browser implemantation type.
BUTTON_PRESSED_KEY - Static variable in interface org.mozilla.webclient.Prompt
 

C

CACHE_MANAGER_NAME - Static variable in interface org.mozilla.webclient.BrowserControl
The name of the interface for the cache management API.
canBack() - Method in interface org.mozilla.webclient.History
 
canForward() - Method in interface org.mozilla.webclient.History
 
CHECKBOX_STATE_KEY - Static variable in interface org.mozilla.webclient.Prompt
 
CHROME_ALL - Static variable in interface org.mozilla.webclient.NewWindowListener
 
CHROME_DEFAULT - Static variable in interface org.mozilla.webclient.NewWindowListener
 
CHROME_EXTRA - Static variable in interface org.mozilla.webclient.NewWindowListener
 
CHROME_LOCATIONBAR - Static variable in interface org.mozilla.webclient.NewWindowListener
Specifies whether to display the input field for entering URLs directly into the browser.
CHROME_MENUBAR - Static variable in interface org.mozilla.webclient.NewWindowListener
Specifies whether to display the menu bar.
CHROME_PERSONAL_TOOLBAR - Static variable in interface org.mozilla.webclient.NewWindowListener
Specifies whether to display the personal bar.
CHROME_SCROLLBARS - Static variable in interface org.mozilla.webclient.NewWindowListener
Specifies whether to display horizontal and vertical scroll bars.
CHROME_STATUSBAR - Static variable in interface org.mozilla.webclient.NewWindowListener
Specifies whether to add a status bar at the bottom of the window.
CHROME_TITLEBAR - Static variable in interface org.mozilla.webclient.NewWindowListener
Specifies whether to display a title bar for the window.
CHROME_TOOLBAR - Static variable in interface org.mozilla.webclient.NewWindowListener
Specifies whether to display the browser toolbar, making buttons such as Back, Forward, and Stop available.
CHROME_WINDOW_BORDERS - Static variable in interface org.mozilla.webclient.NewWindowListener
 
CHROME_WINDOW_CLOSE - Static variable in interface org.mozilla.webclient.NewWindowListener
 
CHROME_WINDOW_MIN - Static variable in interface org.mozilla.webclient.NewWindowListener
Specifies whether the window is minimizable.
CHROME_WINDOW_POPUP - Static variable in interface org.mozilla.webclient.NewWindowListener
 
CHROME_WINDOW_RESIZE - Static variable in interface org.mozilla.webclient.NewWindowListener
Specifies whether the window is resizable.
CHROME_WITH_POSITION - Static variable in interface org.mozilla.webclient.NewWindowListener
 
CHROME_WITH_SIZE - Static variable in interface org.mozilla.webclient.NewWindowListener
 
clearAllSelections() - Method in interface org.mozilla.webclient.CurrentPage2
Make it so the current page has nothing selected.
clearHistory() - Method in interface org.mozilla.webclient.History
 
clone() - Method in class org.mozilla.util.Range
Creates and returns an Range that is identical to this one.
containsFilter(String, String) - Static method in class org.mozilla.util.Debug
Funnel-point method, which takes a filter and an "allFiltersgMatchThisString" string.
containsFilter(String) - Static method in class org.mozilla.util.Debug
Returns true if any of the following conditions are true.
containsFilterWithPrefix(String) - Static method in class org.mozilla.util.Debug
Look for any "filter" with the specified prefix.
containsIndex(int) - Method in class org.mozilla.util.Range
Returns true if and only if index lies within this range.
containsRange(Range) - Method in class org.mozilla.util.Range
Returns true if and only if every element in otherRange is contained in this range.
copyCurrentSelectionHtmlToSystemClipboard() - Method in interface org.mozilla.webclient.CurrentPage2
Like CurrentPage.copyCurrentSelectionToSystemClipboard() but puts the html of the selection on the clipboard, instead of the plain text
copyCurrentSelectionToSystemClipboard() - Method in interface org.mozilla.webclient.CurrentPage
Copy the current selection to the system clipboard so its contents can be obtained using the standard Java Toolkit.getDefaultToolkit().getSystemClipboard() method.
count - Variable in class org.mozilla.util.Range
The length of the range
createWindow(int, Rectangle) - Method in interface org.mozilla.webclient.WindowControl
 
CURRENT_PAGE_NAME - Static variable in interface org.mozilla.webclient.BrowserControl
The name of the interface for the CurrentPage API.
CurrentPage - Interface in org.mozilla.webclient
Get information about and perform operations on the page currently being shown in the BrowserControlCanvas for the BrowserControl instance from which this CurrentPage instance was obtained.
CurrentPage2 - Interface in org.mozilla.webclient
Extended current page functionality.
currentTimeString(boolean, boolean) - Static method in class org.mozilla.util.Utilities
Can return a string of the form "5:35:09pm", as opposed to "17:35:09" If "useTwentyFourHourTime" is "true", returns time in the form "17:35:09" If "showAMPMIndicator" is "true" it will include the "am" or "pm" text, otherwise it won't.

D

Debug - Class in org.mozilla.util
Vendor of debug "filter" strings set & queried by clients.
Debug() - Constructor for class org.mozilla.util.Debug
 
delete() - Method in class org.mozilla.webclient.ImplObject
I know Java has automatic garbage collection and all, but explicitly adding a delete method helps the gc algorithm out.
deleteBrowserControl(BrowserControl) - Static method in class org.mozilla.webclient.BrowserControlFactory
Delete a BrowserControl instance created with BrowserControlFactory.newBrowserControl().
deleteBrowserControl(BrowserControl) - Method in interface org.mozilla.webclient.WebclientFactory
See BrowserControlFactory.deleteBrowserControl(org.mozilla.webclient.BrowserControl).
DocumentLoadEvent - Class in org.mozilla.webclient
Event class for the DocumentLoadListener interface.
DocumentLoadEvent(Object, long, Object) - Constructor for class org.mozilla.webclient.DocumentLoadEvent
Create a new DocumentLoadListener instance.
DocumentLoadListener - Interface in org.mozilla.dom
 
DocumentLoadListener - Interface in org.mozilla.webclient
The WebclientEventListener.eventDispatched(org.mozilla.webclient.WebclientEvent) method is passed a DocumentLoadEvent instance.
DOMAccessor - Class in org.mozilla.dom
 
DOMAccessor() - Constructor for class org.mozilla.dom.DOMAccessor
 
DOMTreeDumper - Class in org.mozilla.dom.util
 
DOMTreeDumper() - Constructor for class org.mozilla.dom.util.DOMTreeDumper
 
DOMTreeDumper(boolean) - Constructor for class org.mozilla.dom.util.DOMTreeDumper
 
DOMTreeDumper(String) - Constructor for class org.mozilla.dom.util.DOMTreeDumper
 
DOMTreeDumper(String, boolean) - Constructor for class org.mozilla.dom.util.DOMTreeDumper
 
dumpToFile(String, Document) - Method in class org.mozilla.dom.util.DOMTreeDumper
 
dumpToStream(PrintStream, Document) - Method in class org.mozilla.dom.util.DOMTreeDumper
 

E

EDIT_FIELD_1_KEY - Static variable in interface org.mozilla.webclient.Prompt
 
EDIT_FIELD_2_KEY - Static variable in interface org.mozilla.webclient.Prompt
 
elapsedTime(String) - Static method in class org.mozilla.util.Debug
Identical to the "elapsedTime(String logMessage, String aFilter)" method, except it will only show the message if the filter "TIMING" exists in Debug's filter list.
elapsedTime(String, String) - Static method in class org.mozilla.util.Debug
This method does absolutely nothing unless one or more of the following conditions are met.
elapsedTimeSinceElapsedTime() - Static method in class org.mozilla.util.Debug
Returns the elapsed time since this class was initialized.
elapsedTimeSinceInitialization() - Static method in class org.mozilla.util.Debug
Returns the elapsed time since this class was initialized.
elapsedTimeSinceStartTime() - Static method in class org.mozilla.util.Debug
Returns the elapsed time since the preceeding startTiming() call.
enabled - Static variable in class org.mozilla.util.Assert
True if failed assertions should raise exceptions, or false if they should do nothing.
enableTimestampPrefix(boolean) - Static method in class org.mozilla.util.Log
Incrememnts or decrements whether or not to prefix logged messages with a timestamp.
END_DOCUMENT_LOAD_EVENT_MASK - Static variable in class org.mozilla.webclient.DocumentLoadEvent
The type of the event to indicate the end of a document load.
END_URL_LOAD_EVENT_MASK - Static variable in class org.mozilla.webclient.DocumentLoadEvent
If the current document is a compound document, this event will be generated, indicating the end of a URL load within a document load for that compound document.
endDocumentLoad(String, int, Document) - Method in interface org.mozilla.dom.DocumentLoadListener
 
endDocumentLoad(String, int, long) - Static method in class org.mozilla.dom.DOMAccessor
 
endDocumentLoad(String, int, Document) - Method in class org.mozilla.dom.util.GenericDocLoadListener
 
endsWithIgnoringCase(String, String) - Static method in class org.mozilla.util.Utilities
Case insensitive String.endsWith()
endURLLoad(String, int, Document) - Method in interface org.mozilla.dom.DocumentLoadListener
 
endURLLoad(String, int, long) - Static method in class org.mozilla.dom.DOMAccessor
 
endURLLoad(String, int, Document) - Method in class org.mozilla.dom.util.GenericDocLoadListener
 
equals(Object) - Method in class org.mozilla.util.Range
Returns true if and only if otherRange is an Range with the same start and count as this range.
EVENT_REGISTRATION_NAME - Static variable in interface org.mozilla.webclient.BrowserControl
The name of the interface for the EventRegistration API.
eventDispatched(WebclientEvent) - Method in interface org.mozilla.webclient.WebclientEventListener
This method will be called by the browser when a particular event occurs.
EventRegistration - Interface in org.mozilla.webclient
Allow the user to add and remove listeners on the current BrowserControl instance.
EventRegistration2 - Interface in org.mozilla.webclient
Extended event registration features.
EXTENDED_EVENT_REGISTRATION_NAME - Static variable in interface org.mozilla.webclient.BrowserControl
The name of the interface for the EventRegistration2 API.

F

FETCH_INTERRUPT_EVENT_MASK - Static variable in class org.mozilla.webclient.DocumentLoadEvent
This event indicates the current fetch was interrupted.
find(String, boolean, boolean) - Method in interface org.mozilla.webclient.CurrentPage2
Enhanced version of CurrentPage.findInPage(java.lang.String, boolean, boolean) that allows the caller to discover the result of the find.
findInPage(String, boolean, boolean) - Method in interface org.mozilla.webclient.CurrentPage
Deprecated. this method has been replaced by CurrentPage2.find(java.lang.String, boolean, boolean).
findNext() - Method in interface org.mozilla.webclient.CurrentPage2
Enhanced version of CurrentPage.findNextInPage() that allows the caller to discover the result of the find.
findNextInPage() - Method in interface org.mozilla.webclient.CurrentPage
Deprecated. this method has been replaced by CurrentPage2.findNext().
forward() - Method in interface org.mozilla.webclient.History
 

G

GenericDocLoadListener - Class in org.mozilla.dom.util
 
GenericDocLoadListener() - Constructor for class org.mozilla.dom.util.GenericDocLoadListener
 
GenericDocLoadListener(String) - Constructor for class org.mozilla.dom.util.GenericDocLoadListener
 
GenericDocLoadListener(PrintStream) - Constructor for class org.mozilla.dom.util.GenericDocLoadListener
 
GenericDocLoadListener(String, PrintStream) - Constructor for class org.mozilla.dom.util.GenericDocLoadListener
 
GenericEventListener - Class in org.mozilla.dom.util
 
GenericEventListener() - Constructor for class org.mozilla.dom.util.GenericEventListener
 
GenericEventListener(String) - Constructor for class org.mozilla.dom.util.GenericEventListener
 
GenericEventListener(PrintStream) - Constructor for class org.mozilla.dom.util.GenericEventListener
 
GenericEventListener(String, PrintStream) - Constructor for class org.mozilla.dom.util.GenericEventListener
 
getApplicationName() - Static method in class org.mozilla.util.Log
Returns the applicationName set by "setApplicationName()"
getApplicationVersion() - Static method in class org.mozilla.util.Log
Returns the applicationVersion set by "setApplicationVersion()"
getApplicationVersionDate() - Static method in class org.mozilla.util.Log
Returns the applicationVersion set by "setApplicationVersionDate()"
getBackList() - Method in interface org.mozilla.webclient.History
 
getBoundsRelativeToWindow() - Method in class org.mozilla.webclient.BrowserControlCanvas
 
getBrowserControl() - Method in class org.mozilla.webclient.ImplObject
 
getBrowserControl() - Method in class org.mozilla.webclient.NewWindowEvent
 
getConstrainedInt(int) - Method in class org.mozilla.util.Range
Returns a number guaranteed to be within this range, including endpoints
getCount() - Method in class org.mozilla.util.Range
Returns the number of elements in this range.
getCurrentHistoryIndex() - Method in interface org.mozilla.webclient.History
 
getCurrentURL() - Method in interface org.mozilla.webclient.CurrentPage
Return the URL of the document currently showing.
getDocumentLoadListener() - Method in class org.mozilla.dom.util.GenericDocLoadListener
 
getDOM() - Method in interface org.mozilla.webclient.CurrentPage
Return a W3C DOM Document of the document currently showing.
getEnd() - Method in class org.mozilla.util.Range
Returns the the last index contained within the range.
getEndContainer() - Method in interface org.mozilla.webclient.Selection
Get the Node that contains the end of this selection.
getEndOffset() - Method in interface org.mozilla.webclient.Selection
Get the offset to which the selection ends within the endContainer.
getEventCoordsLocalToWindow(MouseEvent) - Method in class org.mozilla.webclient.BrowserControlCanvas
 
getEventData() - Method in class org.mozilla.webclient.WebclientEvent
Return the event data for this event.
getForwardList() - Method in interface org.mozilla.webclient.History
 
getHashCode(Object) - Static method in class org.mozilla.util.Debug
Returns a String containing the hexadecimal hashCode of the passed in object, of the form: "0x0000".
getHistory() - Method in interface org.mozilla.webclient.History
 
getHistoryEntry(int) - Method in interface org.mozilla.webclient.History
 
getHistoryLength() - Method in interface org.mozilla.webclient.History
 
getImplFromServices(String) - Static method in class org.mozilla.util.Utilities
This method tries to load the resource META-INF/services/<interfaceClassName>, where <interfaceClassName> is the argument to this method.
getInstance() - Static method in class org.mozilla.webclient.BrowserControlFactory
This method enables separating the webclient interface from its implementation via the Utilities.getImplFromServices(java.lang.String) method.
getLastAccessTime() - Method in interface org.mozilla.webclient.HistoryEntry
 
getLogger(String) - Static method in class org.mozilla.util.Log
 
getMax() - Method in class org.mozilla.util.Range
Returns the max index (the index at start + count).
getNameAndHashCode(Object) - Static method in class org.mozilla.util.Debug
Returns a String containing the class name and hexadecimal hashCode of the passed in object, of the form: "fully.qualified.ClassName[0x0000]".
getNativeWebShell() - Method in interface org.mozilla.webclient.WindowControl
 
getNodeByHandle(long) - Static method in class org.mozilla.dom.DOMAccessor
 
getNumberOfAccesses() - Method in interface org.mozilla.webclient.HistoryEntry
 
getPackageName(Class) - Static method in class org.mozilla.util.Utilities
 
getPageInfo() - Method in interface org.mozilla.webclient.CurrentPage
Unimplemented Return meta-information for the current page.
getResourceBundle(String) - Static method in class org.mozilla.util.Utilities
This method is a simpler alternative to ResourceLoader.loadResourceBundle.
getSelection() - Method in interface org.mozilla.webclient.CurrentPage2
Return a Selection instance for the current selection.
getSource() - Method in interface org.mozilla.webclient.CurrentPage
Return the source for the current page as a String.
getSourceBytes() - Method in interface org.mozilla.webclient.CurrentPage
Return the source for the current page as a byte array.
getStart() - Method in class org.mozilla.util.Range
Returns the start index of the range.
getStartContainer() - Method in interface org.mozilla.webclient.Selection
Get the Node that contains the start of this selection.
getStartOffset() - Method in interface org.mozilla.webclient.Selection
Get the offset to which the selection starts within the startContainer.
getStormBase() - Method in interface org.mozilla.webclient.BrowserControlICE
 
getTopLevelParent(Component) - Static method in class org.mozilla.util.Utilities
Uses "getParent()" to find this Component's top-level ancestor.
getType() - Method in class org.mozilla.webclient.WebclientEvent
Return the type of this event.
getURL() - Method in interface org.mozilla.webclient.HistoryEntry
 
getURLForIndex(int) - Method in interface org.mozilla.webclient.History
 
getViewPort() - Method in interface org.mozilla.webclient.BrowserControlICE
 
getWebclientEvent() - Method in class org.mozilla.webclient.WCKeyEvent
 
getWebclientEvent() - Method in class org.mozilla.webclient.WCMouseEvent
 
getWebShell() - Method in class org.mozilla.webclient.BrowserControlCanvas
 
getWindow() - Method in class org.mozilla.webclient.BrowserControlCanvas
Create the Native gtk window and get it's handle
getWindowBounds() - Method in class org.mozilla.webclient.BrowserControlCanvas
 
greaterThan(int, int) - Static method in class org.mozilla.util.ParameterCheck
Throws RangeException if 'anInt' is not greater than 'minimum'; otherwise, does nothing.
greaterThan(double, double) - Static method in class org.mozilla.util.ParameterCheck
Throws RangeException if 'aDouble' is not greater than 'minimum'; otherwise, does nothing.

H

handleEvent(Event) - Method in class org.mozilla.dom.util.GenericEventListener
This method is called whenever an event occurs of the type for which the EventListener interface was registered.
hashCode() - Method in class org.mozilla.util.Range
Overridden because equals() is overridden.
HELP_FILTER_STRING - Static variable in class org.mozilla.util.Debug
 
highlightSelection(Selection) - Method in interface org.mozilla.webclient.CurrentPage2
Take the argument Selection and highlight it in the current page.
History - Interface in org.mozilla.webclient
 
HISTORY_NAME - Static variable in interface org.mozilla.webclient.BrowserControl
The name of the interface for the History API.
HistoryEntry - Interface in org.mozilla.webclient
 

I

ImplObject - Class in org.mozilla.webclient
This is the base class for all implementations of the BrowserControl interfaces.
ImplObject(BrowserControl) - Constructor for class org.mozilla.webclient.ImplObject
 
init(String, Node, Node, int, int) - Method in interface org.mozilla.webclient.Selection
Initialize this Selection object.
initialize() - Static method in class org.mozilla.dom.DOMAccessor
 
initialize(BrowserControl) - Method in class org.mozilla.webclient.BrowserControlCanvas
 
intersectsWithRange(Range) - Method in class org.mozilla.util.Range
Returns true if and only if otherRange intersects with this range.
isAdjacentToRange(Range) - Method in class org.mozilla.util.Range
Returns true if and only if otherRange is adjacent to this range; two ranges are adjacent if the max of one range is equal to the start of the other.
isAfterIndex(int) - Method in class org.mozilla.util.Range
Returns true if and only if the start index of this range is greater than index.
isAfterRange(Range) - Method in class org.mozilla.util.Range
Returns true if this range is after otherRange and the two ranges do not overlap.
isBeforeIndex(int) - Method in class org.mozilla.util.Range
Return true if and only if the end index of this range is less than index.
isBeforeRange(Range) - Method in class org.mozilla.util.Range
Returns true if and only if this range is before otherRange and the two ranges do not overlap.
isFalse(boolean, String) - Static method in class org.mozilla.util.ParameterCheck
Identical to isTrue, except the test is inverted.
isMutable() - Method in class org.mozilla.util.Range
Returns true only if this instance can change after it is created.
isTrue(boolean, String) - Static method in class org.mozilla.util.ParameterCheck
Throws IllegalArgumentException if 'generalTest' is false; otherwise, does nothing.
isValid() - Method in interface org.mozilla.webclient.Selection
Test if the selection properties have been set.

J

JavaDOMPermission - Class in org.mozilla.dom
 
JavaDOMPermission(String) - Constructor for class org.mozilla.dom.JavaDOMPermission
 
JavaDOMPermission(String, String) - Constructor for class org.mozilla.dom.JavaDOMPermission
 

K

keepWaiting - Static variable in class org.mozilla.util.Debug
 

L

lessThan(int, int) - Static method in class org.mozilla.util.ParameterCheck
Throws RangeException if 'anInt' is not less than 'maximum'; otherwise, does nothing.
lessThan(double, double) - Static method in class org.mozilla.util.ParameterCheck
Throws RangeException if 'aDouble' is not less than 'maximum'; otherwise, does nothing.
LOAD_FORCE_RELOAD - Static variable in interface org.mozilla.webclient.Navigation
 
LOAD_NORMAL - Static variable in interface org.mozilla.webclient.Navigation
These flags can be or'd together for the argument to refresh().
loadFromStream(InputStream, String, String, int, Properties) - Method in interface org.mozilla.webclient.Navigation
 
loadURL(String) - Method in interface org.mozilla.webclient.Navigation
 
Log - Class in org.mozilla.util
Logging facility.
Log() - Constructor for class org.mozilla.util.Log
 
LOG - Static variable in class org.mozilla.util.Log
 
log(Object) - Static method in class org.mozilla.util.Log
Writes "infoMessage" to stdout, prefixed by the string "ApplicationName: "
LOG_STRINGS - Static variable in class org.mozilla.util.Log
 
logDebugMessage(Object, String) - Static method in class org.mozilla.util.Log
Funnel-point method for printing debug messages.
logDebugMessage(Object) - Static method in class org.mozilla.util.Log
Equivalent to calling "logDebugMessage(debugMessage, "ALL")".
logDebugMessage(Object, boolean) - Static method in class org.mozilla.util.Log
Log a message when "aCondition" is true, otherwise be silent.
logDebugMessage(Object, Object, boolean) - Static method in class org.mozilla.util.Log
Log a message when "aCondition" is true, otherwise be silent.
logDebugMessage(Object, Object) - Static method in class org.mozilla.util.Log
Equivalent to calling "logDebugMessage(anInstance, debugMessage, "ALL")".
logDebugMessage(Object, Object, String) - Static method in class org.mozilla.util.Log
Writes "debugMessage" to stderr, prefixed by the string "ApplicationName: ClassName[0xhashCode]: " *
logError(Object) - Static method in class org.mozilla.util.Log
Writes "errorMessage" to stderr, prefixed by the string "ApplicationName error: "
logErrorMessage(Object) - Static method in class org.mozilla.util.Log
Writes "errorMessage" to stderr, prefixed by the string "ApplicationName: "
LOGGER - Static variable in class org.mozilla.util.Log
 

M

MOUSE_CLICK_EVENT_MASK - Static variable in class org.mozilla.webclient.WCMouseEvent
 
MOUSE_DOUBLE_CLICK_EVENT_MASK - Static variable in class org.mozilla.webclient.WCMouseEvent
 
MOUSE_DOWN_EVENT_MASK - Static variable in class org.mozilla.webclient.WCMouseEvent
 
MOUSE_OUT_EVENT_MASK - Static variable in class org.mozilla.webclient.WCMouseEvent
 
MOUSE_OVER_EVENT_MASK - Static variable in class org.mozilla.webclient.WCMouseEvent
 
MOUSE_UP_EVENT_MASK - Static variable in class org.mozilla.webclient.WCMouseEvent
 
moveWindowTo(int, int) - Method in interface org.mozilla.webclient.WindowControl
 

N

Navigation - Interface in org.mozilla.webclient
 
Navigation2 - Interface in org.mozilla.webclient
 
NAVIGATION_NAME - Static variable in interface org.mozilla.webclient.BrowserControl
The name of the interface for the Navigation API.
newBrowserControl() - Static method in class org.mozilla.webclient.BrowserControlFactory
Create, initialize, and return a new BrowserControl instance.
newBrowserControl() - Method in interface org.mozilla.webclient.WebclientFactory
See BrowserControlFactory.newBrowserControl().
NewWindowEvent - Class in org.mozilla.webclient
 
NewWindowEvent(Object, long, Object) - Constructor for class org.mozilla.webclient.NewWindowEvent
 
NewWindowListener - Interface in org.mozilla.webclient
This interface allows the implementer to be notified of NewWindowEvents that occur as a result of user browsing.
noGreaterThan(int, int) - Static method in class org.mozilla.util.ParameterCheck
Throws RangeException if 'anInt' is greater than 'maximum'; otherwise, does nothing.
noGreaterThan(double, double) - Static method in class org.mozilla.util.ParameterCheck
Throws RangeException if 'aDouble' is greater than 'maximum'; otherwise, does nothing.
noLessThan(int, int) - Static method in class org.mozilla.util.ParameterCheck
Throws RangeException if 'anInt' is less than 'minimum'; otherwise, does nothing.
noLessThan(double, double) - Static method in class org.mozilla.util.ParameterCheck
Throws RangeException if 'aDouble' is less than 'minimum'; otherwise, does nothing.
nonNull(Object) - Static method in class org.mozilla.util.ParameterCheck
Throws IllegalArgumentException if 'anObject' is null; otherwise, does nothing.
notEmpty(String) - Static method in class org.mozilla.util.ParameterCheck
Throws IllegalArgumentException if 'aString' is null or if 'aString' is an empty string; otherwise, does nothing.

O

org.mozilla.dom - package org.mozilla.dom
Classes to access access and manipulate the W3C DOM of the current page.
org.mozilla.dom.util - package org.mozilla.dom.util
DOM Utilities.
org.mozilla.util - package org.mozilla.util
Application utilities.
org.mozilla.webclient - package org.mozilla.webclient
The Webclient public API.
overlapWithRange(Range) - Method in class org.mozilla.util.Range
Returns the number of elements that are in both this range and otherRange.

P

PageInfoListener - Interface in org.mozilla.webclient
This DocumentLoadListener subclass adds the ability to get detailed information on each event.
ParameterCheck - Class in org.mozilla.util
ParameterCheck provides convenient means for parameter checking.
PASSWORD_KEY - Static variable in interface org.mozilla.webclient.Prompt
 
post(String, String, String, String) - Method in interface org.mozilla.webclient.Navigation2
 
prefChanged(String, Object) - Method in interface org.mozilla.webclient.PrefChangedCallback
 
PrefChangedCallback - Interface in org.mozilla.webclient
 
PREFERENCES_NAME - Static variable in interface org.mozilla.webclient.BrowserControl
The name of the interface for the Preferences API.
print() - Method in interface org.mozilla.webclient.CurrentPage2
Pop up a native print dialog to allow the user to print the current page.
PRINT_NAME - Static variable in interface org.mozilla.webclient.BrowserControl
The name of the interface for the Print API.
printPreview(boolean) - Method in interface org.mozilla.webclient.CurrentPage2
Turn the browser into print preview mode depending on the value of the argument preview.
printTime(String, String) - Static method in class org.mozilla.util.Debug
Print time since start of app, and time since the last time this method was called.
PROFILE_MANAGER_NAME - Static variable in interface org.mozilla.webclient.BrowserControl
The name of the interface for the ProfileManager API.
PROGRESS_FILTER_STRING - Static variable in class org.mozilla.util.Debug
 
PROGRESS_URL_LOAD_EVENT_MASK - Static variable in class org.mozilla.webclient.DocumentLoadEvent
This event indicates a progress message from the browser.
progressURLLoad(String, int, int, Document) - Method in interface org.mozilla.dom.DocumentLoadListener
 
progressURLLoad(String, int, int, long) - Static method in class org.mozilla.dom.DOMAccessor
 
progressURLLoad(String, int, int, Document) - Method in class org.mozilla.dom.util.GenericDocLoadListener
 
Prompt - Interface in org.mozilla.webclient
The custom app must implement this interface in order to supply the underlying browser with basic authentication behavior.
promptUsernameAndPassword(String, String, String, int, Properties) - Method in interface org.mozilla.webclient.Prompt
Puts up a username/password dialog with OK and Cancel buttons.

Q

queryInterface(String) - Method in interface org.mozilla.webclient.BrowserControl
Obtain a reference to a class implementing the argument interfaceName.

R

Range - Class in org.mozilla.util
An Range is an object representing a range of integer values.
Range(Range) - Constructor for class org.mozilla.util.Range
Creates an instance of Range from another Range object otherRange which must be non-null.
Range(int, int) - Constructor for class org.mozilla.util.Range
Creates an instance of Range with a start index newStart and an extent newCount.
RangeException - Exception in org.mozilla.util
An RangeException is an exception that is thrown when a value is outside of its acceptable range.
RangeException() - Constructor for exception org.mozilla.util.RangeException
Constructs an exception with no error string.
RangeException(String) - Constructor for exception org.mozilla.util.RangeException
Constructs an exception with an error string.
rangeFromIntersection(Range) - Method in class org.mozilla.util.Range
Returns the intersection of this range and otherRange.
rangeFromUnion(Range) - Method in class org.mozilla.util.Range
Returns the union of this range and otherRange.
rangeShiftedByOffset(int) - Method in class org.mozilla.util.Range
Returns this range, with its start shifted by offset.
rangeWithinBounds(Range, int, int) - Static method in class org.mozilla.util.ParameterCheck
Throws RangeException if 'aRange' is not completely between 'minimum' and 'maximum', inclusive; otherwise, does nothing.
rangeWithinCount(Range, int) - Static method in class org.mozilla.util.ParameterCheck
Throws RangeException if 'aRange' is not completely within a sequence that starts at 0 and has a length of 'count'; otherwise does nothing.
rangeWithinString(Range, String) - Static method in class org.mozilla.util.ParameterCheck
Checks a string and a range which is intended to indicate a substring.
refresh(long) - Method in interface org.mozilla.webclient.Navigation
 
removeAllFilters() - Static method in class org.mozilla.util.Debug
Removes all filters from the list of filters.
removeAllWhitespace(String) - Static method in class org.mozilla.util.Utilities
Removes leading, trailing, and internal whitespace from the passed-in string.
removeDocumentLoadListener(DocumentLoadListener) - Static method in class org.mozilla.dom.DOMAccessor
 
removeDocumentLoadListener(DocumentLoadListener) - Method in interface org.mozilla.webclient.EventRegistration
Remove the argument listener as a DocumentLoadListener on the current BrowserControl.
removeFilter(String) - Static method in class org.mozilla.util.Debug
Removes the specified filter from the list of filters.
removeFocus() - Method in interface org.mozilla.webclient.WindowControl
 
removeKeyListener(KeyListener) - Method in class org.mozilla.webclient.BrowserControlCanvas
 
removeKeyListener(KeyListener) - Method in interface org.mozilla.webclient.EventRegistration2
Remove the argument listener from the current BrowserControl.
removeMouseListener(MouseListener) - Method in class org.mozilla.webclient.BrowserControlCanvas
 
removeMouseListener(MouseListener) - Method in interface org.mozilla.webclient.EventRegistration
Deprecated. This method has been replaced by leveraging the method of the same name on BrowserControlCanvas.
removeNewWindowListener(NewWindowListener) - Method in interface org.mozilla.webclient.EventRegistration2
Deprecated. Use EventRegistration2.setNewWindowListener(org.mozilla.webclient.NewWindowListener) passing null.
repaint(boolean) - Method in interface org.mozilla.webclient.WindowControl
 
resetFind() - Method in interface org.mozilla.webclient.CurrentPage
Reset the find so that the next find starts from the beginning or end of the page.

S

selectAll() - Method in interface org.mozilla.webclient.CurrentPage
Tell the underlying browser to select all text in the current page.
Selection - Interface in org.mozilla.webclient
Selection is more like a DOM Range object which represents a portion of a document or a document fragment.
setAppData(String) - Static method in class org.mozilla.webclient.BrowserControlFactory
Initialize the webclient API passing in the path to the browser binary, if necessary.
setAppData(String, String) - Static method in class org.mozilla.webclient.BrowserControlFactory
Deprecated. Use BrowserControlFactory.setAppData(java.lang.String) instead.
setAppData(String) - Method in interface org.mozilla.webclient.WebclientFactory
See BrowserControlFactory.setAppData(java.lang.String).
setApplicationName(String) - Static method in class org.mozilla.util.Log
This string will be prepended to all output from this class.
setApplicationVersion(String) - Static method in class org.mozilla.util.Log
 
setApplicationVersionDate(String) - Static method in class org.mozilla.util.Log
 
setBounds(int, int, int, int) - Method in class org.mozilla.webclient.BrowserControlCanvas
 
setBounds(Rectangle) - Method in class org.mozilla.webclient.BrowserControlCanvas
 
setBounds(Rectangle) - Method in interface org.mozilla.webclient.WindowControl
 
setBrowserControl(BrowserControl) - Method in class org.mozilla.webclient.NewWindowEvent
 
setCurrentHistoryIndex(int) - Method in interface org.mozilla.webclient.History
 
setEnabled(boolean) - Static method in class org.mozilla.util.Assert
Sets enabled to newEnabled.
setFocus() - Method in interface org.mozilla.webclient.WindowControl
 
setICEProps(Object, Object) - Method in interface org.mozilla.webclient.BrowserControlICE
These 3 methods, setICEProps, getStormBase and getViewPort are for Webclient embedding the ICE browser.
setNewWindowListener(NewWindowListener) - Method in interface org.mozilla.webclient.EventRegistration2
Set the argument listener as the one and only NewWindowListener for the current BrowserControl.
setProfile(String) - Static method in class org.mozilla.webclient.BrowserControlFactory
If called before the first BrowserControl has been created, set the name of the profile to use for this browser session.
setProfile(String) - Method in interface org.mozilla.webclient.WebclientFactory
See BrowserControlFactory.setProfile(java.lang.String).
setPrompt(Prompt) - Method in interface org.mozilla.webclient.Navigation
Gives this Navigation instance the ability to call back the custom app when a site with basic authentication, cookies, etc, is encountered.
setVisible(boolean) - Method in class org.mozilla.webclient.BrowserControlCanvas
 
setVisible(boolean) - Method in interface org.mozilla.webclient.WindowControl
 
start - Variable in class org.mozilla.util.Range
The start index of the range
START_DOCUMENT_LOAD_EVENT_MASK - Static variable in class org.mozilla.webclient.DocumentLoadEvent
The type of the event to indicate the start of a document load.
START_URL_LOAD_EVENT_MASK - Static variable in class org.mozilla.webclient.DocumentLoadEvent
If the current document is a compound document, this event will be generated, indicating the start of a URL load within a document load for that compound document.
startDocumentLoad(String) - Method in interface org.mozilla.dom.DocumentLoadListener
 
startDocumentLoad(String) - Static method in class org.mozilla.dom.DOMAccessor
 
startDocumentLoad(String) - Method in class org.mozilla.dom.util.GenericDocLoadListener
 
startTiming() - Static method in class org.mozilla.util.Debug
Starts a timer which can be stopped using one of the "stopTiming()" methods.
startTiming(String) - Static method in class org.mozilla.util.Debug
Identical to the "startTiming(String logMessage, String aFilter)" method, except it will only show the message if the filter "TIMING" exists in Debug's filter list.
startTiming(String, String) - Static method in class org.mozilla.util.Debug
This method does absolutely nothing unless one or more of the following conditions are met.
startURLLoad(String, String, Document) - Method in interface org.mozilla.dom.DocumentLoadListener
 
startURLLoad(String, String, long) - Static method in class org.mozilla.dom.DOMAccessor
 
startURLLoad(String, String, Document) - Method in class org.mozilla.dom.util.GenericDocLoadListener
 
STATUS_URL_LOAD_EVENT_MASK - Static variable in class org.mozilla.webclient.DocumentLoadEvent
This event indicates a status message from the browser.
statusURLLoad(String, String, Document) - Method in interface org.mozilla.dom.DocumentLoadListener
 
statusURLLoad(String, String, long) - Static method in class org.mozilla.dom.DOMAccessor
 
statusURLLoad(String, String, Document) - Method in class org.mozilla.dom.util.GenericDocLoadListener
 
stop() - Method in interface org.mozilla.webclient.Navigation
 
stringFromVector(Vector, String) - Static method in class org.mozilla.util.Utilities
Creates a String by combining the elements of aVector.

T

TIMING_FILTER_STRING - Static variable in class org.mozilla.util.Debug
 
toString() - Method in class org.mozilla.util.Range
Returns a String representation of this Range.
toString() - Method in interface org.mozilla.webclient.Selection
Get the text representation of this Selection object.

U

UnimplementedException - Exception in org.mozilla.webclient
 
UnimplementedException() - Constructor for exception org.mozilla.webclient.UnimplementedException
 
UnimplementedException(String) - Constructor for exception org.mozilla.webclient.UnimplementedException
 
universalDialog(String, String, String, String, String, String, String, String, String, String, int, int, boolean, Properties) - Method in interface org.mozilla.webclient.Prompt
Tells the custom app to put up a modal dialog using the information in the params for the dialog ui.
UNKNOWN_CONTENT_EVENT_MASK - Static variable in class org.mozilla.webclient.DocumentLoadEvent
This event indicates the browser encountered an unknown content that it does not know how to display.
USER_NAME_KEY - Static variable in interface org.mozilla.webclient.Prompt
 
Utilities - Class in org.mozilla.util
 
Utilities() - Constructor for class org.mozilla.util.Utilities
 

V

vectorFromArray(Object[]) - Static method in class org.mozilla.util.Utilities
Convert an Array into a Vector.
vectorFromString(String, String) - Static method in class org.mozilla.util.Utilities
Take the given string and chop it up into a series of strings on "delimiter" boundries.
vectorsAreEqual(Vector, Vector) - Static method in class org.mozilla.util.Utilities
Amazing that "Vector" does not override Object's "equals()" method to do this itself!

W

waitForDebugger() - Static method in class org.mozilla.util.Debug
Wait until a debugger attaches.
WCKeyEvent - Class in org.mozilla.webclient
 
WCKeyEvent(Component, int, long, int, int, char, WebclientEvent) - Constructor for class org.mozilla.webclient.WCKeyEvent
Creates a new instance of WCKeyEvent
WCMouseEvent - Class in org.mozilla.webclient
This java.awt.event.MouseEvent subclass allows the user to access the WebclientEvent.
WCMouseEvent(Component, int, long, int, int, int, int, boolean, WebclientEvent) - Constructor for class org.mozilla.webclient.WCMouseEvent
 
WebclientEvent - Class in org.mozilla.webclient
Base event class for browser specific events coming from the browser.
WebclientEvent(Object, long, Object) - Constructor for class org.mozilla.webclient.WebclientEvent
Construct a new instance with the given source, type, and eventData.
WebclientEventListener - Interface in org.mozilla.webclient
The base interface for many, but not all, events coming from the browser.
WebclientFactory - Interface in org.mozilla.webclient
Do per-app one-time initialization and shutdown, as well as being the factory for per-window BrowserControl instances.
WINDOW_CONTROL_NAME - Static variable in interface org.mozilla.webclient.BrowserControl
The name of the interface for the WindowControl API.
WindowControl - Interface in org.mozilla.webclient
 
withinCount(int, int) - Static method in class org.mozilla.util.ParameterCheck
Throws RangeException if 'anInt' is not within a sequence that starts at 0 and has a length of 'count'; otherwise does nothing.
withinRange(int, int, int) - Static method in class org.mozilla.util.ParameterCheck
Throws RangeException if 'anInt' is less than 'minimum' or greater than 'maximum'; otherwise, does nothing.
withinRange(double, double, double) - Static method in class org.mozilla.util.ParameterCheck
Throws RangeException if 'aDouble' is less than 'minimum' or greater than 'maximum'; otherwise, does nothing.
withinRange(int, Range) - Static method in class org.mozilla.util.ParameterCheck
Throws RangeException if 'anInt' is not within 'aRange'; otherwise, does nothing.

Z

ZeroRange - Static variable in class org.mozilla.util.Range
A zero range

A B C D E F G H I J K L M N O P Q R S T U V W Z

Copyright © 2002-2005 Mozilla.org All Rights Reserved.