Methods' Details |
addItemListener
- Description
- registers a listener for item events.
|
|
removeItemListener
- Description
- unregisters a listener for item events.
|
|
addActionListener
- Description
- registers a listener for action events.
|
|
removeActionListener
- Description
- unregisters a listener for action events.
|
|
addItem
[oneway] void
addItem( |
[in] string
[in] short |
aItem,
nPos ); |
- Description
- adds an item at the specified position.
|
|
addItems
[oneway] void
addItems( |
[in] sequence< string >
[in] short |
aItems,
nPos ); |
- Description
- adds multiple items at the specified position.
|
|
removeItems
[oneway] void
removeItems( |
[in] short
[in] short |
nPos,
nCount ); |
- Description
- removes a number of items at the specified position.
|
|
getItemCount
- Description
- returns the number of items in the listbox.
|
|
getItem
string
getItem( |
[in] short |
nPos ); |
- Description
- returns the item at the specified position.
|
|
getItems
sequence< string >
getItems(); |
|
|
- Description
- returns all items of the list box.
|
|
getSelectedItemPos
short
getSelectedItemPos(); |
|
|
- Description
- returns the position of the currently selected item.
|
|
getSelectedItemsPos
sequence< short >
getSelectedItemsPos(); |
|
|
- Description
- returns the positions of all currently selected items.
|
|
getSelectedItem
string
getSelectedItem(); |
|
|
- Description
- returns the currently selected item.
|
|
getSelectedItems
sequence< string >
getSelectedItems(); |
|
|
- Description
- returns all currently selected items.
|
|
selectItemPos
[oneway] void
selectItemPos( |
[in] short
[in] boolean |
nPos,
bSelect ); |
- Description
- selects/deselects the item at the specified position.
|
|
selectItemsPos
[oneway] void
selectItemsPos( |
[in] sequence< short >
[in] boolean |
aPositions,
bSelect ); |
- Description
- selects/deselects multiple items at the specified positions.
|
|
selectItem
[oneway] void
selectItem( |
[in] string
[in] boolean |
aItem,
bSelect ); |
- Description
- selects/deselects the specified item.
|
|
isMutipleMode
- Description
- returns true if multiple items can be selected,
false if only one item can be selected.
|
|
setMultipleMode
[oneway] void
setMultipleMode( |
[in] boolean |
bMulti ); |
- Description
- determines if only a single item or multiple items can be selected.
|
|
getDropDownLineCount
short
getDropDownLineCount(); |
|
|
- Description
- returns the number of visible lines in drop down mode.
|
|
setDropDownLineCount
[oneway] void
setDropDownLineCount( |
[in] short |
nLines ); |
- Description
- sets the number of visible lines for drop down mode.
|
|
makeVisible
[oneway] void
makeVisible( |
[in] short |
nEntry ); |
- Description
- makes the item at the specified position visible by scrolling.
|
|
Copyright © 2003 Sun Microsystems, Inc.