All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

Index of all Fields and Methods

A

acceptDrag(int). Method in class com.gloaming.awt.dnd.DropTargetDragEvent
Called by the target to accept the drag being offered.
acceptDrop(int). Method in class com.gloaming.awt.dnd.DropTargetDropEvent
Called by the target to accept the drag being offered.
ACTION_COPY. Static variable in class com.gloaming.awt.dnd.DnDConstants
ACTION_COPY_OR_MOVE. Static variable in class com.gloaming.awt.dnd.DnDConstants
ACTION_LINK. Static variable in class com.gloaming.awt.dnd.DnDConstants
ACTION_MOVE. Static variable in class com.gloaming.awt.dnd.DnDConstants
ACTION_NONE. Static variable in class com.gloaming.awt.dnd.DnDConstants
ACTION_REFERENCE. Static variable in class com.gloaming.awt.dnd.DnDConstants
addDropTargetListener(DropTargetListener). Method in class com.gloaming.awt.dnd.DropTarget
Sets the listener that will receive the target drag events.

C

createDefaultDragGestureRecognizer(Component, int, DragGestureListener). Method in class com.gloaming.awt.dnd.DragSource
Creates a default DragGestureRecognizer attached to the given AWT Component, supporting the given drag actions, that will send dragGestureRecognized event to the given listener.

D

DnDConstants(). Constructor for class com.gloaming.awt.dnd.DnDConstants
dragDropEnd(DragSourceDropEvent). Method in interface com.gloaming.awt.dnd.DragSourceListener
Event handler for the DragSourceDropEvent.
dragEnter(DropTargetDragEvent). Method in interface com.gloaming.awt.dnd.DropTargetListener
Event handler for the dragEnter event.
dragExit(DropTargetEvent). Method in interface com.gloaming.awt.dnd.DropTargetListener
Event handler for the dragExit event.
DragGestureEvent(). Constructor for class com.gloaming.awt.dnd.DragGestureEvent
dragGestureRecognized(DragGestureEvent). Method in interface com.gloaming.awt.dnd.DragGestureListener
Event handler for a DragGestureEvent.
dragOver(DropTargetDragEvent). Method in interface com.gloaming.awt.dnd.DropTargetListener
Event handler for the dragOver event.
DragSource(). Constructor for class com.gloaming.awt.dnd.DragSource
Creates a new DragSource object.
DragSourceDragEvent(). Constructor for class com.gloaming.awt.dnd.DragSourceDragEvent
DragSourceDropEvent(). Constructor for class com.gloaming.awt.dnd.DragSourceDropEvent
DragSourceEvent(). Constructor for class com.gloaming.awt.dnd.DragSourceEvent
drop(DropTargetDropEvent). Method in interface com.gloaming.awt.dnd.DropTargetListener
Event handler for the drop event.
dropActionChanged(DropTargetDragEvent). Method in interface com.gloaming.awt.dnd.DropTargetListener
Event handler for the dropActionChanged event.
dropComplete(boolean). Method in class com.gloaming.awt.dnd.DropTargetDropEvent
Called by the target to indicate that the drop operation has completed successfully, and all data has been transferred.
DropTarget(). Constructor for class com.gloaming.awt.dnd.DropTarget
Creates an empty, unattached, DropTarget.
DropTarget(Component, DropTargetListener). Constructor for class com.gloaming.awt.dnd.DropTarget
Creates an active DropTarget, attached to a Component, that will send drag events to the given DropTargetListener.
DropTarget(Component, int, DropTargetListener). Constructor for class com.gloaming.awt.dnd.DropTarget
Creates an active DropTarget, attached to a Component, that reponds to a predetermined set of drop actions, that will send drag events to the given DropTargetListener.
DropTarget(Component, int, DropTargetListener, boolean). Constructor for class com.gloaming.awt.dnd.DropTarget
Creates a DropTarget, attached to a Component, that reponds to a predetermined set of drop actions, that will send drag events to the given DropTargetListener, and who's active state is pre-initialized using the 'active' parameter.
DropTargetDragEvent(). Constructor for class com.gloaming.awt.dnd.DropTargetDragEvent
DropTargetDropEvent(). Constructor for class com.gloaming.awt.dnd.DropTargetDropEvent
DropTargetEvent(). Constructor for class com.gloaming.awt.dnd.DropTargetEvent

G

