|
Chart FX 7 for Java Desktop | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.softwarefx.chartfx.desktop.ExtensionCollection
public class ExtensionCollection
Provides access to the ExtensionCollection object.
| Constructor Summary | |
|---|---|
ExtensionCollection()
|
|
| Method Summary | ||
|---|---|---|
boolean |
add(com.softwarefx.chartfx.desktop.IExtension o)
Error: D:\DevSource\CfxJava70\JavaDoc\Desktop\docsource\Objects\ExtensionCollection\add.xml |
|
boolean |
addAll(Collection<? extends com.softwarefx.chartfx.desktop.IExtension> c)
Adds all of the elements in the specified collection to the ExtensionCollection collection. |
|
void |
clear()
Error: D:\DevSource\CfxJava70\JavaDoc\Desktop\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. |
|
com.softwarefx.chartfx.desktop.IExtension |
find(Class<?> type)
Description goes here |
|
com.softwarefx.chartfx.desktop.IExtension |
get(int n)
Error: Member ExtensionCollection. |
|
int |
indexOf(com.softwarefx.chartfx.desktop.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()
Error: Member ExtensionCollection.Empty member not found |
|
Iterator<com.softwarefx.chartfx.desktop.IExtension> |
iterator()
Returns an iterator over the elements in this collection. |
|
boolean |
remove(Object o)
Error: D:\DevSource\CfxJava70\JavaDoc\Desktop\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(com.softwarefx.chartfx.desktop.IExtension o)
Error: D:\DevSource\CfxJava70\JavaDoc\Desktop\docsource\Objects\ExtensionCollection\add.xml
ERROR: Root element is missing.
add in interface Collection<com.softwarefx.chartfx.desktop.IExtension>public boolean addAll(Collection<? extends com.softwarefx.chartfx.desktop.IExtension> c)
Adds all of the elements in the specified collection to the ExtensionCollection collection.
addAll in interface Collection<com.softwarefx.chartfx.desktop.IExtension>c - Elements to be inserted into this collection.public void clear()
Error: D:\DevSource\CfxJava70\JavaDoc\Desktop\docsource\Objects\ExtensionCollection\clear.xml
ERROR: Root element is missing.
clear in interface Collection<com.softwarefx.chartfx.desktop.IExtension>public boolean contains(Object o)
Returns true if the ExtensionCollection contains the specified element.
contains in interface Collection<com.softwarefx.chartfx.desktop.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<com.softwarefx.chartfx.desktop.IExtension>c - Collection to be checked for containment in this collection.public com.softwarefx.chartfx.desktop.IExtension find(Class<?> type)
type - Description goes herepublic com.softwarefx.chartfx.desktop.IExtension get(int n)
Error: Member ExtensionCollection. member not found
ERROR: Doc member not found
public int indexOf(com.softwarefx.chartfx.desktop.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()
Error: Member ExtensionCollection.Empty member not found
ERROR: Doc member not found
isEmpty in interface Collection<com.softwarefx.chartfx.desktop.IExtension>public Iterator<com.softwarefx.chartfx.desktop.IExtension> iterator()
Returns an iterator over the elements in this collection.
iterator in interface Iterable<com.softwarefx.chartfx.desktop.IExtension>iterator in interface Collection<com.softwarefx.chartfx.desktop.IExtension>public boolean remove(Object o)
Error: D:\DevSource\CfxJava70\JavaDoc\Desktop\docsource\Objects\ExtensionCollection\remove.xml
ERROR: Root element is missing.
remove in interface Collection<com.softwarefx.chartfx.desktop.IExtension>public boolean removeAll(Collection<?> c)
Removes all of the elements in the specified collection from the ExtensionCollection collection.
removeAll in interface Collection<com.softwarefx.chartfx.desktop.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<com.softwarefx.chartfx.desktop.IExtension>c - Elements to be retained in this collection.public int size()
Returns the number of elements in this collection.
size in interface Collection<com.softwarefx.chartfx.desktop.IExtension>public Object[] toArray()
Returns an array containing all of the elements in this collection in proper sequence.
toArray in interface Collection<com.softwarefx.chartfx.desktop.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<com.softwarefx.chartfx.desktop.IExtension>
|
http://www.softwarefx.com | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||