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

3.33 Tool bar Bean

The tool bar Bean has the following information and Customizer functions.

See

"Package Guide"- JFToolbar

Property information

Name

Type

Reference

Setting

Explanation

background

java.awt
Color

Y

Y

Background color

borderColor

java.awt
Color

Y

Y

Border line color

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

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

hgap

int

Y

Y

Left and right gaps for the default layout

ignoreRepaint

boolean

Y

Y

Whether the paint message of the operating system should be ignored

layout

java.awt
LayoutManager

Y

Y

Layout manager

locale

java.util
Locale

Y

Y

Locale information

name

java.lang
String

Y

Y

Name

orientation

int

Y

Y

Orientation

remoteFont

boolean

Y

Whether the registered font is a remote font

separatorLine

boolean

Y

Y

Line display/no display for separator (delimiter space)

separatorSize

int

Y

Y

Separator (delimiter space) size

toolTip

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Tool tip

toolTipText

java.lang
String

Y

Y

Tool tip text

toolTipsBackground

java.awt
Color

Y

Y

Tool tip Background color

toolTipsColor

java.awt
Color

Y

Y

Tool tip character color

toolTipsDisplay

boolean

Y

Y

Tool tip display/no display

vgap

int

Y

Y

Top and bottom gaps for the default layout

visible

boolean

Y

Y

Whether visible

Event information

Name

Listener

Addition/removal

Method

Explanation

action

java.awt.event
ActionListener

addActionListener
removeActionListener

actionPerformed

Is issued when the registered component issues ActionEvent.

adjustment

java.awt.event
AdjustmentListener

addAdjustmentListener
removeAdjustmentListener

adjustmentValueChanged

Is issued when the registered component issues AdjustmentEvent.

component

java.awt.event
ComponentListener

addComponentListener
removeComponentListener

componentResized

Is issued when the component status changes.

componentMoved

componentShown

componentHidden

container

java.awt.event
ContainerListener

addContainerListener
removeContainerListener

componentAdded

Is issued when the pasted status changes.

componentRemoved

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 registered component issues ItemEvent.

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.

text

java.awt.event
TextListener

addTextListener
removeTextListener

textValueChanged

Is issued when the registered component issues TextEvent.

Method information

Name

Parameters

Explanation

add

java.awt
Component

Adds the component to the end.

add

java.awt
Component

Inserts the component into the specified index.

int

add

java.awt
Component

Adds the component to the end.

java.lang
Object

add

java.awt
Component

Inserts the component into the specified index.

java.lang
Object

int

addSeparator

Adds a separator (delimiter space) to the end.

hideToolTip

Erases the tool tip.

insertSeparator

int

Inserts the separator (delimiter space) into the specified index.

moveComponent

int

Moves the component and separator (delimiter space).

int

remove

int

Deletes the component of the specified index.

remove

java.awt
Component

Deletes the specified component.

removeAll

Deletes all components.

requestFocus

Requests an input focus.

showToolTip

java.lang
String

Displays the tool tip.

java.awt
Point

java.awt
Dimension

long

transferFocus

Moves the focus to the next component.

Customizer