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 名簿(に載せる)/表(にあげる).
|
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
- 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
- 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
- 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
- Description
- 除去するs all items from the 名簿(に載せる)/表(にあげる)
|
|
setItemText
- 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
- 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
- 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
- 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
- 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
- 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
- Description
- 登録(する)s a listener which is 通知するd about changes in the item 名簿(に載せる)/表(にあげる).
|
|
removeItemListListener
- Description
- 取り消すs a listener which is 通知するd about changes in the item 名簿(に載せる)/表(にあげる).
|
|
Copyright © 2013, The Apache ソフトウェア 創立/基礎, Licensed under the Apache License, 見解/翻訳/版 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache ソフトウェア 創立/基礎. Other 指名するs may be trademarks of their 各々の owners.