Overview | Methods | This Package | All Packages
Retrieves the object that directly depends on the value being edited.
Syntax
public Object getValueOwner()
Return Value
Returns the object that directly depends on the value.
Remarks
This method differs from getComponent in that the editing may occur on the property value of a non-component object. (If the object returned is a component, it is the same object that getComponent would return.)
See Also getValueOwners