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

3.12 Extended character string field Bean

The extended character string field Bean has the following information and Customizer functions.

See

"Package Guide"- JFFieldRichString

Property information

Name

Type

Reference

Setting

Explanation

alignmentHorizontal

int

Y

Y

Display position of horizontal character string

alignmentVertical

int

Y

Y

Display position of vertical character string

autoEscape

boolean

Y

Y

Automatic exit function valid/invalid

autoIME

boolean

Y

Y

Automatic change of input mode

background

java.awt
Color

Y

Y

Background color

blink

boolean

Y

Y

Whether to blink the character string

blinkInterval

long

Y

Y

Interval of blinking the character string

borderColor

java.awt
Color

Y

Y

Border line color

borderType

int

Y

Y

Border line type

borderWidth

int

Y

Y

Border line width

byteLength

int

Y

Byte length of character string

caretBlink

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Input caret blink

caretPosition

int

Y

Y

Caret position

caretStyle

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Caret style for the input field

caretVisible

boolean

Y

Y

Display/non-display of the input caret

characterCodeMapped

boolean

Y

Y

Whether to convert incompatible character code

columnBaseChar

char

Y

Y

The base character to be used on calculating the width of field

columns

int

Y

Y

Number of display characters

componentOrientation

java.awt
ComponentOrientation

Y

Y

The orientation of the string. It depends on the language

echoChar

char

Y

Y

Character display at password input

editable

boolean

Y

Y

Editing enabled/disabled

enableChars

char[]

Y

Y

Input-enabled character array

enableMenu

boolean

Y

Y

Whether to display the popup menu

enableToolTip

boolean

Y

Y

Whether to display the tool tip

enableType

int

Y

Y

Input-enabled character set

enabled

boolean

Y

Y

Whether enabled

errorBeep

int

Y

Y

Error types for which a warning is sounded

errorStringDisplayed

boolean

Y

Y

Whether to set a string that causes an error as it is

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

formatTiming

int

Y

Y

Timing to perform formatting for the display

fullField

boolean

Y

Y

Whether to check all digit input

ignoreRepaint

boolean

Y

Y

Whether the paint message of the operating system should be ignored

inactiveBackground

java.awt
Color

Y

Y

Background color when inactive

inactiveForeground

java.awt
Color

Y

Y

Foreground color when inactive

indispensableField

boolean

Y

Y

Whether to check the required input

inputAssist

int

Y

Y

Input assist method

inputLimitation

com.fujitsu.jbk.gui
JFInputLimitation

Y

Y

Input restriction

inputMode

int

Y

Y

Character set and character size

inputStyle

int

Y

Y

Character string conversion window type

insertMode

int

Y

Y

Input mode

insets

java.awt
Insets

Y

Y

Inset

length

int

Y

Character string length

locale

java.util
Locale

Y

Y

Locale information

magnification

com.fujitsu.jbk.gui
JFIndexObjectProperty

Y

Character display magnification

maxByteLength

int

Y

Y

Maximum number of input-enabled bytes

maxLength

int

Y

Y

Maximum number of input-enabled characters

name

java.lang
String

Y

Y

Name

plainTextEditing

boolean

Y

Y

Whether the format function is enabled during input

remoteFont

boolean

Y

Whether the registered font is a remote font

reverse

boolean

Y

Y

Whether to display in reverse video or not

selectedInFocus

boolean

Y

Y

Whether to select all the character string when focused or not

selectedText

java.lang
String

Y

Selected character string

selectionEnd

int

Y

Y

Selection end position

selectionStart

int

Y

Y

Select start position

sendTextEventBySetText

boolean

Y

Y

Whether the TextEvent issue is done, when setText() is called

strikeColor

java.awt
Color

Y

Y

Color of strike-through line

strikeType

int

Y

Y

Type of strike-through line

text

java.lang
String

Y

Y

Character string

textEditKey

com.fujitsu.jbk.gui
JFTextEditKey

Y

Y

Function key manager

toolTipText

java.lang
String

Y

Y

Tool tip text

underlineColor

java.awt
Color

Y

Y

Underline color

underlineType

int

Y

Y

Underline type

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 Enter key is pressed or when the component is out of focus automatically.

autoEscape

com.fujitsu.jbk.gui
JFAutoEscapeListener

addAutoEscapeListener
removeAutoEscapeListener

autoEscape

Is issued immediately prior to automatic exit.

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

inputError

com.fujitsu.jbk.gui
JFInputErrorListener

addInputErrorListener
removeInputErrorListener

inputError

Is issued when a character string input error occurs.

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.

text

java.awt.event
TextListener

addTextListener
removeTextListener

textValueChanged

Is issued when a character is input.

Method information

Name

Parameters

Explanation

addAttributedCharacter

char

Sets the display attribute information of the specified character.

com.fujitsu.jbk.gui
JFAttributeSet

addEnableChar

char

Adds an input enabled character.

canCopy

Returns whether copy is possible.

canCut

Returns whether cut is possible.

canPaste

Returns whether paste is possible.

checkFullField

Checks all digit inputting.

checkIndispensableField

Checks the required inputting.

copy

Copies the selected character string onto the clipboard.

cut

Cuts the selected character string onto the clipboard.

echoCharIsSet

Returns whether password input function is set up.

getAttributeIterator

Returns a display attribute information object.

getPreferredSize

int

Returns the optimum size toward number of the specified characters.

getStringForRange

int

Returns the partial character string.

int

hideToolTip

Erases the tool tip.

insertText

java.lang
String

Inserts the character string into the selected area.

paste

Pastes from the clipboard.

removeAttributedCharacter

char

Removes the specified character and corresponding display attribute information.

removeNotify

Notifies a component that it has been removed from the container. If a peer exists, it is destroyed.

requestFocus

Requests an input focus.

select

int

Partially selects the character string.

int

selectAll

Selects the entire character string.

showToolTip

java.lang
String

Displays the tool tip.

java.awt
Point

java.awt
Dimension

long

transferFocus

Moves the focus to the next component.

Customizer