|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfacets.util.datatree.TreeTransform
public abstract class TreeTransform
Facilitates progressive changes in TypedNode
structures.
Field Summary | |
---|---|
java.lang.String |
title
|
Constructor Summary | |
---|---|
TreeTransform(java.lang.String title)
|
Method Summary | |
---|---|
protected abstract void |
apply(TypedNode tree)
|
static void |
applyAll(TypedNode tree,
TreeTransform... all)
|
protected boolean |
doApply(TypedNode tree)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final java.lang.String title
Constructor Detail |
---|
public TreeTransform(java.lang.String title)
Method Detail |
---|
public static void applyAll(TypedNode tree, TreeTransform... all)
protected abstract void apply(TypedNode tree)
protected boolean doApply(TypedNode tree)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |