Getinnerborder(), Getouterborder(), Setinnerborder(border) – MiG InfoCom MiG Calendar JavaBeans User Manual

Page 149: Setouterborder(border), Getinnerborder, Getouterborder, Setinnerborder, Javax.swing.border.border, Setouterborder

Advertising
background image

(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:

getOuterBorder()

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:

setOuterBorder(Border)

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:

getInnerBorder()

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:

setInnerBorder(Border)

Page 149 of 196

com.miginfocom.beans.DateHeaderBean

Advertising