Window Bar [JavaDoc]
A Window Bar's properties is a composition the general properties for a Docking Window (Docking Window Properties) and specific properties for the Window Bar (Window Bar Properties). The Tab Window Properties that is part of the Window Bar Properties inherits most of its values from the default Tab Window Properties found in the Root Window Properties for the Root Window that the Window bar is a member of.
Docking Window Properties [JavaDoc]
Drag Enabled
Enables/disables window drag by the user.
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Undock Enabled
Enables/disables if a window can be undocked to a floating window.
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Undock when Dropped
Enables/disables window undock to floating window when a drag and drop is performed outside the root window.
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Dock Enabled
Enables/disables if a window can be docked to the root window from a floating window.
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Minimize Enabled
Enables/disables window minimize by the user.
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Close Enabled
Enables/disables window close by the user.
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Restore Enabled
Enables/disables window restore by the user.
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Maximize Enabled
Enables/disables window maximize by the user.
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Title Provider
Provides a title for a window.
Property Type:net.infonode.docking.title.DockingWindowTitleProviderProperty
Value Type:interface net.infonode.docking.title.DockingWindowTitleProvider
[+] Tab Properties
Property values for the window tab when the window is located in a TabWindow or a WindowBar.
[+] Drop Filter Properties
Property values for drop filters.
Window Bar Properties [JavaDoc]
Content Panel Edge Resize Distance
Inside this distance from the content panel edge the user can resize the content panel.
Property Type:net.infonode.properties.types.IntegerProperty
Value Type:class java.lang.Integer
Minimum Width
The minimum width of the window bar. If greater than 0, the window bar will always be visible and the user can drag windows to it.
Property Type:net.infonode.properties.types.IntegerProperty
Value Type:class java.lang.Integer
Continuous Layout Enabled
When enabled causes the selected tab's content to change size continuously while resizing it.
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Drag Indicator Color
The color for the resizer's drag indicator that is shown when continuous layout is disabled.
Property Type:net.infonode.properties.types.ColorProperty
Value Type:class java.awt.Color
[+] Component Properties
The WindowBar component properties.