org.objectweb.jonathan.libs.kernel.decoders
Class JSequence
- Component, Forkable
The atom runtime component. Initialisation issues
are dealt with by the
LazyComponent
implementation.
JSequence(String _elements_class, Enumeration _elements)
|
duplicate , fork , getComponent , getElement , getFactoryValue , getIntValue , getReference , getType , getValue , getValue , internalFork , reset , setReference , toString |
JSequence
public JSequence(String _elements_class,
Enumeration _elements)
initialize
protected final void initialize()
JSequence specific initialization code. Instantiates the JSequence's
own value. Used internally by
LazyComponent
.
- initialize in interface LazyComponent
toString
public String toString()
- toString in interface JComponent