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_InfoNodeGeneratorsthe info node generators to use.Methods in adams.gui.core.dotnotationtree with parameters of type AbstractInfoNodeGenerator Modifier and Type Method Description voidDotNotationTree. addInfoNodeGenerator(AbstractInfoNodeGenerator generator)Adds the specified generator to the list of generators.intAbstractInfoNodeGenerator. compareTo(AbstractInfoNodeGenerator o)Compares this object with the specified object for order.voidDotNotationTree. 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 classGlobalInfoNodeGeneratorAdds a global info node (if global info is available).
-