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  
handleEvent — Property in class net.guttershark.support.eventmanager.EventListenerDelegate
A function reference on EventManager.
handleEvents(obj, callbackDelegate, callbackPrefix, returnEventObjects, cycleThroughTracking, cycleAllThroughTracking, trackingID) — Method in class net.guttershark.managers.EventManager
Add auto event handling for the target object.
handleEventsForObjects(callbackDelegate, objects, prefixes, returnEventObjects, cycleThroughTracking) — Method in class net.guttershark.managers.EventManager
hasBr(str) — Method in class net.guttershark.util.StringUtils
Detect HTML line breaks (>br<).
hasEventListener(type) — Static method in class net.guttershark.util.EventBroadcaster
Check to see if there is a listener of specified type on the broadcaster.
hasFullscreenMode() — Method in class net.guttershark.util.PlayerUtils
Check whether or not the current player supports fullscreen.
hasNext() — Method in class net.guttershark.util.collections.ArrayBidirectionalIterator
Check if iterator has a next element.
hasNext() — Method in class net.guttershark.util.collections.ArrayBounceIterator
We always have a next element as we bounce at each iteration end.
hasNext() — Method in class net.guttershark.util.collections.ArrayIterator
Check if iterator has a next element.
hasNext() — Method in class net.guttershark.util.collections.ArrayLoopableIterator
Override: ArrayLoopableIterator always has a previous element.
hasNext() — Method in class net.guttershark.util.collections.DisplayListIterator
Is there another item in the collection to move to.
hasNext() — Method in class net.guttershark.util.collections.FilteredIterator
Is there another item in the collection to move to.
hasNext() — Method in interface net.guttershark.util.collections.IIterator
Is there another item in the collection to move to.
hasNext() — Method in class net.guttershark.util.collections.StackIterator
Is there another item in the collection to move to.
hasNext() — Method in class net.guttershark.util.collections.XMLListIterator
Is there another item in the collection to move to.
hasPrevious() — Method in class net.guttershark.util.collections.ArrayBidirectionalIterator
Check if iterator has a previous element.
hasPrevious() — Method in class net.guttershark.util.collections.ArrayLoopableIterator
Override: ArrayLoopableIterator always has a next element.
hasPrevious() — Method in interface net.guttershark.util.collections.IBidirectionalIterator
Is there a previous item in the collection to move to.
he(obj, callbackDelegate, callbackPrefix, returnEventObjects, cycleThroughTracking, cycleAllThroughTracking, trackingID) — Method in class net.guttershark.managers.EventManager
A shortcut for the handleEvents method.
head — Property in class net.guttershark.util.collections.ArrayQueue
The next object in queue, would be return and removed on a subsequent call to dequeue.
head — Property in class net.guttershark.util.collections.DisplayListQueue
The next object in queue, would be return and removed on a subsequent call to dequeue.
head — Property in interface net.guttershark.util.collections.IQueue
The next object in queue, would be return and removed on a subsequent call to dequeue.
height — Property in class net.guttershark.display.FLV
Set the video display height.
height — Property in class net.guttershark.util.geom.Dimension
The height.
hexFromComponents(r, g, b) — Method in class net.guttershark.util.ColorUtils
Convert individual RGB values to a hexidecimal value.
hexFromPercentages(rgb) — Method in class net.guttershark.util.ColorUtils
Convert an RGB Object to a hexidecimal color value.
hide() — Method in class net.guttershark.display.BaseFormView
Hide this form view - this calls removeKeyMappings() and deselectField().
hide() — Method in class net.guttershark.display.BaseView
Stub method for hiding this view - it sets the visible property to false.
hideButtons() — Method in class net.guttershark.display.BaseFormView
Hide's any form buttons that are currently visible.
hideCancelButton() — Method in class net.guttershark.display.BaseFormView
Hides the cancel button.
hideConfirmButton() — Method in class net.guttershark.display.BaseFormView
Hides the confirm button.
hideDeleteButton() — Method in class net.guttershark.display.BaseFormView
Hides the delete button.
hideNoButton() — Method in class net.guttershark.display.BaseFormView
Hides the no button.
hideOKButton() — Method in class net.guttershark.display.BaseFormView
Hides the ok button.
hideYesButton() — Method in class net.guttershark.display.BaseFormView
Hides the yes button.
HIGH — Constant static property in class net.guttershark.util.Bandwidth
High bandwidth
HIGH — Constant static property in class net.guttershark.util.filters.FilterQuality
High filter quality.
highlightedTerm — Property in class net.guttershark.util.autosuggest.AutoSuggestMatch
An HTML representation of the term that provides a way to use styles on a textfield for highlights.
hours2ms(n) — Method in class net.guttershark.util.DateUtils
Convert number of hours to milliseconds.
hsltoHSV(hue, luminance, saturation) — Method in class net.guttershark.util.ColorUtils
Convert HSL to HSV using RGB conversions: color preservation may be dubious.
hsltoRGB(hue, luminance, saturation) — Method in class net.guttershark.util.ColorUtils
Convert HSL values to RGB values.
hsvtoHSL(hue, saturation, value) — Method in class net.guttershark.util.ColorUtils
Convert HSV to HLS using RGB conversions: color preservation may be dubious.
hsvtoRGB(hue, saturation, value) — Method in class net.guttershark.util.ColorUtils
Convert HSV values to RGB values.
htmlDecode(s) — Method in class net.guttershark.util.StringUtils
Decode HTML.
htmlEncode(s) — Method in class net.guttershark.util.StringUtils
Encode HTML.
HUE_MAX — Constant property in class net.guttershark.util.ColorUtils
The hue maximum degree.
hueToRGB(min, max, hue) — Method in class net.guttershark.util.ColorUtils
Convert hue to RGB values using a linear transformation.
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