Class PropertyDelegate
java.lang.Object
net.thevpc.common.props.impl.PropertyDelegate
- All Implemented Interfaces:
Property
- Direct Known Subclasses:
ObservableValueDelegate, ReadOnlyDispatcher, ReadOnlyList, ReadOnlyMap, ReadOnlyPIndexedNode, ReadOnlyPNamedNode, ReadOnlyStack, WritablePropertyDelegate
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Propertyprotected DefaultPropertyListenersprotected Property -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Property
getChildProperty, onChange, onChange, onChangeAndInit, onChangeAndInit, onPropagatedChange, onPropagatedChange, onPropagatedChangeAndInit, onPropagatedChangeAndInit, readOnly, with, with
-
Field Details
-
listeners
-
base
-
parentProperty
-
-
Constructor Details
-
PropertyDelegate
-
-
Method Details
-
getBase
-
propertyType
- Specified by:
propertyTypein interfaceProperty
-
isWritable
public boolean isWritable()- Specified by:
isWritablein interfaceProperty
-
propertyName
- Specified by:
propertyNamein interfaceProperty
-
events
-
userObjects
- Specified by:
userObjectsin interfaceProperty
-