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  
call(... rest) — Method in class fever.commands.JSCommand
Calls javascript command and returns possible result.
caption — Property in class fever.ui.menu.PopupContextMenuItem
Specifies the menu item caption (text) displayed in the context menu.
channel — Property in class fever.plugin.manager.RegistredPluginInfo
Plugin channel.
channel — Property in class fever.plugin.manager.events.PluginActivationEvent
Plugin channel to activate / desactive.
channel — Property in class fever.plugin.manager.events.PluginManagerEvent
Plugin channel to register
channel — Property in class fever.plugin.manager.events.PluginRegistrationEvent
true if plugin is correctly registred in manager.
CHANNEL — Static property in class fever.log.FeverDebug
Returns singleton access to Fever channel.
charCode — Property in class fever.events.KeyShortcutEvent
Cipher — Final class in package fever.data.crypto
Provides mechanism to crypt / decrypt string data.
CipherFileLoader — Class in package fever.load
Loads crypted file.
CipherFileLoader(cryptAlgo, secretKey) — Constructor in class fever.load.CipherFileLoader
Constructor.
CipherFileLoaderEvent — Class in package fever.load
The CipherFileLoaderEvent class represents the event object passed to the event listener for CipherFileLoader events.
CipherFileLoaderEvent(type, xl:fever.load:CipherFileLoader) — Constructor in class fever.load.CipherFileLoaderEvent
Constructor.
CipherLoaderStrategy — Class in package fever.load.strategy
Loading strategy for encrypted data.
CipherLoaderStrategy(cryptAlgo, secretKey) — Constructor in class fever.load.strategy.CipherLoaderStrategy
Constructor.
CipherXMLLoader — Class in package fever.load
Loads xml crypted file.
CipherXMLLoader(cryptAlgo, secretKey, deserializer) — Constructor in class fever.load.CipherXMLLoader
Constructor.
CipherXMLLoaderEvent — Class in package fever.load
The CipherXMLLoaderEvent class represents the event object passed to the event listener for CipherXMLLoader events.
CipherXMLLoaderEvent(type, xl:fever.load:CipherXMLLoader) — Constructor in class fever.load.CipherXMLLoaderEvent
Constructor.
Circular — Final class in package fever.transitions.easing
Easing equation function for a circular easing.
circularOutIn(t, b, c, d) — Static method in class fever.transitions.easing.Circular
Easing equation function for a circular easing out / in : deceleration until halfway, then acceleration.
CLAMP — Constant static property in class fever.display.filters.DisplacementMapFilterMode
Clamps the displacement value to the edge of the source image.
ClassInfo — Class in package fever.utils.reflect
Provides class description.
classpath — Property in class fever.plugin.manager.RegistredPluginInfo
Plugin full qualified classpath.
clean(target) — Static method in class fever.display.FilterBuilder
Removes all filters from passed-in target DisplayObject.
cleanBevel(target) — Static method in class fever.display.FilterBuilder
Removes all bevel filter from passed-in target DisplayObject.
cleanBlur(target) — Static method in class fever.display.FilterBuilder
Removes all blur filter from passed-in target DisplayObject.
cleanGlow(target) — Static method in class fever.display.FilterBuilder
Removes all glow filter from passed-in target DisplayObject.
cleanGradientBevel(target) — Static method in class fever.display.FilterBuilder
Removes all gradient bevel filter from passed-in target DisplayObject.
cleanGradientGlow(target) — Static method in class fever.display.FilterBuilder
Removes all gradient glow filter from passed-in target DisplayObject.
cleanShadow(target) — Static method in class fever.display.FilterBuilder
Removes all shadow filter from target DisplayObject.
clear() — Method in class fever.plugin.analytic.AnalyticPlugin
Removes all trackers from manager.
clear() — Method in class fever.ui.keys.KeyShortcutMap
Clears shortcuts list.
clearFilterType(target, filterType) — Static method in class fever.display.FilterBuilder
Removes all filters typed as filterType parameter from passed-in target DisplayObject.
clone() — Method in class fever.events.AnalyticEvent
Returns AnalyticEvent clone instance.
clone() — Method in class fever.events.BrowserWindowEvent
Returns BrowserWindowEvent clone instance.
clone() — Method in class fever.events.HistoryEvent
Returns HistoryEvent clone instance.
clone() — Method in class fever.events.MemoryEvent
Returns MemoryEvent clone instance.
clone() — Method in class fever.events.PluginResourcesEvent
Returns PluginResourcesEvent clone instance.
clone() — Method in class fever.load.BitmapLoaderEvent
Returns BitmapLoaderEvent clone instance.
clone() — Method in class fever.load.BitmapLoaderLocatorEvent
Returns BitmapLoaderLocatorEvent clone instance.
clone() — Method in class fever.load.CipherFileLoaderEvent
Returns event instance clone.
clone() — Method in class fever.load.CipherXMLLoaderEvent
Returns event instance clone.
clone() — Method in class fever.plugin.manager.events.PluginRegistrationEvent
Returns event clone instance.
clone() — Method in interface fever.structures.Cloneable
Returns a clone instance.
clone() — Method in class fever.structures.colors.HSL
Returns a clone instance.
clone() — Method in class fever.structures.colors.HSV
Returns a clone instance.
clone() — Method in class fever.structures.colors.RGB
Returns a clone instance.
clone(a) — Static method in class fever.utils.ArrayUtil
Returns a clone array of passed-in a instance.
Cloneable — Interface in package fever.structures
Defines cloneable object method.
Cloner — Final class in package fever.utils
Builds instance clone.
close() — Method in class fever.utils.browser.BrowserFrame
Closes the popup.
close() — Method in class fever.utils.browser.BrowserPopup
Closes the popup.
close() — Method in interface fever.utils.browser.BrowserWindow
Closes the popup.
COLOR — Constant static property in class fever.display.filters.DisplacementMapFilterMode
If the displacement value is outside the image, substitutes the values in the color and alpha properties.
ColorSpace — Final class in package fever.utils
Colors utilities.
combo — Property in class fever.ui.keys.KeyShortcut
Combo identifier.
confirm(text, handler) — Method in interface fever.app.context.ApplicationDialog
Opens a confirm dialog.
confirm(text, handler) — Method in class fever.app.context.air.AirDialog
Opens a confirm dialog.
confirm(text, handler) — Method in class fever.app.context.browser.BrowserDialog
Opens a confirm dialog.
confirm(text, handler) — Method in class fever.app.context.swfs.StudioDialog
Opens a confirm dialog.
confirm(text, handler) — Method in class fever.app.context.zinc.ZincDialog
Opens a confirm dialog.
constantFlag — Property in class fever.utils.reflect.PropertyInfo
Returns true if property is a constant.
contains(o, a) — Static method in class fever.utils.ArrayUtil
Indicates if a array collection contains passed-in o element.
contains(source, search) — Static method in class fever.utils.StringUtil
Returns true if passed-in search string is contained on passed-in source one.
containsAccessor(accessor) — Method in class fever.utils.reflect.ClassInfo
Returns true if passed-in accessor name is defined by current class.
containsMethod(method) — Method in class fever.utils.reflect.ClassInfo
Returns true if passed-in method name is defined by current class.
containsProperty(property) — Method in class fever.utils.reflect.ClassInfo
Returns true if passed-in property name is defined by current class.
ContextBuilderStrategy — Interface in package fever.app.context
Application context builder.
contextMenu — Property in interface fever.app.context.ApplicationContainer
Main container context menu.
_contextMenu — Property in class fever.app.context.abstract.AbstractContainer
Main application context menu.
contextMenu — Property in class fever.app.context.abstract.AbstractContainer
Main container context menu.
CoreEngineException — Final class in package fever.error
Throws an CoreEngineException when Fever core initialization failed.
CoreEngineException(msg) — Constructor in class fever.error.CoreEngineException
Constructor.
create(label, id, menuID) — Static method in class fever.ui.menu.PopupContextMenuItem
Creates new PopupContextMenuItem instance.
createBasicTween(target, setter, end, duration, start, easing, getter) — Method in interface fever.transitions.TweenStrategy
Creates and returns basic tween using defined stategy.
createBasicTween(target, setter, end, duration, start, easing, getter) — Method in class fever.transitions.strategy.FPSTweenStrategy
Creates and returns basic tween using defined stategy.
createBasicTween(target, setter, end, duration, start, easing, getter) — Method in class fever.transitions.strategy.MSTweenStrategy
Creates and returns basic tween using defined stategy.
createBasicTween(target, setter, end, duration, start, easing, getter) — Method in class fever.transitions.strategy.RTTweenStrategy
Creates and returns basic tween using defined stategy.
createContainer() — Method in interface fever.app.context.ContextBuilderStrategy
Creates container manager for context.
createDialog() — Method in interface fever.app.context.ContextBuilderStrategy
Creates dialog manager for context.
createMultiTween(target, setters, ends, duration, starts, easing, getters) — Method in interface fever.transitions.TweenStrategy
Creates and returns multi tween using defined stategy.
createMultiTween(target, setters, ends, duration, starts, easing, getters) — Method in class fever.transitions.strategy.FPSTweenStrategy
Creates and returns multi tween using defined stategy.
createMultiTween(target, setters, ends, duration, starts, easing, getters) — Method in class fever.transitions.strategy.MSTweenStrategy
Creates and returns multi tween using defined stategy.
createMultiTween(target, setters, ends, duration, starts, easing, getters) — Method in class fever.transitions.strategy.RTTweenStrategy
Creates and returns multi tween using defined stategy.
createUID() — Static method in class fever.utils.UIDUtil
Creates an ID.
CryptAlgorithm — Interface in package fever.data.crypto
Crypter Algorithm interface.
CryptAlgorithmAdapter — Class in package fever.data.crypto
Converts custom instance to be CryptAlgorithm compliant.
CryptAlgorithmAdapter(crypter) — Constructor in class fever.data.crypto.CryptAlgorithmAdapter
Constructs new CryptAlgorithm Adapter
ctrlKey — Property in class fever.events.KeyShortcutEvent
Cubic — Final class in package fever.transitions.easing
Easing equation function for a cubic easing.
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