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
Component fComponent
Insets fScrollInsets
int fTargetActions
boolean fActive
Constructors
public DropTarget()
public DropTarget(Component c)
Methods
public Component getComponent()
public void setComponent(Component c) throws IllegalArgumentException
public DropTargetContext getDropTargetContext()
public boolean supportsAutoScrolling()
public void setAutoScrollInsets(Insets scrollInsets)
public Insets getAutoScrollInsets()
public void setDefaultTargetActions(int actions)
public int getDefaultTargetActions()
public void addDropTargetListener(DropTargetListener dte) throws TooManyListenersException
public void removeDropTargetListener(DropTargetListener dte)
public void setActive(boolean active)
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