Chart FX 7 for Java Server

com.softwarefx.chartfx.server
Class ExtensionCollection

java.lang.Object
  extended by com.softwarefx.chartfx.server.ExtensionCollection
All Implemented Interfaces:
Iterable<IExtension>, Collection<IExtension>

public class ExtensionCollection
extends Object
implements Iterable<IExtension>, Collection<IExtension>

Provides access to the ExtensionCollection object.


Constructor Summary
ExtensionCollection()
           
 
Method Summary
 boolean add(IExtension o)
          Error: D:\Dev\CfxJava70\JavaDoc\docsource\\Objects\ExtensionCollection\add.xml
 boolean addAll(Collection<? extends IExtension> c)
          Adds all of the elements in the specified collection to the ExtensionCollection collection.
 void clear()
          Error: D:\Dev\CfxJava70\JavaDoc\docsource\\Objects\ExtensionCollection\clear.xml
 boolean contains(Object o)
          Returns true if the ExtensionCollection contains the specified element.
 boolean containsAll(Collection<?> c)
          Returns true if the ExtensionCollection collection contains all of the elements in the specified collection.
 IExtension find(Class<?> type)
           Description goes here
 IExtension get(int n)
          Returns the element at the specified position in the ExtensionCollection.
 int indexOf(IExtension extension)
          Returns the index in the ExtensionCollection of the first occurrence of the specified element, or -1 if this list does not contain this element.
 boolean isEmpty()
          Returns true if this collection contains no elements.
 Iterator<IExtension> iterator()
          Returns an iterator over the elements in this collection.
 boolean remove(Object o)
          Error: D:\Dev\CfxJava70\JavaDoc\docsource\\Objects\ExtensionCollection\remove.xml
 boolean removeAll(Collection<?> c)
          Removes all of the elements in the specified collection from the ExtensionCollection collection.
 boolean retainAll(Collection<?> c)
          Retains only the elements in the ExtensionCollection collection that are contained in the specified collection.
 int size()
          Returns the number of elements in this collection.
 Object[] toArray()
          Returns an array containing all of the elements in this collection in proper sequence.
<T> T[]
toArray(T[] a)
          Returns an array containing all of the elements in this collection in proper sequence.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

ExtensionCollection

public ExtensionCollection()
Method Detail

add

public boolean add(IExtension o)

Error: D:\Dev\CfxJava70\JavaDoc\docsource\\Objects\ExtensionCollection\add.xml

ERROR: Root element is missing.

Specified by:
add in interface Collection<IExtension>

addAll

public boolean addAll(Collection<? extends IExtension> c)

Adds all of the elements in the specified collection to the ExtensionCollection collection.

Specified by:
addAll in interface Collection<IExtension>
Parameters:
c - Elements to be inserted into this collection.

clear

public void clear()

Error: D:\Dev\CfxJava70\JavaDoc\docsource\\Objects\ExtensionCollection\clear.xml

ERROR: Root element is missing.

Specified by:
clear in interface Collection<IExtension>

contains

public boolean contains(Object o)

Returns true if the ExtensionCollection contains the specified element.

Specified by:
contains in interface Collection<IExtension>
Parameters:
o - Element whose presence in this collection is to be tested.

containsAll

public boolean containsAll(Collection<?> c)

Returns true if the ExtensionCollection collection contains all of the elements in the specified collection.

Specified by:
containsAll in interface Collection<IExtension>
Parameters:
c - Collection to be checked for containment in this collection.

find

public IExtension find(Class<?> type)
Description goes here

Parameters:
type - Description goes here

get

public IExtension get(int n)

Returns the element at the specified position in the ExtensionCollection.

Parameters:
n - Index of element to return.

indexOf

public int indexOf(IExtension extension)

Returns the index in the ExtensionCollection of the first occurrence of the specified element, or -1 if this list does not contain this element.

Parameters:
extension -

isEmpty

public boolean isEmpty()

Returns true if this collection contains no elements.

Specified by:
isEmpty in interface Collection<IExtension>

iterator

public Iterator<IExtension> iterator()

Returns an iterator over the elements in this collection.

Specified by:
iterator in interface Iterable<IExtension>
Specified by:
iterator in interface Collection<IExtension>

remove

public boolean remove(Object o)

Error: D:\Dev\CfxJava70\JavaDoc\docsource\\Objects\ExtensionCollection\remove.xml

ERROR: Root element is missing.

Specified by:
remove in interface Collection<IExtension>

removeAll

public boolean removeAll(Collection<?> c)

Removes all of the elements in the specified collection from the ExtensionCollection collection.

Specified by:
removeAll in interface Collection<IExtension>
Parameters:
c - Elements to be removed from this collection.

retainAll

public boolean retainAll(Collection<?> c)

Retains only the elements in the ExtensionCollection collection that are contained in the specified collection.

Specified by:
retainAll in interface Collection<IExtension>
Parameters:
c - Elements to be retained in this collection.

size

public int size()

Returns the number of elements in this collection.

Specified by:
size in interface Collection<IExtension>

toArray

public Object[] toArray()

Returns an array containing all of the elements in this collection in proper sequence.

Specified by:
toArray in interface Collection<IExtension>

toArray

public <T> T[] toArray(T[] a)

Returns an array containing all of the elements in this collection in proper sequence.

Specified by:
toArray in interface Collection<IExtension>

http://www.softwarefx.com

2008 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.