Module org.snapfx

Package org.snapfx.model


package org.snapfx.model
Logical docking model types.

This package contains the tree structure used by SnapFX (DockGraph, nodes, tab containers, and split containers), independent from the JavaFX scene-graph rendering layer.

  • Class
    Description
    Interface for container elements in the DockGraph.
    Base interface for all elements in the DockGraph.
    Central data structure of the docking system.
    Wrapper class for a dockable JavaFX node.
    Defines where a hidden node should be restored.
    Represents the different docking zones used during drag & drop.
    Represents a split container in the DockGraph.
    Represents a tab container in the DockGraph.