|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.graphic.style.IlvPropertyDescriptorManager.Dependency
public abstract static class IlvPropertyDescriptorManager.Dependency
Dependency describes the dependency between two
PropertyDescriptor objects.
| Constructor Summary | |
|---|---|
IlvPropertyDescriptorManager.Dependency()
Constructs an empty Dependency object. |
|
IlvPropertyDescriptorManager.Dependency(PropertyDescriptor src,
PropertyDescriptor dst,
Object v)
Describes a dependency between the two property descriptors. |
|
| Method Summary | |
|---|---|
PropertyDescriptor |
getDestination()
Returns the destination dependency. |
PropertyDescriptor |
getSource()
Returns the source dependency. |
Object |
getValue()
Returns the value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvPropertyDescriptorManager.Dependency()
Dependency object.
public IlvPropertyDescriptorManager.Dependency(PropertyDescriptor src,
PropertyDescriptor dst,
Object v)
src - The source of the dependency.dst - The destination of the dependency.v - The value.| Method Detail |
|---|
public PropertyDescriptor getSource()
public PropertyDescriptor getDestination()
public Object getValue()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||