net.sf.jguiraffe.gui.platform.javafx.builder.components.tree
Returns the graphics node to be used for the tree node representing the given ConfigurationNode.
Returns the graphics node to be used for the tree node representing the given ConfigurationNode. The state of the tree node is passed in so that an implementation can return different graphics based on it.
the ConfigurationNode representing the tree node
flag whether the tree node is expanded
flag whether the tree node is a leaf or not
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.