| 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 |
| AbstractConstructorAccessException — Final class in package fever.error |
|
Throws an AbstractConstructorAccessException when
try to instanciate an abstract class without protected constructor
access. |
| AbstractConstructorAccessException(o) — Constructor in class fever.error.AbstractConstructorAccessException |
|
Constructor. |
| AbstractContainer — Class in package fever.app.context.abstract |
|
Abstract class for Application container implementation. |
| AbstractHistoryStrategy — Class in package fever.plugin.history.strategy |
|
Abstract implementation for history strategy. |
| AbstractManagerPlugin — Class in package fever.plugin.manager.abstract |
|
Plugins manager abstract implementation. |
| AbstractRegistredPlugin — Class in package fever.plugin.manager.abstract |
|
Allow plugin to be registred into a Plugin manager. |
| access — Property in class fever.utils.reflect.AccessorInfo |
|
Returns accessor access type. |
| AccessorInfo — Class in package fever.utils.reflect |
|
Accessor ( getter / setter ) class informations. |
| AccessorInfo(eDesc, eStatic) — Constructor in class fever.utils.reflect.AccessorInfo |
|
Constructor. |
| activate() — Method in interface fever.plugin.manager.RegistredPlugin |
|
Activates plugin. |
| activate() — Method in class fever.plugin.manager.abstract.AbstractRegistredPlugin |
|
Activates plugin. |
| activate(channel) — Method in class fever.plugin.manager.models.PluginManagerModel |
|
Activates plugin using passed-in his channel. |
| _activatePlugin() — Method in class fever.plugin.manager.abstract.AbstractRegistredPlugin |
| |
| ActivatePlugin — Class in package fever.plugin.manager.controls |
|
Activates a plugin. |
| activation — Property in class fever.plugin.manager.events.PluginActivationEvent |
|
true if plugin is correctly registred in manager. |
| addASyncCommandListener(listener, ... rest) — Method in class fever.commands.DelayedBatch |
|
Adds listener to listen the ASyncCommandEvent.onCommandEndEVENT
event type. |
| addBevel(target, filter) — Static method in class fever.display.FilterBuilder |
|
Adds a new bevel filter. |
| addBlur(target, filter) — Static method in class fever.display.FilterBuilder |
|
Adds a new blur filter. |
| addBundle(url, slot) — Method in class fever.plugin.PluginResources |
|
Adds new bundle file into loader queue. |
| addColorMatrix(target, filter) — Static method in class fever.display.FilterBuilder |
|
Adds a new color filter. |
| addCommand(oCommand) — Method in class fever.commands.DelayedBatch |
|
Adds a command in the delayed batch stack. |
| addCommand(command, key:fever.ui.keys:KeyShortcut, ... rest) — Method in class fever.ui.keys.KeyShortcutMap |
|
Adds command Command as key listener. |
| addEventListener(type, listener, ... rest) — Method in interface fever.app.memory.IMemoryController |
|
Adds passed-in listener for receiving passed-in event
event type. |
| addEventListener(type, listener, ... rest) — Method in interface fever.core.FeverCore |
|
Adds passed-in listener for receiving passed-in event
event type. |
| addEventListener(type, listener, ... rest) — Method in class fever.load.BitmapLoaderLocator |
|
Adds passed-in listener for receiving passed-in event
event type. |
| addEventListener(type, listener, ... rest) — Method in class fever.ui.menu.PopupContextMenuItem |
|
Adds listener to receive type event type. |
| addEventListener(type, listener, ... rest) — Method in class fever.utils.browser.BrowserFrame |
|
Adds passed-in listener for receiving passed-in event
event type. |
| addEventListener(type, listener, ... rest) — Method in class fever.utils.browser.BrowserPopup |
|
Adds passed-in listener for receiving passed-in event
event type. |
| addFilter(target, filter) — Static method in class fever.display.FilterBuilder |
|
Adds passed-in filter to passed-in target DisplayObject. |
| addFrameListener(index, listener, ... rest) — Method in class fever.display.BitmapClip |
|
Adds a script call for frame index. |
| addFrameScript(mc, frameID, handler) — Static method in class fever.utils.MCUtil |
|
Adds MovieClip script. |
| addFrameStop(index) — Method in class fever.display.BitmapClip |
|
Adds a stop command to passed-in frame index. |
| addGlow(target, filter) — Static method in class fever.display.FilterBuilder |
|
Sets a glow filter. |
| addGradientBevel(target, filter) — Static method in class fever.display.FilterBuilder |
|
Adds a new gradient bevel filter. |
| addGradientGlow(target, filter) — Static method in class fever.display.FilterBuilder |
|
Adds a new gradient glow filter. |
| addItem(caption, id) — Method in class fever.ui.menu.PopupContextMenu |
|
Builds and adds new PopupContextMenuItem using
passing arguments. |
| addListener(listener:fever.load:BitmapLoaderLocatorListener) — Method in class fever.load.BitmapLoaderLocator |
|
Adds passed-in listener for receiving all event broadcasted
by this BitmapLoaderLocator. |
| addManagerListener(listener:fever.plugin.manager.events:PluginManagerListener) — Method in class fever.plugin.manager.models.PluginManagerModel |
|
Adds passed-in listener object for receiving all model
events. |
| addManagerView(view:fever.plugin.manager.events:PluginManagerListener) — Method in class fever.plugin.manager.abstract.AbstractManagerPlugin |
|
Adds passed-in view as Plugin manager view. |
| addNodeParser(xmlNodeType, parsingMethod) — Method in class fever.plugin.PluginResources |
|
Defines new XML parser for passed-in type node. |
| addOverloading(typeSequence, handler, checkNull) — Method in class fever.data.overload.Overloader |
|
Adds overloading definition. |
| addShadow(target, filter) — Static method in class fever.display.FilterBuilder |
|
Adds a new shadow filter. |
| adjustLinearBrightness(color, value) — Static method in class fever.utils.ColorSpace |
|
Performs a linear brightness adjustment of an RGB color. |
| adjustScaleBrightness(color, value) — Static method in class fever.utils.ColorSpace |
|
Performs a scaled brightness adjustment of an RGB color. |
| AirBuilder — Package constant property in fever.app.context.air |
|
Adobe AIR application context builder. |
| AirContainer — Class in package fever.app.context.air |
|
Adobe AIR container strategy. |
| AirDialog — Class in package fever.app.context.air |
|
Adobe AIR dialog system. |
| alert(text, handler) — Method in interface fever.app.context.ApplicationDialog |
|
Opens an alert dialog. |
| alert(text, handler) — Method in class fever.app.context.air.AirDialog |
|
Opens an alert dialog. |
| alert(text, handler) — Method in class fever.app.context.browser.BrowserDialog |
|
Opens an alert dialog. |
| alert(text, handler) — Method in class fever.app.context.swfs.StudioDialog |
|
Opens an alert dialog. |
| alert(text, handler) — Method in class fever.app.context.zinc.ZincDialog |
|
Opens an alert dialog. |
| allowNegative — Property in class fever.data.validators.strategy.NumberValidatorStrategy |
|
Specifies whether negative numbers are permitted. |
| altKey — Property in class fever.events.KeyShortcutEvent |
| |
| AnalyticChannel — Package property in fever.plugin.analytic |
|
EventChannel access for AnalyticPlugin
plugin. |
| AnalyticEvent — Final class in package fever.events |
|
The AnalyticEvent class represents the event object passed to the event
listener for Analytic tracking events. |
| AnalyticEvent(pType, link, trackType) — Constructor in class fever.events.AnalyticEvent |
|
Constructor. |
| AnalyticLinkType — Class in package fever.plugin.analytic |
|
Enumeration for Analytic tracking link type. |
| AnalyticPlugin — Class in package fever.plugin.analytic |
|
Analytic plugin. |
| AnalyticTracker — Interface in package fever.plugin.analytic |
|
Analytic trackers must implements AnalyticTracker
interface to be compliant with AnalyticPlugin
engine. |
| _appendTitle — Property in class fever.app.context.abstract.AbstractContainer |
| Stores optional caption. |
| ApplicationContainer — Interface in package fever.app.context |
|
Control application container using
Fever context API. |
| ApplicationDialog — Interface in package fever.app.context |
|
Control application dialog system using
Fever context API. |
| areEqual(a1, a2) — Static method in class fever.utils.ArrayUtil |
|
Indicates if the 2 passed arrays are equal or not. |
| areEqual(source1, source2, caseSensitive) — Static method in class fever.utils.StringUtil |
|
Returns true is 2 passed string are equals. |
| ArrayUtil — Final class in package fever.utils |
|
Array collection methods. |
| avHardwareDisable — Property in interface fever.app.config.IHostConfig |
|
A Boolean value that specifies whether access to the user's camera
and microphone has been administratively prohibited
(true) or allowed (false
). |
|
| 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 |