public class PropertySupport extends Object
| Constructor and Description |
|---|
PropertySupport(String name,
Object source,
PropertyType propertyType,
boolean writable,
PropertyListeners listeners) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isWritable() |
PropertyListeners |
listeners() |
String |
name() |
void |
propagateEvents(Property other) |
PropertyType |
type() |
UserObjects |
userObjects() |
public PropertySupport(String name, Object source, PropertyType propertyType, boolean writable, PropertyListeners listeners)
public boolean isWritable()
public PropertyType type()
public String name()
public PropertyListeners listeners()
public UserObjects userObjects()
public void propagateEvents(Property other)
Copyright © 2022 vpc open source initiative. All rights reserved.