Getinnerborder(), Getouterborder(), Setinnerborder(border) – MiG InfoCom MiG Calendar JavaBeans User Manual
Page 149: Setouterborder(border), Getinnerborder, Getouterborder, Setinnerborder, Javax.swing.border.border, Setouterborder
![background image](https://www.manualsdir.com/files/798675/content/doc149.png)
(continued from last page)
rowGap
- The gap in pixels between the header rows.
Since:
6.0
getInnerBorder
public javax.swing.border.Border getInnerBorder()
Property: The inner border around the header. The border vill be set on the view so that parts of it will be covered if there is
scrolling.
Returns:
The current border. May be
null
.
See Also:
setInnerBorder
public void setInnerBorder(javax.swing.border.Border border)
Property: The inner border around the header. The border vill be set on the view so that parts of it will be covered if there is
scrolling.
Parameters:
border
- The new border. May be
null
.
See Also:
getOuterBorder
public javax.swing.border.Border getOuterBorder()
Property: The outer border around the header. The border will be installed on the scroll pane so that it will normally always
be shown fully even if the view is partly scrolled away (invisible).
Returns:
The current border. May be
null
.
See Also:
setOuterBorder
public void setOuterBorder(javax.swing.border.Border border)
Property: The outer border around the header. The border will be installed on the scroll pane so that it will normally always
be shown fully even if the view is partly scrolled away (invisible).
Parameters:
border
- The new border. May be
null
.
See Also:
Page 149 of 196
com.miginfocom.beans.DateHeaderBean