public class DockSide:
Logical side used by dockable workspaces.
pane = DockPane("Projects", ProjectExplorerPane(), DockSide.LEFT)| Modifier and Type | Member | Description |
|---|---|---|
| public static readonly | BOTTOMBOTTOM as String = "bottom" |
Bottom side pane. |
| public static readonly | LEFTLEFT as String = "left" |
Left side pane. |
| public static readonly | RIGHTRIGHT as String = "right" |
Right side pane. |
| public static readonly | TOPTOP as String = "top" |
Top side pane. |