A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
editDistance(source, target) — Method in class net.guttershark.util.StringUtils
Levenshtein distance (editDistance) is a measure of the similarity between two strings, The distance is the number of deletions, insertions, or substitutions required to transform a source into a target.
em — Property in class net.guttershark.display.CoreClip
The EventManager singleton instance.
em — Property in class net.guttershark.display.CoreSprite
The EventManager singleton instance.
emptyString(str, message, exceptionType) — Method in class net.guttershark.util.Assertions
Assert a string as being empty (zero characters or all spaces).
encodeNumber(strNumber, digitsShown, encodeChar) — Method in class net.guttershark.util.StringUtils
Encode a credit card number as a string and encode all digits except the last digitsShown.
endsWith(input, suffix) — Method in class net.guttershark.util.StringUtils
Determines whether the specified string ends with the specified suffix.
enqueue(o) — Method in class net.guttershark.util.collections.ArrayQueue
Add an object to end of the queue.
enqueue(o) — Method in class net.guttershark.util.collections.DisplayListQueue
Add an object to end of the queue.
enqueue(o) — Method in interface net.guttershark.util.collections.IQueue
Add an object to end of the queue.
equal(value, otherValue, message, exceptionType) — Method in class net.guttershark.util.Assertions
Assert that a value is equal to another value.
equals(arr1, arr2) — Method in class net.guttershark.util.ArrayUtils
Determine if one array is identical to the other array.
equals(s1, s2, caseSensitive) — Method in class net.guttershark.util.StringUtils
Does a case insensitive compare with two strings.
equals(d:net.guttershark.util.geom:Dimension) — Method in class net.guttershark.util.geom.Dimension
Test equality between this Dimension and another Dimension.
ERROR — Constant static property in class net.guttershark.support.preloading.events.AssetErrorEvent
Defines the value of the type propert yof the assetError event type.
errorViews — Property in class net.guttershark.display.BaseFormView
A container for BaseErrorView's to show and hide during validation.
EventBroadcaster — Class in package net.guttershark.util
The EventBroadcaster is a static class, and wraps an instance of an event dispatcher.
eventHandlerFunction — Property in class net.guttershark.support.eventmanager.EventListenerDelegate
Set's the event handler function which events get passed back to in the EventManager.
EventListenerDelegate — Class in package net.guttershark.support.eventmanager
The EventListenerDelegate class is the base class for all event listener delegate classes.
EventManager — Final class in package net.guttershark.managers
The EventManager class simplifies events and provides shortcuts for event listeners for AS3 top level classes, guttershark classes, and component events on an opt-in basis.
EXABIT — Constant property in class net.guttershark.util.MathUtils
Exabit value.
exabit2bit(n) — Method in class net.guttershark.util.MathUtils
Convert exabits to bits.
EXABYTE — Constant property in class net.guttershark.util.MathUtils
Exabyte value.
exabyte2bit(n) — Method in class net.guttershark.util.MathUtils
Convert exabytes to bits.
execute() — Method in class net.guttershark.support.servicemanager.http.ServiceCall
Executes the service call (for non file uploads).
execute() — Method in class net.guttershark.support.servicemanager.remoting.RemotingCall
Execute this call.
execute() — Method in class net.guttershark.support.servicemanager.shared.BaseCall
Stub method for executing this service call.
expand(w, h) — Method in class net.guttershark.util.geom.Dimension
Expands the size of this Dimension by the specified width and height.
ExtendedTextFileFilter — Constant static property in class net.guttershark.util.FileFilters
A FileFilter containing more text extensions.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z