| Package | Description |
|---|---|
| net.thevpc.common.props | |
| net.thevpc.common.props.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexedNode<T> |
interface |
NamedNode<T> |
interface |
ObservableDispatcher<T> |
interface |
ObservableList<T> |
interface |
ObservableMap<K,V> |
interface |
ObservableStack<T> |
interface |
ObservableValue<T> |
interface |
WritableDispatcher<T> |
interface |
WritableIndexedNode<T> |
interface |
WritableLiMap<K,V> |
interface |
WritableList<T> |
interface |
WritableMap<K,V> |
interface |
WritableNamedNode<T> |
interface |
WritableStack<T> |
interface |
WritableValue<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
ObservableMapAdapter<K,V> |
class |
WritableLiMapAdapter<K,V> |
| Modifier and Type | Method and Description |
|---|---|
<T extends Property> |
PropertyEvent.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
Property |
Property.readOnly() |
| Constructor and Description |
|---|
PropertyEvent(Property property,
Object index,
Object oldValue,
Object newValue,
String path,
PropertyUpdate action) |
PropertyEvent(Property property,
Object index,
Object oldValue,
Object newValue,
String path,
PropertyUpdate action,
String changeId) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProperty |
class |
AbstractWritableLiMapImpl<K,V> |
class |
AbstractWritableListImpl<T> |
class |
AbstractWritableMapImpl<K,V> |
class |
DelegateProperty<T> |
class |
PDispatcherImpl<T> |
class |
ReadOnlyDispatcher<T> |
class |
ReadOnlyList<T> |
class |
ReadOnlyMap<K,V> |
class |
ReadOnlyPIndexedNode<T> |
class |
ReadOnlyPNamedNode<T> |
class |
ReadOnlyStack<T> |
class |
ReadOnlyValue<T> |
class |
WritableIndexedNodeImpl<T> |
class |
WritableLiMapImpl<K,V> |
class |
WritableListAdapter<T> |
class |
WritableListImpl<T> |
class |
WritableMapImpl<K,V> |
class |
WritableNamedNodeImpl<T> |
class |
WritableStackImpl<T> |
class |
WritableValueBase<T> |
class |
WritableValueImpl<T> |
| Modifier and Type | Field and Description |
|---|---|
protected Property |
DelegateProperty.base |
protected Property |
PropertyVetosImpl.source |
protected Property |
PropertyAdjustersImpl.source |
| Modifier and Type | Method and Description |
|---|---|
protected Property |
DelegateProperty.getBase() |
Property |
AppPropertyBinding.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyContainerSupport.add(Property c) |
void |
DefaultAppPropertyContainer.add(Property c) |
void |
PropertyListenersImpl.addDelegate(Property p) |
| Constructor and Description |
|---|
AppPropertyBinding(Property property,
String path) |
DelegateProperty(Property base) |
PropertyAdjustersImpl(Property source) |
PropertyVetosImpl(Property source) |
Copyright © 2021 vpc open source initiative. All rights reserved.