Uses of Class
adams.gui.flow.tree.Renderer.ActorIcon
-
Packages that use Renderer.ActorIcon Package Description adams.gui.flow.tree -
-
Uses of Renderer.ActorIcon in adams.gui.flow.tree
Subclasses of Renderer.ActorIcon in adams.gui.flow.tree Modifier and Type Class Description static class
Renderer.DisabledIcon
A wrapper for icons in the tree to make them look disabled (light gray background).Methods in adams.gui.flow.tree that return Renderer.ActorIcon Modifier and Type Method Description protected Renderer.ActorIcon
Renderer. getIcon(Actor parent, Actor actor, boolean collapsed)
Tries to obtain the icon for the given actor.Constructors in adams.gui.flow.tree with parameters of type Renderer.ActorIcon Constructor Description DisabledIcon(Renderer.ActorIcon icon)
Initializes the icon.
-