|
Chart FX 7 for Java Server | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.softwarefx.chartfx.server.ExtensionCollection
public class ExtensionCollection
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. |
|
|
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 |
|---|
public ExtensionCollection()
| Method Detail |
|---|
public boolean add(IExtension o)
Error: D:\Dev\CfxJava70\JavaDoc\docsource\\Objects\ExtensionCollection\add.xml
ERROR: Root element is missing.
add in interface Collection<IExtension>public boolean addAll(Collection<? extends IExtension> c)
Adds all of the elements in the specified collection to the ExtensionCollection collection.
addAll in interface Collection<IExtension>c - Elements to be inserted into this collection.public void clear()
Error: D:\Dev\CfxJava70\JavaDoc\docsource\\Objects\ExtensionCollection\clear.xml
ERROR: Root element is missing.
clear in interface Collection<IExtension>public boolean contains(Object o)
Returns true if the ExtensionCollection contains the specified element.
contains in interface Collection<IExtension>o - Element whose presence in this collection is to be tested.public boolean containsAll(Collection<?> c)
Returns true if the ExtensionCollection collection contains all of the elements in the specified collection.
containsAll in interface Collection<IExtension>c - Collection to be checked for containment in this collection.public IExtension find(Class<?> type)
type - Description goes herepublic IExtension get(int n)
Returns the element at the specified position in the ExtensionCollection.
n - Index of element to return.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.
extension - public boolean isEmpty()
Returns true if this collection contains no elements.
isEmpty in interface Collection<IExtension>public Iterator<IExtension> iterator()
Returns an iterator over the elements in this collection.
iterator in interface Iterable<IExtension>iterator in interface Collection<IExtension>public boolean remove(Object o)
Error: D:\Dev\CfxJava70\JavaDoc\docsource\\Objects\ExtensionCollection\remove.xml
ERROR: Root element is missing.
remove in interface Collection<IExtension>public boolean removeAll(Collection<?> c)
Removes all of the elements in the specified collection from the ExtensionCollection collection.
removeAll in interface Collection<IExtension>c - Elements to be removed from this collection.public boolean retainAll(Collection<?> c)
Retains only the elements in the ExtensionCollection collection that are contained in the specified collection.
retainAll in interface Collection<IExtension>c - Elements to be retained in this collection.public int size()
Returns the number of elements in this collection.
size in interface Collection<IExtension>public Object[] toArray()
Returns an array containing all of the elements in this collection in proper sequence.
toArray in interface Collection<IExtension>public <T> T[] toArray(T[] a)
Returns an array containing all of the elements in this collection in proper sequence.
toArray in interface Collection<IExtension>
|
http://www.softwarefx.com | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||