|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjfun.yan.containers.ComponentTransformer
public abstract class ComponentTransformer
This class represents a combinator to transform Component objects.
Codehaus.org.
| Constructor Summary | |
|---|---|
ComponentTransformer()
|
|
| Method Summary | |
|---|---|
ComponentTransformer |
seq(ComponentTransformer ct)
Create a new ComponentTransformer by sequencing this transformer and another transformer. |
abstract Component |
transform(Component cc)
Transforms one Component object to another. |
Component |
transform(java.lang.Object key,
Component cc)
Transforms one Component object to another. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentTransformer()
| Method Detail |
|---|
public abstract Component transform(Component cc)
cc - the Component object to transform.
public Component transform(java.lang.Object key,
Component cc)
key - the component key.cc - the component.
public final ComponentTransformer seq(ComponentTransformer ct)
ct - the ComponentTransformer object to sequence with.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||