Interfaces
NameDescription
 ICollapsiblePaneThe interface a Container must implement to be considered a collapsible pane in the teoframework.
 IDockAreaThe interface containers implement to be used with the IDockAreaClient interface.
 IDockAreaClientThe interface containers or controls implement to be used with the DockAreaFX component.
 IDockClientThe interface containers or controls implement to be used with the DockAreaFX component.
 IDragHandleClient 
 IPaneThe interface a contianer must implement to be considered a pane.
 IResizeBarClientAll classes that implement this interface composite a resizeBar in it's chrome children.
 IScrollContainer 
 ITitleBarClient 
Classes
NameDescription
 CollapsiblePaneFXA collapsible pane that uses an isOpen property to control it's open and closed state.
 DockAreaFXThe DockAreaFX class is a container that accepts IDockAreaClients from a drag and drop operation.
 DockPaneFXThe DockPaneFX component is a container that implements the IDockAreaClient interface to allow seemless integration with the DockAreaFX component.
 DockTaskListFXA custom subclass of the TaskListFX to implement a windows dock and float accordion container.
 LayoutContainerFXA base Container that holds 4 different types of layout.
 PaneFXThe PaneFX class is a container that implements a titleBar and the IPane interface(which extends ITitleBarControl).
 ResizeDockAreaFXShort desctiption.
 TaskListFXThe TaskListFX is a subclass of CollapsiblePaneFX which implements the isOpen property and allows the container to be opened and closed.