A trait which encapsulates querying icons for a specific tree node.
A factory class for creating component handlers for JavaFX tree view components.
A factory class for creating component handlers for JavaFX tree view components.
This is the public entry point into the tree sub package. An instance of this class is used by the JavaFX-specific ComponentManager implementation for processing tree view components. It creates fully initialized components handlers for trees. Because this is not trivial - multiple objects have to be created, initialized, and connected with each other - a separate class was created for this purpose.
A trait which encapsulates querying icons for a specific tree node.
This trait is similar in purpose to the TreeIconHandler interface of JGUIraffe core. However, it uses an API tailored towards JavaFX. Components responsible for the implementation of JavaFX tree views are associated with an implementation of this trait in order to obtain the graphics for the single nodes based on their current state.