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

3.28 Table format Bean

The table format Bean has the following information and Customizer functions.

See

"Package Guide"- JFTableView

Property information

Name

Type

Reference

Setting

Explanation

background

java.awt
Color

Y

Y

Background color

borderColor

java.awt
Color

Y

Y

Border line color

borderType

int

Y

Y

Border line type

borderWidth

int

Y

Y

Border line width

cellAlignmentHorizontal

com.fujitsu.jbk.gui
JFCellObjectProperty

Y

Horizontal character display position of cells

cellAlignmentVertical

com.fujitsu.jbk.gui
JFCellObjectProperty

Y

Vertical character display position of cells

cellBackground

com.fujitsu.jbk.gui
JFCellObjectProperty

Y

Background color of cells

cellBorderColor

com.fujitsu.jbk.gui
JFCellObjectProperty

Y

Border color of cells

cellBorderType

com.fujitsu.jbk.gui
JFCellObjectProperty

Y

Border type of cells

cellBorderWidth

com.fujitsu.jbk.gui
JFCellObjectProperty

Y

Border width of cells

cellEditable

com.fujitsu.jbk.gui
JFCellObjectProperty

Y

Cell editable/not editable

cellFont

com.fujitsu.jbk.gui
JFCellObjectProperty

Y

Cell font

cellForeground

com.fujitsu.jbk.gui
JFCellObjectProperty

Y

Foreground color of cells

cellObject

com.fujitsu.jbk.gui
JFCellObjectProperty

Y

Object of a cell

cellString

com.fujitsu.jbk.gui
JFCellObjectProperty

Y

Character string in a cell

cellVisible

com.fujitsu.jbk.gui
JFCellObjectProperty

Y

Display/non-display of cells

columnAlignmentHorizontal

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Horizontal character display position of a cell in a specified column

columnAlignmentVertical

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Vertical character display position of a cell in a specified column

columnBackground

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Background color of cells in a specified column

columnBorderColor

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Color of border of cells in a specified column

columnBorderType

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Type of border of cells in a specified column

columnBorderWidth

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Width of border of cells in a specified column

columnCharWidth

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Width of the character in specified column

columnCount

int

Y

Y

Number of columns

columnEditable

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Whether or not cells in a specified column can be edited

columnFont

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Font of cells in a specified column

columnForeground

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Foreground color of cells in a specified column

columnVisible

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Whether or not cells in a specified column are visible

columnWidth

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Width of the specified column

columns

int

Y

Y

Number of columns that indicates the display size

componentOrientation

java.awt
ComponentOrientation

Y

Y

The orientation of the string. It depends on the language

controlEnabled

boolean

Y

Y

Whether to operation of the possible/impossibility of the added component

defaultCell

com.fujitsu.jbk.gui
JFCell

Y

Y

Default cell for data

defaultCellHeight

int

Y

Y

Default cell height

defaultCellWidth

int

Y

Y

Default cell width

defaultHeaderCell

com.fujitsu.jbk.gui
JFCell

Y

Y

Default cell for header

dragMode

boolean

Y

Y

Table border line dragging enabled/disabled

editable

boolean

Y

Y

Entire cell editing enabled/disabled

enableMenu

boolean

Y

Y

Whether to display the popup menu

enableToolTip

boolean

Y

Y

Whether to display the tool tip

enabled

boolean

Y

Y

Whether enabled

focusTraversalKeysEnabled

boolean

Y

Y

Whether the focus traversal key is available

focusable

boolean

Y

Y

Whether the focus can be set

font

java.awt
Font

Y

Y

Font

foreground

java.awt
Color

Y

Y

Foreground color

format

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Format of the specified column

headerCellAlignmentHorizontal

com.fujitsu.jbk.gui
JFCellObjectProperty

Y

Horizontal character display position of a header cell

headerCellAlignmentVertical

com.fujitsu.jbk.gui
JFCellObjectProperty

Y

Vertical character display position of a header cell

headerCellBackground

com.fujitsu.jbk.gui
JFCellObjectProperty

Y

