Package | Description |
---|---|
xdev.io | |
xdev.ui | |
xdev.ui.listbox | |
xdev.util | |
xdev.vt |
Modifier and Type | Method and Description |
---|---|
XdevList<XdevFile> |
XdevFile.getChildren()
Returns a sorted
XdevList of child files of this folder.The directory's parent directory are not included in the result. |
Modifier and Type | Method and Description |
---|---|
static XdevList<Component> |
UIUtils.getChildrenOf(Container parent,
boolean deep)
|
XdevList<Object> |
XdevListBox.getSelectedDataAsList()
Returns all data of the selected list entries as a list.
|
XdevList<Integer> |
XdevListBox.getSelectedIndicesAsList()
Returns a
XdevList of all of the selected indices, in increasing
order. |
XdevList<Object> |
XdevListBox.getSelectedItemsAsList()
Returns all items of the selected list entries as a list.
|
Modifier and Type | Method and Description |
---|---|
static void |
UIUtils.addChildren(Container parent,
XdevList<Component> children,
boolean deep)
|
Modifier and Type | Method and Description |
---|---|
XdevList<Object> |
ListBoxSupport.getSelectedDataAsList() |
XdevList<Object> |
ListBoxSupport.getSelectedItemsAsList() |
Modifier and Type | Method and Description |
---|---|
XdevList<E> |
XdevList.clone()
Returns a field-for-field copy of this instance.
|
XdevList<E> |
XdevList.copy()
Creates a (defensive) copy of this
XdevList . |
static XdevList<String> |
StringUtils.explode(String str,
String separator)
|
static XdevList<String> |
StringUtils.explode(String str,
String separator,
boolean returnDelimiters)
|
XdevList<K> |
XdevHashtable.getKeys()
|
XdevList<V> |
XdevHashtable.getValues()
|
static XdevList |
ParseUtils.parseList(Object value)
Deprecated.
|
static XdevList |
ConversionUtils.toXdevList(Object value)
Converts
value to a XdevList . |
static XdevList |
ConversionUtils.toXdevList(Object value,
XdevList fallback)
Converts
value to a XdevList . |
Modifier and Type | Method and Description |
---|---|
static XdevList |
ConversionUtils.toXdevList(Object value,
XdevList fallback)
Converts
value to a XdevList . |
Modifier and Type | Method and Description |
---|---|
XdevList |
VirtualTable.getCaptions()
Returns a
XdevList of the column captions for this
|
XdevList |
VirtualTable.getColumnData(int col)
Returns a
XdevList with all values for a specified column index. |
XdevList |
VirtualTable.getRowAsList()
Returns a
XdevList representing the row at the current cursor
position. |
XdevList |
VirtualTable.getRowAsList(int row)
Returns a
XdevList representing a specified row. |
XdevList |
VirtualTable.getRowData(int row,
int exceptCol)
Returns a
XdevList representing a specified row. |
XdevList |
VirtualTable.getValues()
Returns a
XdevList for all rows containing further XdevLists for
all values of the rows. |
XdevList |
VirtualTable.VirtualTableRow.toList()
Returns all values of this row as a
XdevList . |
XdevList |
VirtualTable.toLists()
Returns a
XdevList containing all rows as further XdevLists
containing all values of the rows. |
XdevList |
VirtualTable.toLists(int exceptCol)
Returns a
XdevList containing all rows as further XdevLists
containing all values of the rows. |
Copyright © 2003–2023 XDEV Software. All rights reserved.