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

3.5 Checklist Bean

The checklist Bean has the following information and Customizer functions.

See

"Package Guide"- JFCheckList

Property information

Name

Type

Reference

Setting

Explanation

add

java.lang
String

Y

Additional string

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

checkboxBackground

java.awt
Color

Y

Y

Background color of check box

checkboxForeground

java.awt
Color

Y

Y

Foreground color of check box

checkboxPosition

int

Y

Y

Display position of check box

checkedIndexes

int[]

Y

Array of checked indexes

checkedItemCount

int

Y

Number of checked items

checkedItems

java.lang
String[]

Y

Array of checked items

componentOrientation

java.awt
ComponentOrientation

Y

Y

The orientation of the string. It depends on the language

deselect

int

Y

Deselection

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

ignoreRepaint

boolean

Y

Y

Whether the paint message of the operating system should be ignored

indexSelected

(Array)
boolean

(Array)
Y

Whether the specified index is selected

insert

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Inserted string

interlockMode

boolean

Y

Y

Whether the cursor interlocks with the selection status and the check status

item

(Array)
java.lang
String

(Array)
Y

Item

itemCount

int

Y

Number of items

items

java.lang
String[]

Y

Item

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

preferredColorDisplay

boolean

Y

Y

Whether display the preferred color

remoteFont

boolean

Y

Whether the registered font is a remote font

remove

int

Y

Removed string

replace

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Item replacement

rowHeight

int

Y

Y

Height of row

rows

int

Y

Y

Number of displayed lines

select

int

Y

Selection

selectedIndex

int

Y

Selected index

selectedItem

java.lang
String

Y

Selected item

selectedObjects

java.lang
Object[]

Y

Array of selected objects

selectviewMode

boolean

Y

Y

Whether the selected item is highlight or not

state

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Status

toolTipText

java.lang
String

Y

Y

Tool tip text

topIndex

int

Y

Y

Index displayed first

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

action

java.awt.event
ActionListener

addActionListener
removeActionListener

actionPerformed

Is issued when the mouse is double-clicked or when the Enter key is pressed.

check

com.fujitsu.jbk.gui
JFCheckListener

addCheckListener
removeCheckListener

itemStateChanged

Is issued when the check box value is changed.

component

java.awt.event
ComponentListener

addComponentListener
removeComponentListener

componentResized

Is issued when the component status changes.

componentMoved

componentShown

componentHidden

focus

java.awt.eventFocusListener

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 a line is selected.

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.

Method information

Name

Parameters

Explanation

add

java.lang
String

Adds an item.

deselect

int

Deselects the specified index.

deselectAll

Deselects all items.

hideToolTip

Erases the tool tip.

insert

int

Inserts an item in the specified index.

java.lang
String

remove

int

Deletes the specified index.

removeAll

Deletes all items.

replace

int

Replaces the specified index item.

java.lang
String

requestFocus

Requests an input focus.

select

int

Selects the specified index.

showToolTip

java.lang
String

Displays the tool tip.

java.awt
Point

java.awt
Dimension

long

sort

boolean

Specifies ascending or descending order and sorts.

transferFocus

Moves the focus to the next component.

Customizer