net.infonode.tabbedpanel.titledtab |
TitledTab is a tab type with support for text, icon and a custom Swing component
|
Java Source File Name | Type | Comment |
TitledTab.java | Class | A TitledTab is a tab that has support for text, icon and a custom Swing component
(called title component). |
TitledTabBorderSizePolicy.java | Class | TitledTabBorderSizePolicy defines how the insets for the titled tab
should be calculated based on the borders for the different tab states.
If the states have borders with different insets titled tab can use the same
insets for each state based on the maximum insets (top, left, bottom,
right) for each state. |
TitledTabBorderSizePolicyProperty.java | Class | |
TitledTabProperties.java | Class |
TitledTabProperties holds all properties for a
TitledTab .
A titled tab can have three states, normal, highlighted and disabled. |
TitledTabSizePolicy.java | Class | TitledTabSizePolicy defines how TitledTab should calculate its size. |
TitledTabSizePolicyProperty.java | Class | |
TitledTabStateProperties.java | Class | TitledTabStateProperties holds all properties that are unique for a titled tab state. |