Floating Window [JavaDoc]
A Floating Window's properties is a composition the general properties for a Docking Window (Docking Window Properties) and specific properties for the Floating Window (Floating Window Properties). The Tab Properties are not applicable for a Floating Window.
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.
Floating Window Properties [JavaDoc]
Auto Close Enabled
Enables/disables if the floating window should be automatically closed when it doesn't contain any child window.
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
[+] Component Properties
Component properties for floating window.
[+] Shaped Panel Properties
Properties for floating window internal shape.