Package adams.gui.goe.classtree
Class GlobalInfoNodeGenerator
- java.lang.Object
-
- adams.gui.core.dotnotationtree.AbstractInfoNodeGenerator
-
- adams.gui.goe.classtree.GlobalInfoNodeGenerator
-
- All Implemented Interfaces:
Serializable
,Comparable<AbstractInfoNodeGenerator>
public class GlobalInfoNodeGenerator extends AbstractInfoNodeGenerator
Adds a global info node (if global info is available).- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GlobalInfoNodeGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
process(DotNotationNode leaf, String classname)
Processes the ClassNode leaf, potentially adding one or more info nodes.-
Methods inherited from class adams.gui.core.dotnotationtree.AbstractInfoNodeGenerator
compareTo, equals
-
-
-
-
Method Detail
-
process
public boolean process(DotNotationNode leaf, String classname)
Processes the ClassNode leaf, potentially adding one or more info nodes.- Specified by:
process
in classAbstractInfoNodeGenerator
- Parameters:
leaf
- the ClassNode to add the info node(s) toclassname
- the full classname for the current path to the root- Returns:
- true if at least one info node was added
-
-