getComponent(). Method in class com.gloaming.awt.dnd.DropTarget
Gets the AWT Component, if any, that this DropTarget is associated with.
getCurrentDataFlavors(). Method in class com.gloaming.awt.dnd.DropTargetDragEvent
Returns the data flavors of the transferable objects from the drag source.
getCurrentDataFlavors(). Method in class com.gloaming.awt.dnd.DropTargetDropEvent
Returns the data flavors of the transferable objects from the drag source.
getDefaultActions(). Method in class com.gloaming.awt.dnd.DropTarget
Gets the default actions for the DropTarget.
getDefaultDragSource(). Static method in class com.gloaming.awt.dnd.DragSource
Obtain a reference to the default DragSource for this VM.
getDropAction(). Method in class com.gloaming.awt.dnd.DragSourceDragEvent
Gets the drop action (MOVE, COPY, etc.) of the completed operation.
getDropAction(). Method in class com.gloaming.awt.dnd.DragSourceDropEvent
Gets the drop action (MOVE, COPY, etc.) of the completed operation.
getDropAction(). Method in class com.gloaming.awt.dnd.DropTargetDragEvent
Gets the drop action of the drag.
getDropAction(). Method in class com.gloaming.awt.dnd.DropTargetDropEvent
Gets the drop actions supported by the drag source.
getDropSuccess(). Method in class com.gloaming.awt.dnd.DragSourceDropEvent
Returns the success, or failure, of the drop operation.
getGestureModifiers(). Method in class com.gloaming.awt.dnd.DragSourceDragEvent
Gets the gesture modifiers of the current drag event.
getLocation(). Method in class com.gloaming.awt.dnd.DropTargetDropEvent
Gets the location of the drop.
getSourceActions(). Method in class com.gloaming.awt.dnd.DropTargetDragEvent
Gets the drop actions supported by the drag source.
getSourceActions(). Method in class com.gloaming.awt.dnd.DropTargetDropEvent
Gets the drop actions supported by the drag source.
getTargetActions(). Method in class com.gloaming.awt.dnd.DragSourceDragEvent
Return the drop actions supported by the target.
getTransferable(). Method in class com.gloaming.awt.dnd.DropTargetDropEvent
Gets the transferable data object.
getUserAction(). Method in class com.gloaming.awt.dnd.DragSourceDragEvent
Get the user action(s).

I

isActive(). Method in class com.gloaming.awt.dnd.DropTarget
Return the state (active or inactive) of this DropTarget.
isDataFlavorSupported(DataFlavor). Method in class com.gloaming.awt.dnd.DropTargetDragEvent
Determines if a specific data flavor is supported by the transferable data in the drag.
isDataFlavorSupported(DataFlavor). Method in class com.gloaming.awt.dnd.DropTargetDropEvent
Determines if a specific data flavor is supported by the transferable data in the drag.
isJava2(). Static method in class com.gloaming.awt.dnd.DragSource
Reports on the presence of the Java2 Drag and Drop classes/library.
isLocalTransfer(). Method in class com.gloaming.awt.dnd.DropTargetDropEvent
Determines if the data being dropped originated from this VM, or some outside source.
isMRJ(). Static method in class com.gloaming.awt.dnd.DragSource
Reports on the presence of the MRJ Drag and Drop classes/library.
isNULL(). Static method in class com.gloaming.awt.dnd.DragSource
Reports on the absence of both the Java2 and MRJ drag and drop libraries.

R

rejectDrag(). Method in class com.gloaming.awt.dnd.DropTargetDragEvent
Called by the target to reject the drag being offered.
rejectDrop(). Method in class com.gloaming.awt.dnd.DropTargetDropEvent
Called by the target to reject the drag being offered.
removeDropTargetListener(DropTargetListener). Method in class com.gloaming.awt.dnd.DropTarget
Removes a listener from the DragTarget.

S

setActive(boolean). Method in class com.gloaming.awt.dnd.DropTarget
Sets the active, or inactive, state of this DropTarget.
setComponent(Component). Method in class com.gloaming.awt.dnd.DropTarget
Attaches this DropTarget to the specified component.
setDefaultActions(int). Method in class com.gloaming.awt.dnd.DropTarget
Sets the default actions for the DropTarget.
startDrag(DragGestureEvent, Cursor, Image, Point, Transferable, DragSourceListener). Method in class com.gloaming.awt.dnd.DragSource
Begin a drag operation.
startDrag(DragGestureEvent, Cursor, Transferable, DragSourceListener). Method in class com.gloaming.awt.dnd.DragSource
Begin a drag operation.