net.infonode.tabbedpanel.theme
public class ClassicTheme extends TabbedPanelTitledTabTheme
Since: ITP 1.2.0
Version: $Revision: 1.14 $
Constructor Summary | |
---|---|
ClassicTheme()
Constructs a default Classic Theme | |
ClassicTheme(int raised)
Constructs a Classic Theme
|
Method Summary | |
---|---|
Border | createInsetsTabBorder(boolean roundEdges, boolean open, boolean highlight)
Creates a tab border with extra insets border
|
Border | createTabBorder(boolean roundEdges, boolean open, boolean highlight)
Creates a tab border without extra insets border
|
String | getName()
Gets the name for this theme
|
TabbedPanelProperties | getTabbedPanelProperties()
Gets the TabbedPanelProperties for this theme
|
TitledTabProperties | getTitledTabProperties()
Gets the TitledTabProperties for this theme
|
Parameters: raised number of pixels for the highlight raised effect
Parameters: roundEdges true for round edges open true for open highlight true for highlight
Returns: the created border
Parameters: roundEdges true for round edges open true for open highlight true for highlight
Returns: the created border
Returns: the name
Returns: the TabbedPanelProperties
Returns: the TitledTabProperties