Background color of a header cell

headerCellBorderColor

com.fujitsu.jbk.gui
JFCellObjectProperty

Y

Color of border of a header cell

headerCellBorderType

com.fujitsu.jbk.gui
JFCellObjectProperty

Y

Type of border of a header cell

headerCellBorderWidth

com.fujitsu.jbk.gui
JFCellObjectProperty

Y

Width of border of a header cell

headerCellFont

com.fujitsu.jbk.gui
JFCellObjectProperty

Y

Font of a header cell

headerCellForeground

com.fujitsu.jbk.gui
JFCellObjectProperty

Y

Foreground color of a header cell

headerCellObject

com.fujitsu.jbk.gui
JFCellObjectProperty

Y

Object of a header cell

headerCellString

com.fujitsu.jbk.gui
JFCellObjectProperty

Y

Character string in a header cell

headerCellVisible

com.fujitsu.jbk.gui
JFCellObjectProperty

Y

Whether to display a header cell

headerColumnCharWidth

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Width of the character in specified header column

headerColumnWidth

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Width of the specified header column

headerColumns

int

Y

Y

Number of header columns

headerRowHeight

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Height of the specified header line

headerRows

int

Y

Y

Number of header lines

headerTableBorderColor

java.awt
Color

Y

Y

Header table border line color

ignoreRepaint

boolean

Y

Y

Whether the paint message of the operating system should be ignored

jumpMode

boolean

Y

Y

Automatic scroll mode

locale

java.util
Locale

Y

Y

Locale information

multipleMode

boolean

Y

Y

Multiple selection mode/single selection mode

name

java.lang
String

Y

Y

Name

position

com.fujitsu.jbk.gui
JFPosition

Y

Cursor position

remoteFont

boolean

Y

Whether the registered font is a remote font

rowAlignmentHorizontal

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Horizontal character display position of a cell in a specified row

rowAlignmentVertical

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Vertical character display position of a cell in a specified row

rowBackground

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Background color of cells in a specified row

rowBorderColor

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Color of border of cells in a specified row

rowBorderType

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Type of border of cells in a specified row

rowBorderWidth

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Width of border of cells in a specified row

rowCount

int

Y

Y

Number of lines

rowEditable

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Whether or not cells in a specified row can be edited

rowFont

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Font of cells in a specified row

rowForeground

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Foreground color of cells in a specified row

rowHeight

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Height of the specified line

rowVisible

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Whether or not cells in a specified row are visible

rows

int

Y

Y

Number of lines that indicate the display size

scrollbarMode

boolean

Y

Y

Display mode of scroll bar

selectedObjects

java.lang
Object[]

Y

Selected cell position list

selectedPosition

com.fujitsu.jbk.gui
JFPosition

Y

Selected cell position

strictly

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Whether disable the character string which isn't suitable for the format of the specified column

tableBorderColor

java.awt
Color

Y

Y

Table border line color

tableBorderHeight

int

Y

Y

Table border line height

tableBorderWidth

int

Y

Y

Table border line width

tableColumns

int

Y

Number of columns including the header

tableRows

int

Y

Number of lines including the header

toolTipText

java.lang
String

Y

Y

Tool tip text

viewMode

boolean

Y

Y

Whether the mode is view mode

visible

boolean

Y

Y

Whether visible

wheelScrollingEnabled

boolean

Y

Y

Whether to enable scrollbar operation with mouse wheel

Event information

Name

Listener

Addition/removal

Method

Explanation

adjustment

java.awt.event
AdjustmentListener

addAdjustmentListener
removeAdjustmentListener

adjustmentValueChanged

Is issued when the value of the adjustable object changes from this scroll bar.

component

java.awt.event
ComponentListener

addComponentListener
removeComponentListener

componentResized

Is issued when the component status changes.

componentMoved

componentShown

componentHidden

focus

java.awt.event
FocusListener

addFocusListener
removeFocusListener

focusGained

Is issued when the focus moves.

focusLost

inputMethod

java.awt.event
InputMethodListener

addInputMethodListener
removeInputMethodListener

