このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


Interface XItemList
Language

The 解放する/自由な and Open 生産性 控訴
解放(する)d: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: 星/主役にする :: awt ::

interface XItemList
Description
供給するs convenient 接近 to the 名簿(に載せる)/表(にあげる) of items in a 名簿(に載せる)/表(にあげる) box

Methods' 要約
insertItem 挿入するs a new item into the 名簿(に載せる)/表(にあげる)  
insertItemText 挿入するs an item which has only a text, but no image  
insertItemImage 挿入するs an item which has only an image, but no text  
removeItem 除去するs an item from the 名簿(に載せる)/表(にあげる)  
removeAllItems 除去するs all items from the 名簿(に載せる)/表(にあげる)  
setItemText 始める,決めるs a new text for an 存在するing item  
setItemImage 始める,決めるs a new image for an 存在するing item  
setItemTextAndImage 始める,決めるs both a new position and text for an 存在するing item  
setItemData associates an 実施 dependend value with the given 名簿(に載せる)/表(にあげる) item.  
getItemText retrieves the text of an 存在するing item  
getItemImage retrieves the URL of the image of an 存在するing item  
getItemTextAndImage retrieves both the text and the image URL of an 存在するing item  
getItemData retrieves the 実施 dependend value associated with the given 名簿(に載せる)/表(にあげる) item.  
getAllItems retrieves the texts and images of all items in the 名簿(に載せる)/表(にあげる)  
addItemListListener 登録(する)s a listener which is 通知するd about changes in the item 名簿(に載せる)/表(にあげる).  
removeItemListListener 取り消すs a listener which is 通知するd about changes in the item 名簿(に載せる)/表(にあげる).  
せいにするs' 要約
ItemCount is the number of items in the 名簿(に載せる)/表(にあげる)  
Methods' 詳細(に述べる)s
insertItem
無効の
insertItem( [in] long  Position,
[in] string  ItemText,
[in] string  ItemImageURL )
raises( ::com::sun::星/主役にする::lang::IndexOutOfBoundsException );

Description
挿入するs a new item into the 名簿(に載せる)/表(にあげる)
Parameter Position
the position at which the item should be 挿入するd. Must be greater or equal to 0, and lesser than or equal to ItemCount.
Parameter ItemText
the text of the item to be 挿入するd.
Parameter ItemImageURL
the URL of the image to 陳列する,発揮する for the item
Throws
::com::sun::星/主役にする::lang::IndexOutOfBoundsException if Position is 無効の.
insertItemText
無効の
insertItemText( [in] long  Position,
[in] string  ItemText )
raises( ::com::sun::星/主役にする::lang::IndexOutOfBoundsException );

Description
挿入するs an item which has only a text, but no image
Parameter Position
the position at which the item should be 挿入するd. Must be greater or equal to 0, and lesser than or equal to ItemCount.
Parameter ItemText
the text of the item to be 挿入するd.
Throws
::com::sun::星/主役にする::lang::IndexOutOfBoundsException if Position is 無効の.
insertItemImage
無効の
insertItemImage( [in] long  Position,
[in] string  ItemImageURL )
raises( ::com::sun::星/主役にする::lang::IndexOutOfBoundsException );

Description
挿入するs an item which has only an image, but no text
Parameter Position
the position at which the item should be 挿入するd. Must be greater or equal to 0, and lesser than or equal to ItemCount.
Parameter ItemImageURL
the URL of the image to 陳列する,発揮する for the item
Throws
::com::sun::星/主役にする::lang::IndexOutOfBoundsException if Position is 無効の.
removeItem
無効の
removeItem( [in] long  Position )
raises( ::com::sun::星/主役にする::lang::IndexOutOfBoundsException );

Description
除去するs an item from the 名簿(に載せる)/表(にあげる)
Parameter Position
the position of the item which should be 除去するd. Must be greater or equal to 0, and lesser than ItemCount.
Throws
::com::sun::星/主役にする::lang::IndexOutOfBoundsException if Position is 無効の.
removeAllItems
無効の
removeAllItems();

Description
除去するs all items from the 名簿(に載せる)/表(にあげる)
setItemText
無効の
setItemText( [in] long  Position,
[in] string  ItemText )
raises( ::com::sun::星/主役にする::lang::IndexOutOfBoundsException );

Description
始める,決めるs a new text for an 存在するing item
Parameter Position
the position of the item whose text is to be changed. Must be greater or equal to 0, and lesser than ItemCount.
Parameter ItemText
the new text of the item
Throws
::com::sun::星/主役にする::lang::IndexOutOfBoundsException if Position is 無効の.
setItemImage
無効の
setItemImage( [in] long  Position,
[in] string  ItemImageURL )
raises( ::com::sun::星/主役にする::lang::IndexOutOfBoundsException );

