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  
ICallback — Interface in package com.sibirjak.angara.resource
The callback interface provides methods to control a resource loader callback behaviour.
IDisplayAssetLoader — Interface in package com.sibirjak.angara.resource
Declares the possibility of a loader to automatically add the loaded content to a given display class object.
ILoaderDelegate — Interface in package com.sibirjak.angara.resource.loaders
Extends the IResourceLoader interface with flash Loader functionality.
ILoaderItem — Interface in package com.sibirjak.angara.core
The internal loader item type.
ILoaderManager — Interface in package com.sibirjak.angara
The LoaderManager interface.
ImageAssetLoader — Class in package com.sibirjak.angara.utils
The ImageAssetLoader loads display assets via an URLLoaderDelegate, which is pretty much faster than using the LoaderDelegate.
ImageAssetLoader(request) — Constructor in class com.sibirjak.angara.utils.ImageAssetLoader
Creates a new LoaderDelegate instance.
IMonitor — Interface in package com.sibirjak.angara.monitor
A monitor encapsulates the progress calculation of a sequence of loader items.
INIT — Constant static property in class com.sibirjak.angara.resource.ResourceLoaderEvent
Loaded content is ready to process (e.g.
IPagedSequence — Interface in package com.sibirjak.angara.sequence
A paged sequence enables loading of only a range of containing loaders at a time.
IProgressInfo — Interface in package com.sibirjak.angara.core
Defines the progress information of loader items.
IResourceLoader — Interface in package com.sibirjak.angara.resource
Defines the interface of a resource loader item.
IResourceLoaderContainer — Interface in package com.sibirjak.angara.resource
The IResourceLoaderContainer declares an arbitrary display class to be a target of the loaded content of an IDisplayAssetLoader.
isAsync — Property in class com.sibirjak.angara.resource.Callback
Framework internal method to determine, if a callback is asynchronous and needs to be confirmed by a client.
ISequence — Interface in package com.sibirjak.angara.sequence
A sequence enables the controlling of a list of resource loaders.
ISequenceManager — Interface in package com.sibirjak.angara.sequence
The sequence manager is a convenient class to group and manage the behaviour of a list of sequences.
_isScheduled — Property in class com.sibirjak.angara.core.AbstractLoaderItem
The schedule marker.
itemType — Property in class com.sibirjak.angara.core.AbstractLoaderItem
The type of the loader item.
itemType — Property in interface com.sibirjak.angara.core.ILoaderItem
The type of the loader item.
iterator(cursor) — Method in class com.sibirjak.angara.core.PriorityMap
Returns an iterator over all added loaderitems in the order of their priority.
iterator(cursor) — Method in class com.sibirjak.angara.sequence.PagedSequence
Returns an iterator over all not paused resource loaders.
iterator(cursor) — Method in class com.sibirjak.angara.sequence.Sequence
Returns an iterator over all resource loaders left.
iterator(cursor) — Method in class com.sibirjak.angara.sequence.SequenceManager
Returns an iterator over all sequences left.
IURLLoaderDelegate — Interface in package com.sibirjak.angara.resource.loaders
Extends the IResourceLoader interface with flash URLLoader functionality.
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