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  
data — Property in class net.guttershark.support.preloading.Asset
The data for this asset after the asset has been loaded.
data — Property in class net.guttershark.util.XMLLoader
The final XML data that has been loaded.
DataGridEventListenerDelegate — Final class in package net.guttershark.support.eventmanager
The DataGridEventlistenerDelegate Class implements event listener logic for DataGrid components.
date — Property in class net.guttershark.util.Utilities
The singleton instance of DateUtils.
dateDiff(d1, d2) — Method in class net.guttershark.util.DateUtils
Get the differences between two dates in milliseconds - if the second date is not provided, a new Date() is used.
dateFromDB(dbdate) — Method in class net.guttershark.util.DateUtils
Convert a DB formatted date string into a Flash Date Object.
DateUtils — Final class in package net.guttershark.util
The DateUtils class contains utility methods for working with dates.
days — Property in class net.guttershark.util.DateUtils
0 indexed array of days for use with DateUtils.getDay().
days2ms(n) — Method in class net.guttershark.util.DateUtils
Convert number of days to milliseconds.
DELETE_BTN — Constant static property in class net.guttershark.display.BaseFormView
The byte place to turn on the delete button.
deleteButton — Property in class net.guttershark.display.BaseFormView
A delete button.
dequeue() — Method in class net.guttershark.util.collections.ArrayQueue
Remove and returns the next object in the queue.
dequeue() — Method in class net.guttershark.util.collections.DisplayListQueue
Remove and returns the next object in the queue.
dequeue() — Method in interface net.guttershark.util.collections.IQueue
Remove and returns the next object in the queue.
describeType(obj) — Method in class net.guttershark.util.cache.DescribeTypeCache
Returns the type description for an object.
DescribeTypeCache — Final class in package net.guttershark.util.cache
The DescribeType classs wraps the flash.util.describeType function and caches all object descriptions so that describeType will only be called once for any object.
deselect(tf) — Method in class net.guttershark.util.TextFieldUtils
Deselect a text field.
deselectField() — Method in class net.guttershark.display.BaseFormView
Override this and do some deselect logic for the form fields.
detect() — Method in class net.guttershark.util.Bandwidth
Inititiates the bandwidth detection process.
dict — Property in class net.guttershark.util.Utilities
The singleton instance of DictionaryUtils.
DictionaryUtils — Final class in package net.guttershark.util
The DictionaryUtils class contains utility methods for working with dictionaries.
different(value, otherValue, message, exceptionType) — Method in class net.guttershark.util.Assertions
Assert that a value is defferent from another value.
Dimension — Class in package net.guttershark.util.geom
The Dimension class stores width and height dimensions and provides various methods of manipulations.
Dimension(w, h) — Constructor in class net.guttershark.util.geom.Dimension
Constructor for Dimension instances.
displace(x, y) — Method in class net.guttershark.util.geom.Point
Returns a new point based on this point with x and y offset values.
displace3D(x, y, z) — Method in class net.guttershark.util.geom.Point3D
Returns a new 3D point based on this point with x and y offset values.
display — Property in class net.guttershark.util.Utilities
The singleton instance of DisplayListUtils.
DisplayListCollection — Class in package net.guttershark.util.collections
DisplayList based Collection
DisplayListCollection(container) — Constructor in class net.guttershark.util.collections.DisplayListCollection
DisplayListCollection Constructor
DisplayListIterator — Class in package net.guttershark.util.collections
DisplayList based Iterator
DisplayListIterator(container) — Constructor in class net.guttershark.util.collections.DisplayListIterator
DisplayListIterator Constructor
DisplayListQueue — Class in package net.guttershark.util.collections
DisplayList based Queue data structure.
DisplayListQueue(container) — Constructor in class net.guttershark.util.collections.DisplayListQueue
DisplayListQueue Constructor creates a new DisplayListQueue.
DisplayListStack — Class in package net.guttershark.util.collections
DisplayList base Stack data structure.
DisplayListStack(container) — Constructor in class net.guttershark.util.collections.DisplayListStack
DisplayListStack Constructor creates a new DisplayListStack.
DisplayListUtils — Final class in package net.guttershark.util
The DisplayListUtils class contains utlility methods for display list manipulation.
dispose() — Method in class net.guttershark.control.Frame1Controller
Dispose of this frame 1 controller, you should always call super.dispose() if you override this.
dispose() — Method in class net.guttershark.control.PreloadController
Dispose of this preloadController.
dispose() — Method in class net.guttershark.display.BaseView
Override this method and write your own dispose logic.
dispose() — Method in class net.guttershark.display.CoreClip
Dispose of references to pre-defined properties.
dispose() — Method in class net.guttershark.display.CoreSprite
Dispose of references to pre-defined properties.
dispose() — Method in class net.guttershark.display.FLV
Stops playback, closes the net stream, and removes the net stream from the asset manager.
dispose() — Method in class net.guttershark.managers.AssetManager
Purge all assets from the library.
dispose() — Method in class net.guttershark.support.eventmanager.ButtonEventListenerDelegate
Dispose of this event listener delegate.
dispose() — Method in class net.guttershark.support.eventmanager.CheckboxEventListenerDelegate
Dispose of this event listener delegate.
dispose() — Method in class net.guttershark.support.eventmanager.ColorPickerEventListenerDelegate
Dispose of this event listener delegate.
dispose() — Method in class net.guttershark.support.eventmanager.ComboBoxEventListenerDelegate
Dispose of this event listener delegate.
dispose() — Method in class net.guttershark.support.eventmanager.DataGridEventListenerDelegate
Dispose of this event listener delegate.
dispose() — Method in class net.guttershark.support.eventmanager.EventListenerDelegate
Dispose of this event listener delegate.
dispose() — Method in class net.guttershark.support.eventmanager.LabelButtonEventListenerDelegate
Dispose of this event listener delegate.
dispose() — Method in class net.guttershark.support.eventmanager.UIComponentEventListenerDelegate
Dispose of this event listener delegate.
dispose() — Method in class net.guttershark.support.preloading.Asset
The dispose method only disposes of unused properties after the asset is complete / errored out, to completely dispose of the Asset, use disposeFinal
dispose() — Method in class net.guttershark.support.preloading.workers.FLVWorker
Dispose of this flv worker.
dispose() — Method in class net.guttershark.support.preloading.workers.Worker
Dispose of this worker instance.
dispose() — Method in class net.guttershark.support.servicemanager.http.Service
Dispose of this service.
dispose() — Method in class net.guttershark.support.servicemanager.http.ServiceCall
Dispose of this call.
dispose() — Method in class net.guttershark.support.servicemanager.remoting.RemotingCall
Dispose of this RemotingCall.
dispose() — Method in class net.guttershark.support.servicemanager.remoting.RemotingConnection
Dispose of this RemotingConnection.
dispose() — Method in class net.guttershark.support.servicemanager.remoting.RemotingService
Dispose of this RemotingService.
dispose() — Method in class net.guttershark.support.servicemanager.shared.BaseCall
Dispose of this service.
dispose() — Method in class net.guttershark.support.servicemanager.shared.Limiter
Dispose of this RemotingCallLimiter.
dispose() — Method in class net.guttershark.util.Bandwidth
Dispose of internal variables.
dispose() — Method in class net.guttershark.util.FrameDelay
Dispose of this FrameDelay instance.
dispose() — Method in class net.guttershark.util.QueryString
Dispose of the internally cached query string parameters.
dispose() — Method in class net.guttershark.util.XMLLoader
Closes internal loader, and disposes of internal objects in memory.
dispose() — Method in class net.guttershark.util.akamai.Ident
Dispose of this Ident instance.
dispose() — Method in class net.guttershark.util.autosuggest.AutoSuggest
Dispose of internal objects in memory.
dispose() — Method in class net.guttershark.util.autosuggest.AutoSuggestMatch
Dispose of internal objects in memory.
dispose() — Method in class net.guttershark.util.cache.Cache
Dispose of this Cache instance.
dispose() — Method in class net.guttershark.util.cache.CacheItem
Destroy this cache items internal variables.
disposeEvents(obj) — Method in class net.guttershark.managers.EventManager
A shorcut for the disposeEventsForObject method, this will used in favor of the latter in 1.0.
disposeEventsForObject(obj) — Method in class net.guttershark.managers.EventManager
Dispose of events for an object that was being managed by this event manager.
disposeEventsForObjects(... rest) — Method in class net.guttershark.managers.EventManager
Dispose of events for multiple objects.
disposeService(id) — Method in class net.guttershark.managers.ServiceManager
Dispose of a service.
DocumentController — Class in package net.guttershark.control
The DocumentController class is the document class for an FLA, it contains default startup functionality that you can hook into, and all logic is controllable through flashvars.
DocumentController() — Constructor in class net.guttershark.control.DocumentController
Constructor for DocumentController instances.
downFrame — Property in class net.guttershark.display.MovieClipButton
The frame to go to for the down state.
downSound — Property in class net.guttershark.display.MovieClipButton
The down sound to play.
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