Uses of Class
adams.gui.goe.actorpathtree.ActorPathNode
-
Packages that use ActorPathNode Package Description adams.gui.goe.actorpathtree adams.gui.goe.callableactorstree adams.gui.goe.eventstree -
-
Uses of ActorPathNode in adams.gui.goe.actorpathtree
Classes in adams.gui.goe.actorpathtree with type parameters of type ActorPathNode Modifier and Type Class Description classActorPathTree<T extends ActorPathNode>Displays actor paths in a tree structure.Methods in adams.gui.goe.actorpathtree that return ActorPathNode Modifier and Type Method Description ActorPathNodeActorPathTree. findNodeByName(String name)Selects the node (containing a classname) identified by the label of the node.Methods in adams.gui.goe.actorpathtree with parameters of type ActorPathNode Modifier and Type Method Description protected IconActorPathTreeRenderer. getIcon(ActorPathNode node)Tries to obtain the icon for the given object. -
Uses of ActorPathNode in adams.gui.goe.callableactorstree
Methods in adams.gui.goe.callableactorstree with parameters of type ActorPathNode Modifier and Type Method Description protected StringCallableActorsTree. checkClassname(ActorPathNode node, String classname)Processes the classname, returns null if not suitable to be added to the node. -
Uses of ActorPathNode in adams.gui.goe.eventstree
Methods in adams.gui.goe.eventstree with parameters of type ActorPathNode Modifier and Type Method Description protected StringEventsTree. checkClassname(ActorPathNode node, String classname)Processes the classname, returns null if not suitable to be added to the node.
-