Top
Interstage Studio J Business Kit GUI Library User's Guide
FUJITSU Software

3.4 Cell Bean

The cell Bean has the following information and Customizer functions.

See

"Package Guide"- JFCell

Property information

Name

Type

Reference

Setting

Explanation

alignmentHorizontal

int

Y

Y

Horizontal character display position of cells

alignmentVertical

int

Y

Y

Vertical character display position of cells

background

java.awt
Color

Y

Y

Background color of cells

borderColor

java.awt
Color

Y

Y

Border color of cells

borderType

int

Y

Y

Border type of cells

borderWidth

int

Y

Y

Border width of cells

editable

boolean

Y

Y

Cell editable/not editable

font

java.awt
Font

Y

Y

Cell font

foreground

java.awt
Color

Y

Y

Foreground color of cells

selectBackground

java.awt
Color

Y

Y

Background color of a selected cell

selectForeground

java.awt
Color

Y

Y

Foreground color of a selected cell

string

java.lang
String

Y

Y

Character string in a cell

visible

boolean

Y

Y

Display/non-display of cells

Customizer