| Package | Description |
|---|---|
| net.thevpc.common.props | |
| net.thevpc.common.props.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObservableListIndexSelection<T> |
interface |
ObservableListIndexSelectionExt<T> |
interface |
ObservableListSelection<T> |
interface |
WritableList<T> |
interface |
WritableListIndexSelection<T> |
interface |
WritableListIndexSelectionExt<T> |
interface |
WritableListSelection<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyListIndexSelection<T> |
class |
ReadOnlyListIndexSelectionExt<T> |
class |
ReadOnlyListSelection<T> |
| Modifier and Type | Method and Description |
|---|---|
ObservableList<? extends IndexedNode<T>> |
IndexedNode.children() |
ObservableList<T> |
ReadOnlyListIndexSelectionExt.disabledValues() |
ObservableList<T> |
ObservableListIndexSelectionExt.disabledValues() |
ObservableList<MapEntry<K,V>> |
ObservableMapAdapter.entrySet() |
ObservableList<MapEntry<K,V>> |
ObservableMap.entrySet() |
ObservableList<Integer> |
ObservableListIndexSelection.indices() |
ObservableList<Integer> |
ReadOnlyListIndexSelection.indices() |
ObservableList<K> |
ObservableMapAdapter.keySet() |
ObservableList<K> |
ObservableMap.keySet() |
ObservableList<T> |
ObservableList.readOnly() |
ObservableList<V> |
ObservableMapAdapter.values() |
ObservableList<V> |
ObservableMap.values() |
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyList<T> |
class |
WritableListAdapter<T> |
class |
WritableListBase<T> |
class |
WritableListImpl<T> |
class |
WritableListIndexSelectionImpl<T> |
class |
WritableListSelectionImpl<T> |
class |
WritableSetImpl<T> |
| Modifier and Type | Field and Description |
|---|---|
protected ObservableList<T> |
WritableListBase.ro |
| Modifier and Type | Method and Description |
|---|---|
ObservableList<IndexedNode<T>> |
ReadOnlyPIndexedNode.children() |
ObservableList<MapEntry<K,V>> |
ReadOnlyMap.entrySet() |
ObservableList<T> |
ReadOnlyList.getBase() |
ObservableList<K> |
ReadOnlyMap.keySet() |
ObservableList<T> |
ReadOnlyList.readOnly() |
ObservableList<T> |
WritableListBase.readOnly() |
ObservableList<T> |
WritableListAdapter.readOnly() |
ObservableList<V> |
ReadOnlyMap.values() |
| Modifier and Type | Method and Description |
|---|---|
static <T> int |
PropsHelper.bestSelectableIndex(ObservableList<T> list,
Predicate<T> selectable,
int currIndex,
int lastIndex) |
| Constructor and Description |
|---|
ReadOnlyList(ObservableList<T> base) |
WritableListIndexSelectionImpl(String name,
PropertyType elementType,
ObservableList<T> possibleValues) |
Copyright © 2022 vpc open source initiative. All rights reserved.