Description
始める,決めるs a new image for an 存在するing item
Parameter Position
the position of the item whose image is to be changed. Must be greater or equal to 0, and lesser than ItemCount.
Parameter ItemImageURL
the new URL of the image to 陳列する,発揮する for the item
Throws
::com::sun::星/主役にする::lang::IndexOutOfBoundsException if Position is 無効の.
setItemTextAndImage
無効の
setItemTextAndImage( [in] long  Position,
[in] string  ItemText,
[in] string  ItemImageURL )
raises( ::com::sun::星/主役にする::lang::IndexOutOfBoundsException );

Description
始める,決めるs both a new position and text for an 存在するing item
Parameter Position
the position of the item whose text and image is to be changed. Must be greater or equal to 0, and lesser than ItemCount.
Parameter ItemText
the new text of the item
Parameter ItemImageURL
the new URL of the image to 陳列する,発揮する for the item
Throws
::com::sun::星/主役にする::lang::IndexOutOfBoundsException if Position is 無効の.
setItemData
無効の
setItemData( [in] long  Position,
[in] any  ItemData )
raises( ::com::sun::星/主役にする::lang::IndexOutOfBoundsException );

Description
associates an 実施 dependend value with the given 名簿(に載せる)/表(にあげる) item.

You can use this to 蓄える/店 data for an item which does not 干渉する with the 陳列する,発揮するd text and image, but can be used by the (弁護士の)依頼人 of the 名簿(に載せる)/表(にあげる) box for an 独断的な 目的.

Parameter Position
the position of the item whose data value should be 始める,決める. Must be greater or equal to 0, and lesser than ItemCount.
Parameter ItemData
the data to associate with the 名簿(に載せる)/表(にあげる) item
Throws
::com::sun::星/主役にする::lang::IndexOutOfBoundsException if Position is 無効の.
See also
getItemData
getItemText
string
getItemText( [in] long  Position )
raises( ::com::sun::星/主役にする::lang::IndexOutOfBoundsException );

Description
retrieves the text of an 存在するing item
Parameter Position
the position of the item whose text should be retrieved. Must be greater or equal to 0, and lesser than ItemCount.
Throws
::com::sun::星/主役にする::lang::IndexOutOfBoundsException if Position is 無効の.
getItemImage
string
getItemImage( [in] long  Position )
raises( ::com::sun::星/主役にする::lang::IndexOutOfBoundsException );

Description
retrieves the URL of the image of an 存在するing item
Parameter Position
the position of the item whose image should be retrieved. Must be greater or equal to 0, and lesser than ItemCount.
Throws
::com::sun::星/主役にする::lang::IndexOutOfBoundsException if Position is 無効の.
getItemTextAndImage
::com::sun::星/主役にする::beans::Pair< string, string >
getItemTextAndImage( [in] long  Position )
raises( ::com::sun::星/主役にする::lang::IndexOutOfBoundsException );

Description
retrieves both the text and the image URL of an 存在するing item
Parameter Position
the position of the item whose text and image should be retrieved. Must be greater or equal to 0, and lesser than ItemCount.
Throws
::com::sun::星/主役にする::lang::IndexOutOfBoundsException if Position is 無効の.
getItemData
any
getItemData( [in] long  Position )
raises( ::com::sun::星/主役にする::lang::IndexOutOfBoundsException );

Description
retrieves the 実施 dependend value associated with the given 名簿(に載せる)/表(にあげる) item.
Parameter Position
the position of the item whose data value should be retrieved. Must be greater or equal to 0, and lesser than ItemCount.
Throws
::com::sun::星/主役にする::lang::IndexOutOfBoundsException if Position is 無効の.
See also
setItemData, setItemData
getAllItems
sequence< ::com::sun::星/主役にする::beans::Pair< string, string > >
getAllItems();

Description
retrieves the texts and images of all items in the 名簿(に載せる)/表(にあげる)
addItemListListener
無効の
addItemListListener( [in] XItemListListener  Listener );

Description
登録(する)s a listener which is 通知するd about changes in the item 名簿(に載せる)/表(にあげる).
removeItemListListener
無効の
removeItemListListener( [in] XItemListListener  Listener );

Description
取り消すs a listener which is 通知するd about changes in the item 名簿(に載せる)/表(にあげる).
せいにするs' 詳細(に述べる)s
ItemCount
[ readonly ] long ItemCount;
Description
is the number of items in the 名簿(に載せる)/表(にあげる)
最高の,を越す of Page

Apache Software Foundation

Copyright & License | Privacy | 接触する Us | 寄付する | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are 登録(する)d trademarks of The Apache ソフトウェア 創立/基礎. The Apache feather logo is a trademark of The Apache ソフトウェア 創立/基礎. Other 指名するs appearing on the 場所/位置 may be trademarks of their 各々の owners.