You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.dnd.DropTarget

java.lang.Object
   |
   +----grendel.dnd.DropTarget

public class  DropTarget
     extends java.lang.Object
{
          // Fields 4
     boolean fActive;
     Component fComponent;
     Insets fScrollInsets;
     int fTargetActions;

          // Constructors 2
     public DropTarget();
     public DropTarget(Component);

          // Methods 12
     public void addDropTargetListener(DropTargetListener) throws TooManyListenersException;
     public Insets getAutoScrollInsets();
     public Component getComponent();
     public int getDefaultTargetActions();
     public DropTargetContext getDropTargetContext();
     public boolean isActive();
     public void removeDropTargetListener(DropTargetListener);
     public void setActive(boolean);
     public void setAutoScrollInsets(Insets);
     public void setComponent(Component) throws IllegalArgumentException;
     public void setDefaultTargetActions(int);
     public boolean supportsAutoScrolling();
}



Fields


fComponent

   Component fComponent


fScrollInsets

   Insets fScrollInsets


fTargetActions

   int fTargetActions


fActive

   boolean fActive



Constructors


DropTarget

   public DropTarget() 


DropTarget

   public DropTarget(Component c) 



Methods


getComponent

   public Component getComponent() 


setComponent

   public void setComponent(Component c)  throws IllegalArgumentException


getDropTargetContext

   public DropTargetContext getDropTargetContext() 


supportsAutoScrolling

   public boolean supportsAutoScrolling() 


setAutoScrollInsets

   public void setAutoScrollInsets(Insets scrollInsets) 


getAutoScrollInsets

   public Insets getAutoScrollInsets() 


setDefaultTargetActions

   public void setDefaultTargetActions(int actions) 


getDefaultTargetActions

   public int getDefaultTargetActions() 


addDropTargetListener

   public void addDropTargetListener(DropTargetListener dte)  throws TooManyListenersException


removeDropTargetListener

   public void removeDropTargetListener(DropTargetListener dte) 


setActive

   public void setActive(boolean active) 


isActive

   public boolean isActive() 


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