Chart FX for Java 6.5

SoftwareFX.ChartFX
Class ExtensionManager

java.lang.Object
  extended by SoftwareFX.ChartFX.ExtensionManager
All Implemented Interfaces:
java.util.Enumeration

public final class ExtensionManager
extends java.lang.Object
implements java.util.Enumeration

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

ExtensionManager

public ExtensionManager()
Method Detail

add

public void add(java.lang.Object obj)

Appends the specified element to the ExtensionManager.

Parameters:
obj - The item to add to the ExtensionManager.

clear

public void clear()

Removes all of the elements from the ExtensionManager.


elements

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.


find

public java.lang.Object find(java.lang.Class type)

Removes the specified element from the ExtensionManager collection.

Parameters:
type -

getItemObject

public java.lang.Object getItemObject(int n)

Gets the element at the specified position in the ExtensionManager.


hasMoreElements

public boolean hasMoreElements()

Tests if this enumeration contains more elements.

Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()

Returns the next element of this enumeration if this enumeration object has at least one more element to provide.

Specified by:
nextElement in interface java.util.Enumeration

remove

public void remove(java.lang.Object obj)

Removes the specified element from the ExtensionManager.

Parameters:
obj - The item to add to the ExtensionManager.

size

public int size()

Returns the number of elements in this collection.


http://www.softwarefx.com

2007 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.