Lines Matching refs:drop
42 /** This interface is implemented by a view or window that supports drop
66 /** Remove a drop target listener.
75 /** Indicates either a drop target object is active or not.
78 A boolean indicating whether or not this drop target object is
85 /** Sets the drop target object active or inactive.
88 A value of <TRUE/> sets the drop target object active.
89 <p>A value of <FALSE/> sets the drop target object inactive.
95 /** Determine the actions supported by a drop target.
98 The current action or actions supported by this drop target.
100 <p>By default this will include all drag and drop actions.</p>
108 /** Sets the default acceptable actions for this drop target.