Table of Contents

Namespace Whim.TreeLayout

Classes

AddWindowDirectionChangedEventArgs
Event arguments for the AddWindowDirectionChanged event.
TreeLayoutCommands
The commands for the tree layout plugin.
TreeLayoutEngine
A tree layout engine allows users to create arbitrary window grid layouts.
TreeLayoutPlugin
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

Interfaces

ITreeLayoutPlugin
TreeLayoutPlugin provides commands and functionality for the TreeLayoutEngine. TreeLayoutPlugin does not load the TreeLayoutEngine - that is done when creating a workspace via Add(string?, IEnumerable<CreateLeafLayoutEngine>?).