|
Jamaica 6.4 release 1
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DropTarget | |
|---|---|
| java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
| java.awt.dnd | Drag and Drop is a direct manipulation gesture found in many Graphical User Interface systems that provides a mechanism to transfer information between two entities logically associated with presentation elements in the GUI. |
| java.awt.dnd.peer | Provides for interfacing with the underlying window system in order to access its platform-dependent drag-and-drop facilities. |
| Uses of DropTarget in java.awt |
|---|
| Methods in java.awt that return DropTarget | |
|---|---|
DropTarget |
Component.getDropTarget()
Gets the DropTarget associated with this
Component. |
| Methods in java.awt with parameters of type DropTarget | |
|---|---|
void |
Component.setDropTarget(DropTarget dt)
Associate a DropTarget with this component. |
| Uses of DropTarget in java.awt.dnd |
|---|
| Methods in java.awt.dnd that return DropTarget | |
|---|---|
DropTarget |
DropTargetContext.getDropTarget()
This method returns the DropTarget associated with this
DropTargetContext. |
| Uses of DropTarget in java.awt.dnd.peer |
|---|
| Methods in java.awt.dnd.peer that return DropTarget | |
|---|---|
DropTarget |
DropTargetContextPeer.getDropTarget()
get the DropTarget associated with this peer |
| Methods in java.awt.dnd.peer with parameters of type DropTarget | |
|---|---|
void |
DropTargetPeer.addDropTarget(DropTarget dt)
Add the DropTarget to the System |
void |
DropTargetPeer.removeDropTarget(DropTarget dt)
Remove the DropTarget from the system |
|
Jamaica 6.4 release 1
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||