| 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 |
| ABSOLUTE — Constant static property in class com.addicted2flash.layout.component.Application |
|
Constraint for absolute layout. |
| AbstractArrayCollection — Class in package com.addicted2flash.util |
|
This class provides a skeletal implementation of the ICollection interface for arrays to minimize
the effort required to implement this interface. |
| AbstractArrayCollection(field) — Constructor in class com.addicted2flash.util.AbstractArrayCollection |
|
Create a new AbstractArrayCollection
|
| AbstractArrayList — Class in package com.addicted2flash.util |
|
This class provides a skeletal implementation of the IList interface for arrays to minimize
the effort required to implement this interface. |
| AbstractArrayList(field) — Constructor in class com.addicted2flash.util.AbstractArrayList |
|
Create a new AbstractArrayList
|
| AbstractArraySet — Class in package com.addicted2flash.util |
|
This class provides a skeletal implementation of the ISet interface for arrays to minimize
the effort required to implement this interface. |
| AbstractArraySet(field) — Constructor in class com.addicted2flash.util.AbstractArraySet |
|
Create a new AbstractArraySet
|
| AbstractFluxAdapter — Class in package com.addicted2flash.tween.adapter |
|
Abstract class for IFluxAdapter implementations. |
| AbstractFluxAdapter(from, to, easing:com.addicted2flash.tween.easing:IFluxEasing) — Constructor in class com.addicted2flash.tween.adapter.AbstractFluxAdapter |
|
Creates a new AbstractFluxAdapter. |
| AbstractGridBox — Class in package com.addicted2flash.layout.component |
|
Abstract class for ui grid box implementations. |
| AbstractGridBox(layout:com.addicted2flash.layout.strategy:AbstractGridLayout) — Constructor in class com.addicted2flash.layout.component.AbstractGridBox |
|
Creates a new AbstractGridBox. |
| AbstractGridLayout — Class in package com.addicted2flash.layout.strategy |
|
Abstract class of grid layouts. |
| AbstractGridLayout(hgap, vgap) — Constructor in class com.addicted2flash.layout.strategy.AbstractGridLayout |
|
Creates a new AbstractGridLayout. |
| AbstractLinkedCollection — Class in package com.addicted2flash.util |
|
This class provides a skeletal implementation of the ICollection interface for sequential data-structures
(linked list) to minimize the effort required to implement this interface. |
| AbstractLinkedCollection() — Constructor in class com.addicted2flash.util.AbstractLinkedCollection |
|
Create a new AbstractLinkedCollection. |
| AbstractLinkedList — Class in package com.addicted2flash.util |
|
This class provides a skeletal implementation of the IList interface for sequential data-structures
to minimize the effort required to implement this interface. |
| AbstractLinkedList() — Constructor in class com.addicted2flash.util.AbstractLinkedList |
|
Create a new AbstractLinkedList . |
| AbstractLinkedSet — Class in package com.addicted2flash.util |
|
This class provides a skeletal implementation of the ISet interface for sequential data-structures
to minimize the effort required to implement this interface. |
| AbstractLinkedSet() — Constructor in class com.addicted2flash.util.AbstractLinkedSet |
|
Create a new AbstractLinkedSet
|
| AbstractLoader — Class in package com.addicted2flash.data.loader |
|
This class provides a skeletal implementation of the ILoader interface to minimize
the effort required to implement this interface. |
| AbstractLoader() — Constructor in class com.addicted2flash.data.loader.AbstractLoader |
|
Create a new AbstractLoader. |
| acceptedDataServiceEvents — Property in interface com.addicted2flash.data.service.IDataServiceObserver |
|
Returns a bit pattern of DataServiceEventTypes the
ILoaderServiceObserver is interested in. |
| acceptedDataServiceGroupEvents — Property in interface com.addicted2flash.data.service.IDataServiceGroupObserver |
|
Returns a bit pattern of DataServiceEventTypes the
IDataServiceGroupObserver is interested in. |
| acceptedFluxEvents — Property in interface com.addicted2flash.tween.IFluxObserver |
|
Return a bit pattern of FluxEventTypes the IFluxObserver is interested in. |
| acceptedLayoutEvents — Property in class com.addicted2flash.layout.component.UIPanel |
|
Return a bit pattern of events the observer is interested in. |
| acceptedLayoutEvents — Property in interface com.addicted2flash.layout.core.ILayoutObserver |
|
Return a bit pattern of events the observer is interested in. |
| acceptedLayoutEvents — Property in class com.addicted2flash.layout.debug.LayoutDebugger |
|
Return a bit pattern of events the observer is interested in. |
| acquire() — Method in class com.addicted2flash.tween.PropertyPool |
|
Returns a Property object out of the pool. |
| add(service:com.addicted2flash.data.service:IDataService) — Method in interface com.addicted2flash.data.service.IDataServiceGroup |
|
Adds a service to the list of services. |
| add(service:com.addicted2flash.data.service:IDataService) — Method in class com.addicted2flash.data.service.LoaderQueueServiceGroup |
|
Adds a service to the list of services. |
| add(c:com.addicted2flash.layout.core:IUIComponent, constraint) — Method in class com.addicted2flash.layout.component.UIPanel |
|
Adds a component to the container with a given constraint. |
| add(c:com.addicted2flash.layout.core:IUIComponent, constraint) — Method in interface com.addicted2flash.layout.core.IUIContainer |
|
Adds a component to the container with a given constraint. |
| add(c:com.addicted2flash.layout.core:IUIComponent, constraint) — Method in class com.addicted2flash.layout.core.UIContainer |
|
Adds a component to the container with a given constraint. |
| add(flux:com.addicted2flash.tween:Flux) — Method in class com.addicted2flash.tween.FluxRenderer |
|
Adds a Flux tween object to render process. |
| add(o) — Method in class com.addicted2flash.util.AbstractArrayCollection |
|
Appends the specified element to the end of this list (optional operation). |
| add(o) — Method in class com.addicted2flash.util.AbstractArraySet |
|
Appends the specified element to the end of this list (optional operation). |
| add(o) — Method in class com.addicted2flash.util.AbstractLinkedCollection |
|
Appends the specified element to the end of this list (optional operation). |
| add(o) — Method in class com.addicted2flash.util.AbstractLinkedSet |
|
Appends the specified element to the end of this list (optional operation). |
| add(o) — Method in interface com.addicted2flash.util.ICollection |
|
Appends the specified element to the end of this list (optional operation). |
| add(o) — Method in class com.addicted2flash.util.ObservableArrayList |
|
Appends the specified element to the end of this list (optional operation). |
| add(o) — Method in class com.addicted2flash.util.SortedArrayQueue |
|
Appends the specified element to the end of this list (optional operation). |
| add(o) — Method in class com.addicted2flash.util.SortedArraySet |
|
Appends the specified element to the end of this list (optional operation). |
| ADD — Constant static property in class com.addicted2flash.util.event.ListEventType |
|
Add event. |
| addAll(c:com.addicted2flash.util:ICollection) — Method in class com.addicted2flash.util.AbstractArrayCollection |
|
Adds all of the elements in the specified collection to this collection (optional operation). |
| addAll(c:com.addicted2flash.util:ICollection) — Method in class com.addicted2flash.util.AbstractLinkedCollection |
|
Adds all of the elements in the specified collection to this collection (optional operation). |
| addAll(c:com.addicted2flash.util:ICollection) — Method in interface com.addicted2flash.util.ICollection |
|
Adds all of the elements in the specified collection to this collection (optional operation). |
| addAllAt(i, c:com.addicted2flash.util:ICollection) — Method in class com.addicted2flash.util.AbstractArrayList |
|
Adds all of the elements in the specified collection to this collection at a specified
position in this list. |
| addAllAt(i, c:com.addicted2flash.util:ICollection) — Method in class com.addicted2flash.util.AbstractLinkedList |
|
Adds all of the elements in the specified collection to this collection at a specified
position in this list. |
| addAllAt(i, c:com.addicted2flash.util:ICollection) — Method in interface com.addicted2flash.util.IList |
|
Adds all of the elements in the specified collection to this collection at a specified
position in this list. |
| addAt(i, c:com.addicted2flash.layout.core:IUIComponent, constraint) — Method in class com.addicted2flash.layout.component.UIPanel |
|
Adds a component to the container, at a spcific index, with a given constraint. |
| addAt(i, c:com.addicted2flash.layout.core:IUIComponent, constraint) — Method in interface com.addicted2flash.layout.core.IUIContainer |
|
Adds a component to the container, at a spcific index, with a given constraint. |
| addAt(i, c:com.addicted2flash.layout.core:IUIComponent, constraint) — Method in class com.addicted2flash.layout.core.UIContainer |
|
Adds a component to the container, at a spcific index, with a given constraint. |
| addAt(i, o) — Method in class com.addicted2flash.util.AbstractArrayList |
|
Inserts the specified element at the specified position in this list (optional operation). |
| addAt(i, o) — Method in class com.addicted2flash.util.AbstractLinkedList |
|
Inserts the specified element at the specified position in this list (optional operation). |
| addAt(i, o) — Method in interface com.addicted2flash.util.IList |
|
Inserts the specified element at the specified position in this list (optional operation). |
| addAt(i, o) — Method in class com.addicted2flash.util.ObservableArrayList |
|
Inserts the specified element at the specified position in this list (optional operation). |
| addDataServiceGroupObserver(o:com.addicted2flash.data.service:IDataServiceGroupObserver) — Method in interface com.addicted2flash.data.service.IDataServiceGroup |
|
Adds an IDataServiceGroupObserver to the set of observers for this object. |
| addDataServiceGroupObserver(o:com.addicted2flash.data.service:IDataServiceGroupObserver) — Method in class com.addicted2flash.data.service.LoaderQueueServiceGroup |
|
Adds an IDataServiceGroupObserver to the set of observers for this object. |
| addDataServiceObserver(o:com.addicted2flash.data.service:IDataServiceObserver) — Method in interface com.addicted2flash.data.service.IDataServiceObservable |
|
Adds an IDataServiceObserver to the set of observers for this object. |
| addDataServiceObserver(o:com.addicted2flash.data.service:IDataServiceObserver) — Method in class com.addicted2flash.data.service.LoaderQueueService |
|
Adds an IDataServiceObserver to the set of observers for this object. |
| ADDED — Constant static property in class com.addicted2flash.event.LayoutEvent |
|
When a component was added to a container. |
| addFluxObserver(o:com.addicted2flash.tween:IFluxObserver) — Method in class com.addicted2flash.tween.Flux |
|
Adds a IFluxObserver. |
| addFluxObserver(o:com.addicted2flash.tween:IFluxObserver) — Method in interface com.addicted2flash.tween.IFlux |
|
Adds a IFluxObserver. |
| addLayoutObserver(o:com.addicted2flash.layout.core:ILayoutObserver) — Method in interface com.addicted2flash.layout.core.ILayoutObservable |
|
Adds an ILayoutObserver to the set of observers for this object,
provided that it is not the same as some observer already in the set. |
| addLayoutObserver(o:com.addicted2flash.layout.core:ILayoutObserver) — Method in class com.addicted2flash.layout.core.UIComponent |
|
Adds an ILayoutObserver to the set of observers for this object,
provided that it is not the same as some observer already in the set. |
| addListObserver(o:com.addicted2flash.util:IListObserver) — Method in interface com.addicted2flash.util.IListObservable |
|
Adds an IListObserver to the set of observers for this object,
provided that it is not the same as some observer already in the set. |
| addListObserver(o:com.addicted2flash.util:IListObserver) — Method in class com.addicted2flash.util.ObservableArrayList |
|
Adds an IListObserver to the set of observers for this object,
provided that it is not the same as some observer already in the set. |
| addMicroObserver(o:com.addicted2flash.util:IMicroObserver) — Method in interface com.addicted2flash.util.IMicroObservable |
|
Adds an IMicroObserver to the set of observers for this object, provided that it is not
the same as some observer already in the set
|
| addMicroObserver(o:com.addicted2flash.util:IMicroObserver) — Method in class com.addicted2flash.util.MicroObservable |
|
Adds an IMicroObserver to the set of observers for this object, provided that it is not
the same as some observer already in the set
|
| addObject(o) — Method in interface com.addicted2flash.util.iterator.IListIterator |
|
Inserts the specified element into the list. |
| addObject(o) — Method in class com.addicted2flash.util.iterator.ListIterator |
|
Inserts the specified element into the list. |
| alignment — Property in class com.addicted2flash.layout.component.FlowBox |
|
|
| alignment — Property in class com.addicted2flash.layout.strategy.FlowLayout |
|
Returns the alignment of the layout. |
| Alignment — Final class in package com.addicted2flash.layout.util |
|
Enumeration of different alignment types. |
| Application — Class in package com.addicted2flash.layout.component |
|
The application class acts as the root of the display list (main class)
in a layout system. |
| Application(type, autoResize, layout:com.addicted2flash.layout.strategy:ILayout) — Constructor in class com.addicted2flash.layout.component.Application |
|
Creates a new Application that acts as the root
of the display list in a layout system. |
| arrange() — Method in class com.addicted2flash.layout.component.UIPanel |
|
Concrete implementations need to override this method to arrange
and size their components, depending on their bounds. |
| arrange() — Method in class com.addicted2flash.layout.component.UIScrollBar |
|
Concrete implementations need to override this method to arrange
and size their components, depending on their bounds. |
| arrange() — Method in class com.addicted2flash.layout.core.UIComponent |
|
Concrete implementations need to override this method to arrange
and size their components, depending on their bounds. |
| arrange() — Method in class com.addicted2flash.layout.core.UIContainer |
|
Concrete implementations need to override this method to arrange
and size their components, depending on their bounds. |
| arrange(container:com.addicted2flash.layout.core:IUIContainer) — Method in class com.addicted2flash.layout.strategy.AbstractGridLayout |
|
Arranges the given container. |
| arrange(container:com.addicted2flash.layout.core:IUIContainer) — Method in class com.addicted2flash.layout.strategy.BoxLayout |
|
Arranges the given container. |
| arrange(container:com.addicted2flash.layout.core:IUIContainer) — Method in class com.addicted2flash.layout.strategy.CanvasLayout |
|
Arranges the given container. |
| arrange(container:com.addicted2flash.layout.core:IUIContainer) — Method in class com.addicted2flash.layout.strategy.DynamicGridLayout |
|
Arranges the given container. |
| arrange(container:com.addicted2flash.layout.core:IUIContainer) — Method in class com.addicted2flash.layout.strategy.FlowLayout |
|
Arranges the given container. |
| arrange(container:com.addicted2flash.layout.core:IUIContainer) — Method in interface com.addicted2flash.layout.strategy.ILayout |
|
Arranges the given container. |
| arrange(container:com.addicted2flash.layout.core:IUIContainer) — Method in class com.addicted2flash.layout.strategy.StaticGridLayout |
|
Arranges the given container. |
| arrangeComponent(container:com.addicted2flash.layout.core:IUIContainer, component:com.addicted2flash.layout.core:IUIComponent) — Static method in class com.addicted2flash.layout.util.SizeRequirement |
|
Arranges a container's component. |
| ArrayHeapSorter — Class in package com.addicted2flash.util.sorter |
|
Heap sorter algorithm class for sorting Arrays based
on heap-structure ordered with IComparator configured at construction time. |
| ArrayHeapSorter(cmp:com.addicted2flash.util.comparator:IComparator) — Constructor in class com.addicted2flash.util.sorter.ArrayHeapSorter |
|
Create a new ArrayHeapSorter
|
| ArrayList — Class in package com.addicted2flash.util |
|
Array based list. |
| ArrayList(field) — Constructor in class com.addicted2flash.util.ArrayList |
|
Create a new ArrayList. |
| ArrayMergeSorter — Class in package com.addicted2flash.util.sorter |
|
|
| ArrayMergeSorter(cmp:com.addicted2flash.util.comparator:IComparator) — Constructor in class com.addicted2flash.util.sorter.ArrayMergeSorter |
|
Create a new ArrayMergeSorter
|
| ArrayQueue — Class in package com.addicted2flash.util |
|
An array collection designed for holding elements prior to processing. |
| ArrayQueue(field) — Constructor in class com.addicted2flash.util.ArrayQueue |
|
Create a new ArrayQueue. |
| ArrayQuickSorter — Class in package com.addicted2flash.util.sorter |
|
|
| ArrayQuickSorter(cmp:com.addicted2flash.util.comparator:IComparator) — Constructor in class com.addicted2flash.util.sorter.ArrayQuickSorter |
|
Create a new ArrayQuickSorter
|
| ArraySelectionSorter — Class in package com.addicted2flash.util.sorter |
|
|
| ArraySelectionSorter(cmp:com.addicted2flash.util.comparator:IComparator) — Constructor in class com.addicted2flash.util.sorter.ArraySelectionSorter |
|
Create a new ArraySelectionSorter
|
| ArraySet — Class in package com.addicted2flash.util |
|
Implementation of an Array-based list. |
| ArraySet(field) — Constructor in class com.addicted2flash.util.ArraySet |
|
Create a new ArraySet
|
| ArrayStack — Class in package com.addicted2flash.util |
|
The ArrayStack class represents a last-in-first-out (LIFO) stack of elements. |
| ArrayStack(field) — Constructor in class com.addicted2flash.util.ArrayStack |
|
Create a new ArrayStack
|
| ASCDataServicePriorityComparator — Class in package com.addicted2flash.util.comparator |
|
Basic implementation of a IComparator that compares two IDataService
in ascending order. |
| ASCNumberComparator — Class in package com.addicted2flash.util.comparator |
|
Basic implementation of a IComparator that compares two numbers
in ascending order. |
| attachment — Property in interface com.addicted2flash.data.service.IDataService |
|
Returns attachment of the IDataService. |
| attachment — Property in class com.addicted2flash.data.service.LoaderQueueService |
|
Returns attachment of the IDataService. |
| attachment — Property in class com.addicted2flash.tween.Flux |
|
Returns the specified attachment. |
| attachment — Property in interface com.addicted2flash.tween.IFlux |
|
Returns the specified attachment. |
| AUTO — Constant static property in class com.addicted2flash.layout.util.Overflow |
|
Auto overflow. |
|
| 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 |