Methods' Summary |
getListEntryCount |
retrieves the number of entries in the list
|
getListEntry |
provides access to a single list entry
|
getAllListEntries |
provides access to the entirety of all list entries
|
addListEntryListener |
adds a listener which will be notified about changes in the list
reflected by the component.
|
removeListEntryListener |
revokes the given listener from the list of components which will
be notified about changes in the entry list.
|
Methods' Details |
getListEntryCount
long |
getListEntryCount(); |
- Description
- retrieves the number of entries in the list
|
|
getListEntry
- Description
- provides access to a single list entry
- Throws
- com::sun::star::lang::IndexOutOfBoundsException
if the given position does not denote a valid index in the list
- See also
- getListEntryCount
|
|
getAllListEntries
sequence< string > |
getAllListEntries(); |
- Description
- provides access to the entirety of all list entries
|
|
addListEntryListener
- Description
- adds a listener which will be notified about changes in the list
reflected by the component.
- Throws
- com::sun::star::lang::NullPointerException
if the given listener is `NULL`
|
|
removeListEntryListener
- Description
- revokes the given listener from the list of components which will
be notified about changes in the entry list.
- Throws
- com::sun::star::lang::NullPointerException
if the given listener is `NULL`
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.