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  
Bandwidth — Final class in package net.guttershark.util
The Bandwidth class downloads a bitmap file, and benchmarks the client's bandwidth.
Bandwidth(image, targetLowBandwidth, targetMedBandwidth) — Constructor in class net.guttershark.util.Bandwidth
Constructor for Bandwidth instances.
BaseButtonEventListenerDelegate — Final class in package net.guttershark.support.eventmanager
The BaseButtonEventListenerDelegate Class implements event listener logic for BaseButton events.
BaseCall — Class in package net.guttershark.support.servicemanager.shared
The BaseCall class is the base for any service call, and implements the base logic for attempts and timeout handling.
BaseCall(callProps) — Constructor in class net.guttershark.support.servicemanager.shared.BaseCall
Constructor for BaseCall instances.
BaseErrorView — Class in package net.guttershark.display
The BaseErrorView class provides some default functionality that might want to be used for an "error" state of a form.
BaseErrorView() — Constructor in class net.guttershark.display.BaseErrorView
Constructor for BaseErrorView instances.
BaseFormView — Class in package net.guttershark.display
The BaseFormView class defines the base form view should implement, to follow a good pattern of the most commonly used form functionality.
BaseFormView() — Constructor in class net.guttershark.display.BaseFormView
Constructor for CoreFormView instances.
BaseView — Class in package net.guttershark.display
The BaseView class is the base for any views, and provides common hooks and properties.
BaseView() — Constructor in class net.guttershark.display.BaseView
Constructor for BaseView instances.
beforeFirst(search, returnBefore) — Method in class net.guttershark.util.StringUtils
Returns everything before the first occurrence of the provided character in the string.
beforeLast(search, returnBefore) — Method in class net.guttershark.util.StringUtils
Returns everything before the last occurrence of the provided character in the string.
beginsWith(input, prefix) — Method in class net.guttershark.util.StringUtils
Determines whether the specified string begins with the specified prefix.
Benchmark — Static property in class net.guttershark.util.CPU
The actual benchmark number.
between(search, start, end) — Method in class net.guttershark.util.StringUtils
Returns everything after the first occurance of start and before the first occurrence of end in search.
BINARY — Constant static property in class net.guttershark.support.servicemanager.http.ResponseFormat
Binary.
bitmap(classIdentifier) — Method in class net.guttershark.util.FlashLibrary
Get an item in the library as a Bitmap.
bitmap — Property in class net.guttershark.util.Utilities
The singleton instance of BitmapUtils.
BitmapFileFilter — Constant static property in class net.guttershark.util.FileFilters
A FileFilter containing Bitmap extensions.
BitmapUtils — Final class in package net.guttershark.util
The BitmapUtils class has utility methods for easy access to common Bitmap operations.
BitmapWorker — Class in package net.guttershark.support.preloading.workers
The BitmapWorker class is the worker that loads all assets that are considered bitmap files.
block(p_string, p_len, p_delim) — Method in class net.guttershark.util.StringUtils
Utility method that intelligently breaks up your string, allowing you to create blocks of readable text.
blockForInput() — Method in class net.guttershark.display.BaseFormView
Override this method and implement a modal blocker, which can then be called when a sub form view is shown and this view needs to be blocked from interaction.
bringForward(target) — Method in class net.guttershark.managers.LayoutManager
Bring a display object forward 1 layer.
bringInFront(target, relativeTo) — Method in class net.guttershark.managers.LayoutManager
Bring a target display object in front of another display object.
bringToFront(target) — Method in class net.guttershark.managers.LayoutManager
Bring the target display object to the top most layer.
broadcastEvent(event) — Static method in class net.guttershark.util.EventBroadcaster
Broadcast an event.
bufferEmpty — Event in class net.guttershark.display.FLV
Dispatched when the buffer is empty.
BUFFER_EMPTY — Constant static property in class net.guttershark.support.events.FLVEvent
Buffer Empty.
bufferFlush — Event in class net.guttershark.display.FLV
Dispatched when the buffer was flushed.
BUFFER_FLUSH — Constant static property in class net.guttershark.support.events.FLVEvent
Buffer Flush.
bufferFull — Event in class net.guttershark.display.FLV
Dispatched when the buffer is full.
BUFFER_FULL — Constant static property in class net.guttershark.support.events.FLVEvent
Buffer Full.
ButtonEventListenerDelegate — Final class in package net.guttershark.support.eventmanager
The ButtonEventListenerDelegate Class implements event handling logic for Button components.
buttonMode(value, ... rest) — Method in class net.guttershark.util.SetterUtils
Set the buttonMode property on all objects provided.
BYTE — Constant property in class net.guttershark.util.MathUtils
Byte value.
byte2bit(n) — Method in class net.guttershark.util.MathUtils
Convert bytes to bits.
byte2Kilobyte(n) — Method in class net.guttershark.util.MathUtils
Convert bytes to killo bytes.
byte2Megabyte(n) — Method in class net.guttershark.util.MathUtils
Convert bytes to mega bytes
bytesLoaded — Property in class net.guttershark.support.events.FLVEvent
The current bytes loaded of the flv.
bytesTotal — Property in class net.guttershark.support.events.FLVEvent
The bytes total of the flv.
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