|
Chart FX for Java 6.5 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object SoftwareFX.ChartFX.ExtensionManager
public final class ExtensionManager
Provides access to the ExtensionManager object.
Constructor Summary | |
---|---|
ExtensionManager()
|
Method Summary | |
---|---|
void |
add(java.lang.Object obj)
Appends the specified element to the ExtensionManager. |
void |
clear()
Removes all of the elements from the ExtensionManager. |
java.util.Enumeration |
elements()
Returns an enumeration of the values in the ExtensionManager . |
java.lang.Object |
find(java.lang.Class type)
Removes the specified element from the ExtensionManager collection. |
java.lang.Object |
getItemObject(int n)
Gets the element at the specified position in the ExtensionManager. |
boolean |
hasMoreElements()
Tests if this enumeration contains more elements. |
java.lang.Object |
nextElement()
Returns the next element of this enumeration if this enumeration object has at least one more element to provide. |
void |
remove(java.lang.Object obj)
Removes the specified element from the ExtensionManager. |
int |
size()
Returns the number of elements in this collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtensionManager()
Method Detail |
---|
public void add(java.lang.Object obj)
Appends the specified element to the ExtensionManager.
obj
- The item to add to the ExtensionManager.public void clear()
Removes all of the elements from the ExtensionManager.
public java.util.Enumeration elements()
Returns an enumeration of the values in the ExtensionManager . Use the Enumeration methods on the returned object to fetch the elements sequentially.
public java.lang.Object find(java.lang.Class type)
Removes the specified element from the ExtensionManager collection.
type
- public java.lang.Object getItemObject(int n)
Gets the element at the specified position in the ExtensionManager.
public boolean hasMoreElements()
Tests if this enumeration contains more elements.
hasMoreElements
in interface java.util.Enumeration
public java.lang.Object nextElement()
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextElement
in interface java.util.Enumeration
public void remove(java.lang.Object obj)
Removes the specified element from the ExtensionManager.
obj
- The item to add to the ExtensionManager.public int size()
Returns the number of elements in this collection.
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |