|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DropTargetPeer
Disabled: no SafeJ information.
The DropTargetPeer class is the interface to the platform dependent DnD facilities. Since the DnD system is based on the native platform's facilities, a DropTargetPeer will be associated with a ComponentPeer of the nearsest enclosing native Container (in the case of lightweights)
Method Summary | |
---|---|
void |
addDropTarget(DropTarget dt)
Add the DropTarget to the System |
void |
removeDropTarget(DropTarget dt)
Remove the DropTarget from the system |
Method Detail |
---|
void addDropTarget(DropTarget dt)
dt
- The DropTarget effectedvoid removeDropTarget(DropTarget dt)
dt
- The DropTarget effected
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |