| |
|
| java.lang.Object ob.listbox.ListSubItem
cchTextMax | int cchTextMax(Code) | | |
ListSubItem | public ListSubItem()(Code) | | constructor for the subitem
|
ListSubItem | public ListSubItem(String s)(Code) | | constructor for the subitem
Parameters: s - text used in the subitem |
getText | public String getText()(Code) | | retrieves the text for the subitem
text as type String |
setText | public void setText(String s)(Code) | | sets the text for the subitem
Parameters: s - text as type String |
|
|
|