Package net.infonode.tabbedpanel.border
Class TabLineBorder
java.lang.Object
net.infonode.tabbedpanel.border.TabLineBorder
- All Implemented Interfaces:
Serializable
,Border
Deprecated.
TabLineBorder draws a 1 pixel wide line around a
Tab
. If tab spacing in the
tabbed panel is 0 then the border will only draw a single line between two adjacent tabs.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Constructor.TabLineBorder
(boolean drawBottomLine, boolean drawTopLine) Deprecated.Constructs a TabLineBorder that draws lines on two, three or four sides of the tab.TabLineBorder
(Color color) Deprecated.Constructs a TabLineBorder that draws lines on three sides of the tab.TabLineBorder
(Color color, boolean drawBottomLine) Deprecated.Constructs a TabLineBorder that draws lines on three or four sides of the tab.TabLineBorder
(Color color, boolean drawBottomLine, boolean drawTopLine) Deprecated.Constructs a TabLineBorder that draws lines on two, three or four sides of the tab.TabLineBorder
(Color color, Border innerBorder) Deprecated.Constructs a TabLineBorder that draws lines on three sides of the tab.TabLineBorder
(Color color, Border innerBorder, boolean drawBottomLine) Deprecated.Constructs a TabLineBorder that draws lines on three or four sides of the tab.TabLineBorder
(ColorProvider colorProvider, boolean drawBottomLine, boolean drawTopLine) Deprecated.Constructs a TabLineBorder that draws lines on two, three or four sides of the tab.TabLineBorder
(ColorProvider colorProvider, Border innerBorder, boolean drawBottomLine, boolean drawTopLine) Deprecated.Constructs a TabLineBorder that draws lines on three or four sides of the tab. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.boolean
Deprecated.void
paintBorder
(Component c, Graphics g, int x, int y, int width, int height) Deprecated.
-
Constructor Details
-
TabLineBorder
public TabLineBorder()Deprecated.Constructor. Uses the TabbedPane.darkShadow color from the UIManager as line color. -
TabLineBorder
Deprecated.Constructs a TabLineBorder that draws lines on three sides of the tab. No line will be drawn on the side towards the TabbedPanel's content area.- Parameters:
color
- the line color
-
TabLineBorder
Deprecated.Constructs a TabLineBorder that draws lines on three or four sides of the tab.- Parameters:
color
- the line colordrawBottomLine
- true if a line should be drawn on the side towards the tabbed panel's content area, otherwise false
-
TabLineBorder
public TabLineBorder(boolean drawBottomLine, boolean drawTopLine) Deprecated.Constructs a TabLineBorder that draws lines on two, three or four sides of the tab.- Parameters:
drawBottomLine
- true if a line should be drawn on the side towards the tabbed panel's content area, otherwise falsedrawTopLine
- true if a line should be drawn on the side opposite to the tabbed panel's content area, otherwise false
-
TabLineBorder
Deprecated.Constructs a TabLineBorder that draws lines on two, three or four sides of the tab.- Parameters:
color
- the line colordrawBottomLine
- true if a line should be drawn on the side towards the tabbed panel's content area, otherwise falsedrawTopLine
- true if a line should be drawn on the side opposite to the tabbed panel's content area, otherwise false
-
TabLineBorder
Deprecated.Constructs a TabLineBorder that draws lines on two, three or four sides of the tab.- Parameters:
colorProvider
- the line color providerdrawBottomLine
- true if a line should be drawn on the side towards the tabbed panel's content area, otherwise falsedrawTopLine
- true if a line should be drawn on the side opposite to the tabbed panel's content area, otherwise false
-
TabLineBorder
Deprecated.Constructs a TabLineBorder that draws lines on three sides of the tab. No line will be drawn on the side towards the tabbed panel's content area. The inner border will be drawn inside of this TabLineBorder.- Parameters:
color
- the line colorinnerBorder
- border to draw inside of this TabLineBorder
-
TabLineBorder
Deprecated.Constructs a TabLineBorder that draws lines on three or four sides of the tab. The inner border will be drawn inside of this TabLineBorder.- Parameters:
color
- the line colorinnerBorder
- border to draw inside of this TabLineBorderdrawBottomLine
- true if a line should be drawn on the side towards the tabbed panel's content area, otherwise false
-
TabLineBorder
public TabLineBorder(ColorProvider colorProvider, Border innerBorder, boolean drawBottomLine, boolean drawTopLine) Deprecated.Constructs a TabLineBorder that draws lines on three or four sides of the tab. The inner border will be drawn inside of this TabLineBorder.- Parameters:
colorProvider
- the line colorinnerBorder
- border to draw inside of this TabLineBorderdrawBottomLine
- true if a line should be drawn on the side towards the tabbed panel's content area, otherwise falsedrawTopLine
- true if a line should be drawn on the side opposite to the tabbed panel's content area, otherwise false
-
-
Method Details
-
paintBorder
Deprecated.- Specified by:
paintBorder
in interfaceBorder
-
getBorderInsets
Deprecated.- Specified by:
getBorderInsets
in interfaceBorder
-
isBorderOpaque
public boolean isBorderOpaque()Deprecated.- Specified by:
isBorderOpaque
in interfaceBorder
-
TabAreaLineBorder
instead withTabbedPanelProperties.TAB_SPACING
set to -1.