Uses of Class
adams.gui.core.dotnotationtree.AbstractInfoNodeGenerator
-
Packages that use AbstractInfoNodeGenerator Package Description adams.gui.core.dotnotationtree adams.gui.goe.classtree -
-
Uses of AbstractInfoNodeGenerator in adams.gui.core.dotnotationtree
Fields in adams.gui.core.dotnotationtree with type parameters of type AbstractInfoNodeGenerator Modifier and Type Field Description protected List<AbstractInfoNodeGenerator>
DotNotationTree. m_InfoNodeGenerators
the info node generators to use.Methods in adams.gui.core.dotnotationtree with parameters of type AbstractInfoNodeGenerator Modifier and Type Method Description void
DotNotationTree. addInfoNodeGenerator(AbstractInfoNodeGenerator generator)
Adds the specified generator to the list of generators.int
AbstractInfoNodeGenerator. compareTo(AbstractInfoNodeGenerator o)
Compares this object with the specified object for order.void
DotNotationTree. removeInfoNodeGenerator(AbstractInfoNodeGenerator generator)
Removes the specified generator from the list of generators. -
Uses of AbstractInfoNodeGenerator in adams.gui.goe.classtree
Subclasses of AbstractInfoNodeGenerator in adams.gui.goe.classtree Modifier and Type Class Description class
GlobalInfoNodeGenerator
Adds a global info node (if global info is available).
-