The multi-line label Bean has the following information and Customizer functions.
See
"Package Guide"- JFMultiLineLabel
Property information
Name | Type | Reference | Setting | Explanation |
---|---|---|---|---|
alignmentHorizontal | int | Y | Y | Horizontal display position of character string |
alignmentVertical | int | Y | Y | Vertical display position of character string |
autoTurn | boolean | Y | Y | Automatic loopback/no automatic loopback |
background | java.awt | 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 | Y | Y | Border line color |
borderType | int | Y | Y | Border line type |
borderWidth | int | Y | Y | Border line width |
characterCodeMapped | boolean | Y | Y | Whether to convert incompatible character code |
componentOrientation | java.awt | Y | Y | The orientation of the string. It depends on the language |
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 |
equality | boolean | Y | Y | Proportional display/no proportional display |
focusTraversalKeysEnabled | boolean | Y | Y | Whether the focus traversal key is available |
focusable | boolean | Y | Y | Whether the focus can be set |
font | java.awt | Y | Y | Font |
foreground | java.awt | Y | Y | Foreground color |
ignoreRepaint | boolean | Y | Y | Whether the paint message of the operating system should be ignored |
insets | java.awt | Y | Y | Inset |
linePitch | int | Y | Y | Line spacing |
locale | java.util | Y | Y | Locale information |
name | java.lang | Y | Y | Name |
remoteFont | boolean | Y | Whether the registered font is a remote font | |
reverse | boolean | Y | Y | Whether to display in reverse video or not |
text | java.lang | Y | Y | Character string |
toolTipText | java.lang | Y | Y | Tool tip text |
underlineColor | java.awt | Y | Y | Underline color |
underlineType | int | Y | Y | Underline type |
visible | boolean | Y | Y | Whether visible |
wordWrap | boolean | Y | Y | Word wrap/no word wrap |
Event information
Name | Listener | Addition/removal | Method | Explanation |
---|---|---|---|---|
component | java.awt.event | addComponentListener | componentResized | Is issued when the component status changes. |
componentMoved | ||||
componentShown | ||||
componentHidden | ||||
focus | java.awt.event | addFocusListener | focusGained | Is issued when the focus moves. |
focusLost | ||||
inputMethod | java.awt.event | addInputMethodListener | caretPositionChanged | Is issued when the input method status changes. |
inputMethodTextChanged | ||||
key | java.awt.event | addKeyListener | keyTyped | Is issued by key operation. |
keyPressed | ||||
keyReleased | ||||
mouse | java.awt.event | addMouseListener | mouseClicked | Is issued by mouse operation. |
mousePressed | ||||
mouseReleased | ||||
mouseEntered | ||||
mouseExited | ||||
mouseMotion | java.awt.event | addMouseMotionListener | mouseDragged | Is issued when the mouse moves. |
mouseMoved | ||||
mouseWheel | java.awt.event | addMouseWheelListener | mouseWheelMoved | Is issued by mouse wheel operation. |
propertyChange | java.beans | addPropertyChangeListener | propertyChange | Is issued when the property changes. |
Method information
Name | Parameters | Explanation |
---|---|---|
hideToolTip | Erases the tool tip. | |
removeNotify | Notifies a component that it has been removed from the container. If a peer exists, it is destroyed. | |
requestFocus | Requests an input focus. | |
showToolTip | java.lang | Displays the tool tip. |
java.awt | ||
java.awt | ||
long | ||
transferFocus | Moves the focus to the next component. |
Customizer
Character String
Set the character string to be displayed in the multi-line label.
Set the character string to be displayed in the multi-line label.
Mode
Set the multi-line label mode.
Set whether to fold the label string automatically or not. If checked, the label is automatically folded.
Set proportional display/no proportional display. If this item is checked, proportional display is used.
Set word wrap/no word wrap. If this item is checked, words are wrapped.
Set the reverse video mode or not. If this is checked, the display is in reverse mode.
Set to blink character string or not. If checked, the character string blinks. The interval time can be set in the 'Blink Interval' of the 'Paint' property.
Set whether to convert YEN SIGN. If checked, character code conversion is performed.
For the character codes to be converted, see the following table:
SJIS | Unicode | Microsoft |
---|---|---|
0x815F | 0x005C[REVERSE SOLIDUS] | [Unicode]U+00A5[YEN SIGN] |
Paint
Set the multi-line label display information.
Set the blink interval of the display character string in milliseconds (ms). Specify from 1 to 2147483647 as the blink interval.
Set the underline color. When the button is pressed, Color setting dialog is displayed.
Select the underline type from among None, Convex, Concave, or Flat.
Select the horizontal display position of the strings from among Left justified, Centered or Right justified.
Select the vertical display position of the strings from among Top-justified, Centered or Bottom-justified.
Set the upper inset with a pixel value. Specify from -2147483648 to 2147483647 as the inset upper.
Set the left inset with a pixel value. Specify from -2147483648 to 2147483647 as the inset left.
Set the bottom inset with a pixel value. Specify from -2147483648 to 2147483647 as the inset bottom.
Set the right inset with a pixel value. Specify from -2147483648 to 2147483647 as the inset right.
Set the line spacing with a pixel value. Specify from 0 to 2147483647 as the line spacing.