Methods' Details
|
- addItemListener
-  
- [ oneway ] void
addItemListener(
-
- Description
- registers a listener for item events.
|
- removeItemListener
-  
- [ oneway ] void
removeItemListener(
-
- Description
- unregisters a listener for item events.
|
- addActionListener
-  
- [ oneway ] void
addActionListener(
-
- Description
- registers a listener for action events.
|
- removeActionListener
-  
- [ oneway ] void
removeActionListener(
-
- Description
- unregisters a listener for action events.
|
- addItem
-  
- [ oneway ] void
addItem(
[ in ] string |
aItem, |
[ in ] short |
nPos ); |
- Description
- adds a new item to the combo box.
|
- addItems
-  
- [ oneway ] void
addItems(
[ in ] sequence< string > |
aItems, |
[ in ] short |
nPos ); |
- Description
- adds multiple items to the combo box.
|
- removeItems
-  
- [ oneway ] void
removeItems(
[ in ] short |
nPos, |
[ in ] short |
nCount ); |
- Description
- removes multiple items to the combo box.
|
- getItemCount
-  
short
getItemCount();
- Returns
-
the number of items in this combo box.
|
- getItem
-  
- string
getItem(
-
- Returns
-
the item at the position nPos .
|
- getItems
-  
sequence< string >
getItems();
- Returns
-
all items of this combo box.
|
- getDropDownLineCount
-  
short
getDropDownLineCount();
- Returns
-
the number of lines which are visible in the drop down area.
|
- setDropDownLineCount
-  
- [ oneway ] void
setDropDownLineCount(
-
- Description
- sets the number of lines which are visible in the drop down area.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.