Ownedpublic interface Owned The Owned interface is implemented by Control objects that wish to advertise
which media component owns the Control. A Control is typically owned by a
PlugIn, Player, Processor, DataSource or DataSink object. |
Methods Summary |
---|
public java.lang.Object | getOwner()Returns the object that owns this control.
|
|