net.sf.jame.mandelbrot.fractal.processing
Class ProcessingFormulaConfigElement

java.lang.Object
  extended by net.sf.jame.core.config.AbstractConfigElement
      extended by net.sf.jame.mandelbrot.fractal.processing.ProcessingFormulaConfigElement
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, ConfigElement, ReferenceElement

public class ProcessingFormulaConfigElement
extends AbstractConfigElement
implements ReferenceElement

Author:
Andrea Medeghini
See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_ID
           
 
Constructor Summary
ProcessingFormulaConfigElement()
          Constructs a new element.
 
Method Summary
 ProcessingFormulaConfigElement clone()
           
 void copyFrom(ConfigElement source)
           
 void dispose()
           
 boolean equals(java.lang.Object obj)
           
 ExtensionReferenceElement getExtensionElement()
           
 ExtensionReference getReference()
           
 void setContext(ConfigContext context)
          Sets the configuration context.
 void setReference(ExtensionReference reference)
           
 
Methods inherited from class net.sf.jame.core.config.AbstractConfigElement
addChangeListener, checkContext, finalize, fireConfigChanged, getClassId, getContext, getUserData, removeChangeListener, setUserData, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_ID

public static final java.lang.String CLASS_ID
See Also:
Constant Field Values
Constructor Detail

ProcessingFormulaConfigElement

public ProcessingFormulaConfigElement()
Constructs a new element.

Method Detail

clone

public ProcessingFormulaConfigElement clone()
Specified by:
clone in interface ConfigElement
Specified by:
clone in class AbstractConfigElement
Returns:
See Also:
Object.clone()

copyFrom

public void copyFrom(ConfigElement source)
Specified by:
copyFrom in interface ConfigElement
See Also:
ConfigElement.copyFrom(net.sf.jame.core.config.ConfigElement)

setContext

public void setContext(ConfigContext context)
Description copied from class: AbstractConfigElement
Sets the configuration context.

Specified by:
setContext in interface ConfigElement
Overrides:
setContext in class AbstractConfigElement
Parameters:
context - the configuration context to set.
See Also:
ConfigurableExtensionReferenceElement.setContext(net.sf.jame.core.config.ConfigContext)

getReference

public ExtensionReference getReference()
Specified by:
getReference in interface ReferenceElement
Returns:

setReference

public void setReference(ExtensionReference reference)
Specified by:
setReference in interface ReferenceElement
Parameters:
reference -

getExtensionElement

public ExtensionReferenceElement getExtensionElement()
Returns:

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)

dispose

public void dispose()
Specified by:
dispose in interface ConfigElement
Overrides:
dispose in class AbstractConfigElement
See Also:
AbstractConfigElement.dispose()