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

3.14 Frame Bean

The frame Bean has the following information.

See

"Package Guide"- JFFrame

Property information

Name

Type

Reference

Setting

Explanation

background

java.awt
Color

Y

Y

Background color

componentOrientation

java.awt
ComponentOrientation

Y

Y

The orientation of the string. It depends on the language

enabled

boolean

Y

Y

Whether enabled

extendedState

int

Y

Y

Frame status

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

iconImage

java.awt
Image

Y

Y

Image of icon

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

maximizedBounds

java.awt
Rectangle

Y

Y

Boundary when maximized

menuBar

java.awt
MenuBar

Y

Y

Menu bar

name

java.lang
String

Y

Y

Name

resizable

boolean

Y

Y

Whether resizable

state

int

Y

Y

Status

title

java.lang
String

Y

Y

Title

undecorated

boolean

Y

Y

Whether decorated

visible

boolean

Y

Y

Whether visible

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

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

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.

window

java.awt.event
WindowListener

addWindowListener
removeWindowListener

windowActivated

Is issued when the window status changes.

windowClosed

windowClosing

windowDeactivated

windowDeiconified

windowIconified

windowOpened

windowFocus

java.awt.event
WindowFocusListener

addWindowFocusListener
removeWindowFocusListener

windowGainedFocus

Issued when the status of the window focus changes.

windowLostFocus

windowState

java.awt.event
WindowStateListener

addWindowStateListener
removeWindowStateListener

windowStateChanged

Issued when the window status changes.

Method information

Name

Parameters

Explanation

add

java.awt
Component

Adds the component.

add

java.awt
Component

Adds the component.

int

add

java.awt
Component

Adds the component.

java.lang
Object

add

java.awt
Component

Adds the component.

java.lang
Object

int

applyResourceBundle

java.util
ResourceBundle

Apply the settings in the given ResourceBundle to this Window.

applyResourceBundle

java.lang
String

Load the ResourceBundle with the given name using the default locale and apply its settings to this window.

createBufferStrategy

int

Creates a new multi-buffering method for the component.

createBufferStrategy

int

Creates a new multi-buffering method for the component.

java.awt
BufferCapabilities

dispose

Releases all of the native screen resources.

getFocusOwner

Returns the child component of this Window which has focus if and only if this Window is active.

getFrames

Returns an array containing all Frames.

getOwnedWindows

Return an array containing all the windows this window currently owns.

getOwner

Return an owner.

getSharedOffscreen

Gets off screen image.

getSharedOffscreenBuffer

int

Creates off screen image.

int

getSharedOffscreenSize

Gets off screen image's size.

getWarningString

Gets the warning string that is displayed with this window.

pack

Causes this Window to be sized to fit the preferred size and layouts of its subcomponents.

remove

java.awt
Component

Deletes the component.

remove

int

Deletes the component.

removeAll

Deletes all components.

requestFocus

Requests an input focus.

toBack

Sends this window to the back.

toFront

Sends this window to the front.

transferFocus

Moves the focus to the next component.