Package

net.sf.jguiraffe.gui.platform.javafx.builder.components

tree

Permalink

package tree

Visibility
  1. Public
  2. All

Type Members

  1. trait NodeGraphicsHandler extends AnyRef

    Permalink

    A trait which encapsulates querying icons for a specific tree node.

    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.

  2. class TreeHandlerFactory extends AnyRef

    Permalink

    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.

Ungrouped