All Packages This Package Class Hierarchy Class Search Index
Class grendel.dnd.DragSourceContext
java.lang.Object
|
+----grendel.dnd.DragSourceContext
public class DragSourceContext
extends java.lang.Object
{
// Fields 10
static final int ACTION_MASK;
int fActions;
Component fComponent;
Cursor fCursor;
DragSourceListener fListener;
int fModifiers;
Cursor fOldCursor;
DragSource fSource;
Transferable fTransferable;
AWTEvent fTrigger;
// Constructors 1
public DragSourceContext(DragSource, Component, AWTEvent, Transferable);
// Methods 18
public void addDragSourceListener(DragSourceListener) throws TooManyListenersException;
public void cancelDrag() throws InvalidDnDOperationException;
public void commitDrop() throws InvalidDnDOperationException;
public Component getComponent();
public Cursor getCursor();
public DragSource getDragSource();
public int getSourceActions();
public Transferable getTransferable();
public AWTEvent getTrigger();
void notifyDragEnter();
void notifyDragExit();
void notifyDragGestureChanged();
void notifyDragOver();
void notifyDrop();
void notifyDropEnd(boolean, boolean);
public void removeDragSourceListener(DragSourceListener);
public void setCursor(Cursor) throws InvalidDnDOperationException;
public void setSourceActions(int) throws InvalidDnDOperationException;
// Inner Classes 1
class DragMouseListener
}
Fields
static final int ACTION_MASK
DragSource fSource
Component fComponent
AWTEvent fTrigger
Transferable fTransferable
int fActions
int fModifiers
Cursor fCursor
Cursor fOldCursor
DragSourceListener fListener
Constructors
public DragSourceContext(DragSource aSource,
Component aComponent,
AWTEvent aTrigger,
Transferable aTransferable)
Methods
public DragSource getDragSource()
public Component getComponent()
public AWTEvent getTrigger()
public Transferable getTransferable()
public void cancelDrag() throws InvalidDnDOperationException
public void commitDrop() throws InvalidDnDOperationException
public int getSourceActions()
public void setSourceActions(int actions) throws InvalidDnDOperationException
public void setCursor(Cursor cursor) throws InvalidDnDOperationException
public Cursor getCursor()
public void addDragSourceListener(DragSourceListener dsl) throws TooManyListenersException
public void removeDragSourceListener(DragSourceListener dsl)
void notifyDragEnter()
void notifyDragOver()
void notifyDragGestureChanged()
void notifyDragExit()
void notifyDrop()
void notifyDropEnd(boolean aCancelled,
boolean aSuccessful)
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4