caretPositionChanged

Is issued when the input method status changes.

inputMethodTextChanged

item

java.awt.event
ItemListener

addItemListener
removeItemListener

itemStateChanged

Is issued when the cell is selected by mouse or key operation.

key

java.awt.event
KeyListener

addKeyListener
removeKeyListener

keyTyped

Is issued by key operation.

keyPressed

keyReleased

mouse

java.awt.event
MouseListener

addMouseListener
removeMouseListener

mouseClicked

Is issued by mouse operation.

mousePressed

mouseReleased

mouseEntered

mouseExited

mouseMotion

java.awt.event
MouseMotionListener

addMouseMotionListener
removeMouseMotionListener

mouseDragged

Is issued when the mouse moves.

mouseMoved

mouseWheel

java.awt.event
MouseWheelListener

addMouseWheelListener
removeMouseWheelListener

mouseWheelMoved

Is issued by mouse wheel operation.

propertyChange

java.beans
PropertyChangeListener

addPropertyChangeListener
removePropertyChangeListener

propertyChange

Is issued when the property changes.

tableViewAction

com.fujitsu.jbk.gui
JFTableViewActionListener

addTableViewActionListener
removeTableViewActionListener

inputAreaOpen

Is issued when the JFTableView specific operation is performed.

inputAreaClose

cursorMoved

allSelected

allDeselected

rowSelected

rowDeselected

columnSelected

columnDeselected

text

java.awt.event
TextListener

addTextListener
removeTextListener

textValueChanged

Is issued when the cell character string changes.

Method information

Name

Parameters

Explanation

addColumn

Adds a column at the end.

addRow

Adds a line at the end.

allCellDeselect

Deselects all cells.

allCellSelect

Selects all cells.

calculateView

Calculates the screen size and scroll bar position and redraws.

copy

Copies the selected cell data(=character string) onto the clipboard.

copyColumn

int

Copies the column onto the specified position.

int

copyRow

int

Copies the line onto the specified position.

int

deselectCell

int

Deselects the cell.

int

exchangeColumn

int

Replaces the specified column.

int

exchangeRow

int

Replaces the specified line.

int

fullRepaint

Redraws all cells.

hideToolTip

Erases the tool tip.

inputAreaClose

boolean

Does not display the input field.

inputAreaOpen

Displays the input field of the cell at the cursor position.

insertColumn

int

Adds the column to the specified position.

insertRow

int

Adds the line to the specified position.

jump

int

Scrolls so that the cell at the specified position fits the screen.

int

moveColumn

int

Moves the specified column.

int

moveRow

int

Moves the specified line.

int

paste

Pastes from the clipboard.

removeColumn

int

Deletes the specified column.

removeRow

int

Deletes the specified line.

replaceColumn

int

Overwrites the specified column.

int

replaceRow

int

Overwrites the specified line.

int

requestFocus

Requests an input focus.

selectCell

int

Selects the cell.

int

setCellAlignmentHorizontal

int

Set the character display position in the side direction of all cells.

setCellAlignmentVertical

int

Set the character display position in the vertical direction of all cells.

setCellBackground

java.awt
Color

Set the background color of all cells.

setCellBorderColor

java.awt
Color

Set the border color of all cells.

setCellBorderType

int

Set the border type of all cells.

setCellBorderWidth

int

Set the border width of all cells.

setCellEditable

boolean

Set edit enabled/disabled of all cells.

setCellFont

java.awt
Font

Set the font of all cells.

setCellForeground

java.awt
Color

Set the foreground color of all cells.

setCellVisible

boolean

Set display/no display of all cells.

setColumnChars

int

Set the width of the character of all columns.

setRowColumnCount

int

Set the number of data line column.

int

setTableBorder

int

Set the border height and width at the same time.

int

setTextField

com.fujitsu.jbk.gui
JFFieldString

Set the JFFieldString class to use as an input field.

showToolTip

java.lang
String

Displays the tool tip.

java.awt
Point

java.awt
Dimension

long

transferFocus

Moves the focus to the next component.

Customizer