| ᅠ | Name | Description |
|---|
| | CollapsiblePaneFX | A collapsible pane that uses an isOpen property to control it's open and closed state. |
| | DockAreaFX | The DockAreaFX class is a container that accepts IDockAreaClients from a drag and drop operation. |
| | DockPaneFX | The DockPaneFX component is a container that implements the IDockAreaClient interface to allow seemless integration with the DockAreaFX component. |
| | DockTaskListFX | A custom subclass of the TaskListFX to implement a windows dock and float accordion container. |
| | LayoutContainerFX | A base Container that holds 4 different types of layout. |
| | PaneFX | The PaneFX class is a container that implements a titleBar and the IPane interface(which extends ITitleBarControl). |
| | ResizeDockAreaFX | Short desctiption. |
| | TaskListFX | The TaskListFX is a subclass of CollapsiblePaneFX which implements the isOpen property and allows the container to be opened and closed. |