View [JavaDoc]
A View's properties is a composition of the general properties for a Docking Window (Docking Window Properties) and specific properties for the View (View 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.
View Properties [JavaDoc]
Always Show Title
If true the view will always be placed in a TabWindow so that it's title is shown.
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Title
The view title.
Property Type:net.infonode.properties.types.StringProperty
Value Type:class java.lang.String
Icon
The view icon.
Property Type:net.infonode.properties.types.IconProperty
Value Type:interface javax.swing.Icon
[+] View Title Bar Properties
Properties for view's title bar.