public interface IFactoryList extends IList
Modifier and Type | Method and Description |
---|---|
IList |
fields()
Gets a list of fields available through this factory.
|
Object |
fields(int index) |
int |
indexOfItem(Object item)
Gets the index of the passed object.
|
void |
post()
Posts changed data for all items in list.
|
int |
ratio(int index)
The similarity ratio for the specified item.
|
void |
refresh()
Reads saved list filter and data for all listed objects, overwriting values in memory.
|
add, count, insert, item, iterator, remove, swap
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
forEach, spliterator
IList fields()
Gets a list of fields available through this factory.
Getter method for the COM property "Fields"
Object fields(int index)
void refresh()
Reads saved list filter and data for all listed objects, overwriting values in memory.
void post()
Posts changed data for all items in list.
int ratio(int index)
The similarity ratio for the specified item.
Getter method for the COM property "Ratio"
index
- Mandatory int parameter.int indexOfItem(Object item)
Gets the index of the passed object.
item
- Mandatory java.lang.Object parameter.Copyright © 2020. All rights reserved.