Uses of Interface
net.thevpc.common.props.WritableList
Packages that use WritableList
Package
Description
-
Uses of WritableList in net.thevpc.common.props
Subinterfaces of WritableList in net.thevpc.common.propsModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceMethods in net.thevpc.common.props that return WritableListModifier and TypeMethodDescription<T> WritableList<T> Props.PropsBuilder.boundListOf(PropertyType elementType, int maxEntries) <T> WritableList<T> Props.PropsBuilder.boundListOf(PropertyType elementType, ObservableValue<Integer> maxEntries) WritableIndexedNode.children()WritableListIndexSelectionExt.disabledValues()WritableListIndexSelection.indices()<T> WritableList<T> Props.PropsBuilder.linkedListOf(Class<T> elementType) <T> WritableList<T> <T> WritableList<T> Props.PropsBuilder.listOf(PropertyType elementType) <T> WritableList<T> Props.PropsBuilder.setOf(PropertyType elementType) WritableLiMap.values()WritableLiMapAdapter.values()WritableMap.values()Methods in net.thevpc.common.props with parameters of type WritableListModifier and TypeMethodDescriptionstatic <T> voidProps.configureMaxEntries(WritableList<T> list, int maxMessageEntries) static <T> voidProps.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> voidProps.configureSet(WritableList<T> list) -
Uses of WritableList in net.thevpc.common.props.configurators
Methods in net.thevpc.common.props.configurators with parameters of type WritableListModifier and TypeMethodDescriptionvoidOptionsConfigurator.OptionsApplier.applyOptions(WritableList<T> t, O options) static <T> voidMaxEntriesConfigurator.configureMaxEntries(WritableList<T> t, int maxMessageEntries) static <T> voidMaxEntriesConfigurator.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> voidSetConfigurator.configureSet(WritableList<T> list) static <T> voidMaxEntriesConfigurator.ensureMaxEntries(WritableList<T> t, int maxMessageEntries) -
Uses of WritableList in net.thevpc.common.props.impl
Classes in net.thevpc.common.props.impl that implement WritableListModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in net.thevpc.common.props.impl that return WritableListModifier and TypeMethodDescriptionWritableIndexedNodeImpl.children()WritableListIndexSelectionImpl.disabledValues()AbstractWritableMapImpl.entrySet()WritableLiMapBase.entrySet()protected abstract WritableList<T> WritableListAdapter.getAdaptee()protected WritableList<T> WritableListIndexSelectionImpl.getAdaptee()WritableListIndexSelectionImpl.indices()AbstractWritableMapImpl.keySet()WritableLiMapBase.keySet()AbstractWritableMapImpl.values()WritableLiMapBase.values()Methods in net.thevpc.common.props.impl with parameters of type WritableListModifier and TypeMethodDescriptionstatic <T> booleanHelpers.WritableList_addCollection(WritableList<T> THIS, Collection<? extends T> extra)