| java.lang.Object net.infonode.tabbedpanel.border.TabLineBorder
Constructor Summary | |
public | TabLineBorder() Constructor. | public | TabLineBorder(Color color) Constructs a TabLineBorder that draws lines on three sides of the tab. | public | TabLineBorder(Color color, boolean drawBottomLine) Constructs a TabLineBorder that draws lines on three or four sides of the tab. | public | TabLineBorder(boolean drawBottomLine, boolean drawTopLine) Constructs a TabLineBorder that draws lines on two, three or four sides of the
tab. | public | TabLineBorder(Color color, boolean drawBottomLine, boolean drawTopLine) Constructs a TabLineBorder that draws lines on two, three or four sides of the
tab. | public | TabLineBorder(ColorProvider colorProvider, boolean drawBottomLine, boolean drawTopLine) Constructs a TabLineBorder that draws lines on two, three or four sides of the
tab. | public | TabLineBorder(Color color, Border innerBorder) Constructs a TabLineBorder that draws lines on three sides of the tab. | public | TabLineBorder(Color color, Border innerBorder, boolean drawBottomLine) Constructs a TabLineBorder that draws lines on three or four sides of the tab. | public | TabLineBorder(ColorProvider colorProvider, Border innerBorder, boolean drawBottomLine, boolean drawTopLine) Constructs a TabLineBorder that draws lines on three or four sides of the tab. |
TabLineBorder | public TabLineBorder()(Code) | | Constructor. Uses the TabbedPane.darkShadow color from the UIManager as line color.
|
TabLineBorder | public TabLineBorder(Color color)(Code) | | 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 | public TabLineBorder(Color color, boolean drawBottomLine)(Code) | | Constructs a TabLineBorder that draws lines on three or four sides of the tab.
Parameters: color - the line color Parameters: drawBottomLine - true if a line should be drawn on the side towards thetabbed panel's content area, otherwise false |
TabLineBorder | public TabLineBorder(boolean drawBottomLine, boolean drawTopLine)(Code) | | 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 thetabbed panel's content area, otherwise false Parameters: drawTopLine - true if a line should be drawn on the side opposite tothe tabbed panel's content area, otherwise false |
TabLineBorder | public TabLineBorder(Color color, boolean drawBottomLine, boolean drawTopLine)(Code) | | Constructs a TabLineBorder that draws lines on two, three or four sides of the
tab.
Parameters: color - the line color Parameters: drawBottomLine - true if a line should be drawn on the side towards thetabbed panel's content area, otherwise false Parameters: drawTopLine - true if a line should be drawn on the side opposite tothe tabbed panel's content area, otherwise false |
TabLineBorder | public TabLineBorder(ColorProvider colorProvider, boolean drawBottomLine, boolean drawTopLine)(Code) | | Constructs a TabLineBorder that draws lines on two, three or four sides of the
tab.
Parameters: colorProvider - the line color provider Parameters: drawBottomLine - true if a line should be drawn on the side towards thetabbed panel's content area, otherwise false Parameters: drawTopLine - true if a line should be drawn on the side opposite tothe tabbed panel's content area, otherwise false |
TabLineBorder | public TabLineBorder(Color color, Border innerBorder)(Code) | | 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 color Parameters: innerBorder - border to draw inside of this TabLineBorder |
TabLineBorder | public TabLineBorder(Color color, Border innerBorder, boolean drawBottomLine)(Code) | | 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 color Parameters: innerBorder - border to draw inside of this TabLineBorder Parameters: drawBottomLine - true if a line should be drawn on the side towards thetabbed panel's content area, otherwise false |
TabLineBorder | public TabLineBorder(ColorProvider colorProvider, Border innerBorder, boolean drawBottomLine, boolean drawTopLine)(Code) | | 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 color Parameters: innerBorder - border to draw inside of this TabLineBorder Parameters: drawBottomLine - true if a line should be drawn on the side towards thetabbed panel's content area, otherwise false Parameters: drawTopLine - true if a line should be drawn on the side opposite tothe tabbed panel's content area, otherwise false |
isBorderOpaque | public boolean isBorderOpaque()(Code) | | |
|
|