| Package | Description |
|---|---|
| net.thevpc.common.props | |
| net.thevpc.common.props.configurators | |
| net.thevpc.common.props.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WritableListIndexSelection<T> |
interface |
WritableListIndexSelectionExt<T> |
interface |
WritableListSelection<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> WritableList<T> |
Props.PropsBuilder.boundListOf(PropertyType elementType,
int maxEntries) |
<T> WritableList<T> |
Props.PropsBuilder.boundListOf(PropertyType elementType,
ObservableValue<Integer> maxEntries) |
WritableList<WritableIndexedNode<T>> |
WritableIndexedNode.children() |
WritableList<T> |
WritableListIndexSelectionExt.disabledValues() |
WritableList<Integer> |
WritableListIndexSelection.indices() |
<T> WritableList<T> |
Props.PropsBuilder.linkedListOf(Class<T> elementType) |
<T> WritableList<T> |
Props.PropsBuilder.listOf(Class<T> elementType) |
<T> WritableList<T> |
Props.PropsBuilder.listOf(PropertyType elementType) |
<T> WritableList<T> |
Props.PropsBuilder.setOf(PropertyType elementType) |
WritableList<V> |
WritableLiMap.values() |
WritableList<V> |
WritableLiMapAdapter.values() |
WritableList<V> |
WritableMap.values() |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
Props.configureMaxEntries(WritableList<T> list,
int maxMessageEntries) |
static <T> void |
Props.configureObservableMaxEntries(WritableList<T> list,
ObservableValue<Integer> maxMessageEntries) |
static <T,O> void |
Props.configureObservableOptions(WritableList<T> list,
ObservableValue<O> options,
OptionsConfigurator.OptionsApplier<T,O> optionsApplier) |
static <T,O> void |
Props.configureOptions(WritableList<T> list,
O options,
OptionsConfigurator.OptionsApplier<T,O> optionsApplier) |
static <T> void |
Props.configureSet(WritableList<T> list) |
| Modifier and Type | Method and Description |
|---|---|
void |
OptionsConfigurator.OptionsApplier.applyOptions(WritableList<T> t,
O options) |
static <T> void |
MaxEntriesConfigurator.configureMaxEntries(WritableList<T> t,
int maxMessageEntries) |
static <T> void |
MaxEntriesConfigurator.configureMaxEntries(WritableList<T> t,
ObservableValue<Integer> maxMessageEntries) |
static <T,O> void |
OptionsConfigurator.configureObservableOptions(WritableList<T> list,
ObservableValue<O> options,
OptionsConfigurator.OptionsApplier<T,O> optionsApplier) |
static <T,O> void |
OptionsConfigurator.configureOptions(WritableList<T> list,
O options,
OptionsConfigurator.OptionsApplier<T,O> optionsApplier) |
static <T> void |
SetConfigurator.configureSet(WritableList<T> list) |
static <T> void |
MaxEntriesConfigurator.ensureMaxEntries(WritableList<T> t,
int maxMessageEntries) |
| Modifier and Type | Class and Description |
|---|---|
class |
WritableListAdapter<T> |
class |
WritableListBase<T> |
class |
WritableListImpl<T> |
class |
WritableListIndexSelectionImpl<T> |
class |
WritableListSelectionImpl<T> |
class |
WritableSetImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
WritableList<WritableIndexedNode<T>> |
WritableIndexedNodeImpl.children() |
WritableList<T> |
WritableListIndexSelectionImpl.disabledValues() |
WritableList<MapEntry<K,V>> |
WritableLiMapBase.entrySet() |
WritableList<MapEntry<K,V>> |
AbstractWritableMapImpl.entrySet() |
protected WritableList<T> |
WritableListIndexSelectionImpl.getAdaptee() |
protected abstract WritableList<T> |
WritableListAdapter.getAdaptee() |
WritableList<Integer> |
WritableListIndexSelectionImpl.indices() |
WritableList<K> |
WritableLiMapBase.keySet() |
WritableList<K> |
AbstractWritableMapImpl.keySet() |
WritableList<V> |
WritableLiMapBase.values() |
WritableList<V> |
AbstractWritableMapImpl.values() |
| Modifier and Type | Method and Description |
|---|---|
static <T> boolean |
Helpers.WritableList_addCollection(WritableList<T> THIS,
Collection<? extends T> extra) |
Copyright © 2022 vpc open source initiative. All rights reserved.