Split Window [JavaDoc]
A Split Window's properties is a composition the general properties for a Docking Window (Docking Window Properties) and specific properties for the Split Window (Split Window Properties).
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.
Split Window Properties [JavaDoc]
Continuous Layout Enabled
When enabled causes the windows to change size continuously while dragging the split window divider.
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Divider Size
The split pane divider size.
Property Type:net.infonode.properties.types.IntegerProperty
Value Type:class java.lang.Integer
Divider Location Drag Enabled
When enabled the user can drag the SplitWindow divider to a new location.
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Drag Indicator Color
The color for the divider's drag indicator that is shown when continuous layout is disabled.
Property Type:net.infonode.properties.types.ColorProperty
Value Type:class java.awt.Color