| java.lang.Object net.infonode.tabbedpanel.border.TabHighlightBorder
TabHighlightBorder | public class TabHighlightBorder implements Border,Serializable(Code) | | TabHighlightBorder draws a 1 pixel wide highlight on the top and left side of the
tab. It will not draw highlight on the side towards a TabbedPanel's content area
if the border is constructed with open border.
author: $Author: jesper $ version: $Revision: 1.19 $ See Also: Tab See Also: TabbedPanel See Also: TabbedPanelProperties |
TabHighlightBorder | public TabHighlightBorder()(Code) | | Constructs a TabHighlightBorder that acts as an empty border, i.e. no highlight
is drawn but it will report the same insets as if the highlight was drawn
|
TabHighlightBorder | public TabHighlightBorder(Color color, boolean openBorder)(Code) | | Constructs a TabHighlightBorder with the given color as highlight color
Parameters: color - the highlight color Parameters: openBorder - when true, no highlighting is drawn on the side towards aTabbedPanel's content area, otherwise false |
TabHighlightBorder | public TabHighlightBorder(ColorProvider colorProvider, boolean openBorder)(Code) | | Constructs a TabHighlightBorder with the given color as highlight color
Parameters: colorProvider - the highlight color provider Parameters: openBorder - when true, no highlighting is drawn on the side towards aTabbedPanel's content area, otherwise false |
isBorderOpaque | public boolean isBorderOpaque()(Code) | | |
|
|