Root Window [JavaDoc]
A Root Window has properties that are specific for the Root Window. It also has default properties for all Docking Windows (View, Tab Window, Split Window, Window Bar) that are members of the Root Window. Each Docking Window has properties that can be used to override the default properties.
Root Window Properties [JavaDoc]
Drag Rectangle Border Width
The width of the drag rectangle border. The drag rectangle will only be painted if the painter of the 'Drag Rectangle Shaped Panel Properties' property is not set.
Property Type:net.infonode.properties.types.IntegerProperty
Value Type:class java.lang.Integer
Double Click Restores Window
Double clicking on a minimized window in a window bar restores it.
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Recursive Tabs Enabled
If true, makes it possible for the user to create tab windows inside other tab windows by dragging windows. If false, only one level of tab windows is allowed. Changing the value of this property does not alter the window tree.
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Edge Split Distance
Inside this distance from the window edge a mouse drag will trigger a window split.
Property Type:net.infonode.properties.types.IntegerProperty
Value Type:class java.lang.Integer
Abort Drag Key Code
Key code for the key that aborts a drag.
Property Type:net.infonode.properties.types.IntegerProperty
Value Type:class java.lang.Integer
[+] Component Properties
The root window component property values.
[+] Shaped Panel Properties
The root window shaped panel property values.
[+] Window Area Properties
The window area component property values. The window area is the area inside the WindowBars.
[+] Window Area Shaped Panel Properties
The window area shaped panel property values. The window area is the area inside the WindowBars.
[+] Drag Rectangle Shaped Panel Properties
Shaped panel properties for the drag rectangle. Setting a painter disables the default drag rectangle.
[+] Drag Label Properties
The window drag label property values.
[+] Docking Window Properties
Default property values for DockingWindows inside this RootWindow.
[+] Tab Window Properties
Default property values for TabWindows inside this RootWindow.