The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Newsbot
Development
Roadmap
Module Owners
Blue Sky
Projects
Status
Tools
Products
Source Code
Binaries
Documentation
License Terms
Bug Reports
Quality
Search
Feedback
Class grendel.dnd.DropTargetDropEvent
All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.dnd.DropTargetDropEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----grendel.dnd.DropTargetEvent
                   |
                   +----grendel.dnd.DropTargetDropEvent

public class  DropTargetDropEvent
     extends grendel.dnd.DropTargetEvent
{
          // Fields 1
     Transferable fTransferable;

          // Constructors 1
     public DropTargetDropEvent(Object, DropTargetContext, Point, int, Transferable);

          // Methods 3
     public void acceptDrop(int);
     public Transferable getTransferable();
     public void rejectDrop();
}



Fields


fTransferable

   Transferable fTransferable



Constructors


DropTargetDropEvent

   public DropTargetDropEvent(Object aSource, 
                              DropTargetContext context, 
                              Point cursor, 
                              int actions, 
                              Transferable transferable) 



Methods


acceptDrop

   public void acceptDrop(int dropAction) 


rejectDrop

   public void rejectDrop() 


getTransferable

   public Transferable getTransferable() 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4

Copyright © 1998-1999 The Mozilla Organization.