Uses of Interface
adams.gui.flow.tree.annotations.AnnotationProcessor
-
Packages that use AnnotationProcessor Package Description adams.gui.flow.tree adams.gui.flow.tree.annotations -
-
Uses of AnnotationProcessor in adams.gui.flow.tree
Fields in adams.gui.flow.tree declared as AnnotationProcessor Modifier and Type Field Description protected static AnnotationProcessor
Node. m_AnnotationProcessor
the annotation processor. -
Uses of AnnotationProcessor in adams.gui.flow.tree.annotations
Classes in adams.gui.flow.tree.annotations that implement AnnotationProcessor Modifier and Type Class Description class
AbstractAnnotationProcessor
Ancestor for annotation processors.class
PlainText
Default processor, turns plain text into HTML.
-