Tabbed Panel [JavaDoc]
Properties composition for a Tabbed Panel.
Tabbed Panel Properties [JavaDoc]
Tab Reorder Enabled
Tab reorder enabled or disabled
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Abort Drag Key Code
Key code for aborting drag
Property Type:net.infonode.properties.types.IntegerProperty
Value Type:class java.lang.Integer
Layout Policy
Tab layout in tab area
Property Type:net.infonode.tabbedpanel.TabLayoutPolicyProperty
Value Type:class net.infonode.tabbedpanel.TabLayoutPolicy
Tab Drop Down List Visible Policy
Determins when a drop down list with tabs should be visible in the tab area
Property Type:net.infonode.tabbedpanel.TabDropDownListVisiblePolicyProperty
Value Type:class net.infonode.tabbedpanel.TabDropDownListVisiblePolicy
Tab Select Trigger
Determins when a tab should be selected
Property Type:net.infonode.tabbedpanel.TabSelectTriggerProperty
Value Type:class net.infonode.tabbedpanel.TabSelectTrigger
Scroll Offset
Number of pixels to be shown for the last scrolled tab
Property Type:net.infonode.properties.types.IntegerProperty
Value Type:class java.lang.Integer
Ensure Selected Visible
Upon select, the selected tab will be scrolled into the visible area.
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Tab Area Orientation
Tab area's orientation relative to the content area.
Property Type:net.infonode.properties.types.DirectionProperty
Value Type:class net.infonode.util.Direction
Tab Spacing
Number of pixels between tabs in tab area. A negative value will result in tab overlapping.
Property Type:net.infonode.properties.types.IntegerProperty
Value Type:class java.lang.Integer
Tab Depth Order
Tabs will overlap when tab spacing is negative. Depth order tells if first tab should be the top most and the other tabs in descending order or if the first tab should be bottom most and the other tabs in ascending order.
Property Type:net.infonode.tabbedpanel.TabDepthOrderPolicyProperty
Value Type:class net.infonode.tabbedpanel.TabDepthOrderPolicy
Auto Select Tab
When enabled the first tab that i added will be selected automatically. If the selected tab is removed then the tab next to the removed tab will be selected automatically.
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Highlight Pressed Tab
If true the tab pressed with the mouse will be highlighted, otherwise it remains unchanged.
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Tab Deselectable
When enabled the selected tab can be deselected by clicking on it.
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Shadow Enabled
Indicates that a shadow is painted for the selected tab and the content panel. The shadow is partially painted using alpha transparency which can be slow on some systems.
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Hover Listener
Hover Listener to be used for tracking mouse hovering over the tabbed panel.
Property Type:net.infonode.properties.types.HoverListenerProperty
Value Type:interface net.infonode.gui.hover.HoverListener
Hover Policy
Policy for when the Tabbed Panel is considerd hovered by the mouse.
Property Type:net.infonode.tabbedpanel.TabbedPanelHoverPolicyProperty
Value Type:class net.infonode.tabbedpanel.TabbedPanelHoverPolicy
Paint Tab Area Shadow
Paint a shadow for the tab area. If this property is set to false a shadow is painted for the highlighted tab and the tab area components panel.
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Shadow Size
The size of the tab shadow.
Property Type:net.infonode.properties.types.IntegerProperty
Value Type:class java.lang.Integer
Shadow Blend Size
The size of the tab shadow blend area.
Property Type:net.infonode.properties.types.IntegerProperty
Value Type:class java.lang.Integer
Shadow Color
The color of the shadow.
Property Type:net.infonode.properties.types.ColorProperty
Value Type:class java.awt.Color
Shadow Strength
The strength of the shadow. 0 means the shadow color is the same as the backgound color, 1 means the shadow color is 'Shadow Color'.
Property Type:net.infonode.properties.types.FloatProperty
Value Type:class java.lang.Float
[+] Content Panel Properties
Content panel properties.
[+] Tab Area Properties
Tab area properties.
[+] Tab Area Components Properties
Tab area components properties.
[+] Tabbed Panel Button Properties
Tabbed panel button properties.