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

3.22 Progress bar Bean

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

See

"Package Guide"- JFProgressbar

Property information

Name

Type

Reference

Setting

Explanation

alignment

int

Y

Y

Display position of percentage

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

componentOrientation

java.awt
ComponentOrientation

Y

Y

The orientation of the string. It depends on the language

current

int

Y

Y

Current position

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

freeText

java.lang
String

Y

Y

Character string displayed in the free format

ignoreRepaint

boolean

Y

Y

Whether the paint message of the operating system should be ignored

locale

java.util
Locale

Y

Y

Locale information

maximum

int

Y

Y

Upper limit

minimum

int

Y

Y

Lower limit

name

java.lang
String

Y

Y

Name

offset

int

Y

Y

Increment value

orientation

int

Y

Y

Orientation

remoteFont

boolean

Y

Whether the registered font is a remote font

returnable

boolean

Y

Y

Loopback/no loopback

style

int

Y

Y

Display format

toolTipText

java.lang
String

Y

Y

Tool tip text

visible

boolean

Y

Y

Whether visible

visiblePercentage

boolean

Y

Y

Percentage display/no display

Event information

Name

Listener

Addition/removal

Method

Explanation

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

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

hideToolTip

Erases the tool tip.

requestFocus

Requests an input focus.

showToolTip

java.lang
String

Displays the tool tip.

java.awt
Point

java.awt
Dimension

long

step

Advances the current position only as much as the set increment.

step

int

Advances the current position only as much as the specified value.

step

int

Displays the specified character string and advances the current position only as much as the specified value.

java.lang
String

step

java.lang
String

Displays the character string and advances the current position only as much as the set increment.

transferFocus

Moves the focus to the next component.

Customizer