public class ListBoxInfo extends Object
This class is used to access the list box data as a snapshot. There is no link to the live listbox data.
This snapshot can be used by for example the text based PrintWindow function, or robots/test tools.
| Modifier and Type | Class and Description |
|---|---|
static class | ListBoxInfo.ListBoxInfoCellThe inner cell information class. |
static class | ListBoxInfo.ListBoxInfoColumnThe inner column information class. |
| Modifier and Type | Field and Description |
|---|---|
ArrayList<ListBoxInfo.ListBoxInfoColumn> | columnsList of list box columns. |
int | firstVisibleLineFirst visible line. |
| Modifier and Type | Method and Description |
|---|---|
int | getLineCount()Gets the number of lines. |
public final ArrayList<ListBoxInfo.ListBoxInfoColumn> columns
public int firstVisibleLine
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© 2026 Mindus SARL. All rights reserved.