|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DockableDropTarget
DockableDropTarget is a marker for components that accept dockable drops. When a dockable is dragged by the user, the windowing manager takes the the component under the mouse position and finds the first component in the hierarchy that implements this marker.
| Method Summary | |
|---|---|
void |
acceptDrop(DockableDragContext dockableDragContext, java.awt.Point ptScreen)Accept the dockable at the specified position |
boolean |
dragEnter(DockableDragContext dockableDragContext, java.awt.Point ptScreen) |
void |
dragExit(DockableDragContext dockableDragContext) |
boolean |
dragOver(DockableDragContext dockableDragContext, java.awt.Point ptScreen)Indicates that a dockable is being dragged over the panel. |
| Method Detail |
|---|
boolean dragEnter(DockableDragContext dockableDragContext,
java.awt.Point ptScreen)
boolean dragOver(DockableDragContext dockableDragContext,
java.awt.Point ptScreen)
void dragExit(DockableDragContext dockableDragContext)
void acceptDrop(DockableDragContext dockableDragContext,
java.awt.Point ptScreen)
ptScreen -
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||