ページの先頭行へ戻る
Interstage Studio J Business Kit GUIライブラリ ユーザーズガイド
FUJITSU Software

A.3.1 該当する基本GUIBeansプロパティ

移行作業を必要とするのは、以下のプロパティです。

Windows用JBK V1系、V2系からJBK V3系への移行

基本GUIBeans

以前のプロパティ名

設定メソッド

参照メソッド

JFCheckList

item

getItems()、getItem(int)

JFPanel

autofocus

setAutoFocus(boolean)

isAutoFocus()

JFPanel

firstfocuscomponent

setFirstFocusComponent(Component)

getFirstFocusComponent()

JFTableView

wrapColumnLayoutType

getWrapColumnLayout()

JFTabPanel

name

setName(int,String)

getName(int)

Windows用JBK V3.0 L20からJBK V3.0 L30への移行

基本GUIBeans

以前のプロパティ名

設定メソッド

参照メソッド

JFToggleButton

group

setButtonGroup(JFButtonGroup)

getButtonGroup()