Tab Window [JavaDoc]
A Tab Window's properties is a composition of the general properties for a Docking Window (Docking Window Properties) and specific properties for the Tab Window (Tab 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.
Tab Window Properties [JavaDoc]
[+] Tabbed Panel Properties
Property values for the tabbed panel in the TabWindow.
[+] Tab Properties
Default property values for the window tabs in the TabWindow.