|
|||||||||
| Home >> All >> java >> awt >> [ dnd overview ] | PREV NEXT | ||||||||
A
- ACTION_COPY - Static variable in class java.awt.dnd.DnDConstants
- The copy action.
- ACTION_COPY_OR_MOVE - Static variable in class java.awt.dnd.DnDConstants
- Either a copy or a move.
- ACTION_LINK - Static variable in class java.awt.dnd.DnDConstants
- A link action.
- ACTION_MOVE - Static variable in class java.awt.dnd.DnDConstants
- The move action.
- ACTION_NONE - Static variable in class java.awt.dnd.DnDConstants
- No action takes place.
- ACTION_REFERENCE - Static variable in class java.awt.dnd.DnDConstants
- A synonym for
DnDConstants.ACTION_LINK55 . - Autoscroll - interface java.awt.dnd.Autoscroll.
- During DnD operations it is possible that a user may wish to drop the subject of the operation on a region of a scrollable GUI control that is not currently visible to the user.
- acceptDrag(int) - Method in class java.awt.dnd.DropTargetContext
- acceptDrag(int) - Method in class java.awt.dnd.DropTargetDragEvent
- acceptDrop(int) - Method in class java.awt.dnd.DropTargetContext
- acceptDrop(int) - Method in class java.awt.dnd.DropTargetDropEvent
- action - Variable in class java.awt.dnd.DragGestureEvent
- actionPerformed(ActionEvent) - Method in class java.awt.dnd.DropTarget.DropTargetAutoScroller
- actions - Variable in class java.awt.dnd.DropTarget
- actions - Variable in class java.awt.dnd.DropTargetDropEvent
- active - Variable in class java.awt.dnd.DropTarget
- add(DragSourceListener, DragSourceListener) - Static method in class java.awt.dnd.DnDEventMulticaster
- add(DragSourceMotionListener, DragSourceMotionListener) - Static method in class java.awt.dnd.DnDEventMulticaster
- addDragGestureListener(DragGestureListener) - Method in class java.awt.dnd.DragGestureRecognizer
- Register a new DragGestureListener.
- addDragSourceListener(DragSourceListener) - Method in class java.awt.dnd.DragSource
- addDragSourceListener(DragSourceListener) - Method in class java.awt.dnd.DragSourceContext
- Adds a
DragSourceListener. - addDragSourceMotionListener(DragSourceMotionListener) - Method in class java.awt.dnd.DragSource
- addDropTargetListener(DropTargetListener) - Method in class java.awt.dnd.DropTarget
- Adds a new
DropTargetListener. - addNotify(ComponentPeer) - Method in class java.awt.dnd.DropTarget
- addNotify(DropTargetContextPeer) - Method in class java.awt.dnd.DropTargetContext
- appendEvent(InputEvent) - Method in class java.awt.dnd.DragGestureRecognizer
- autoscroll(Point) - Method in interface java.awt.dnd.Autoscroll
- Notify the Component to autoscroll
C
- CHANGED - Static variable in class java.awt.dnd.DragSourceContext
- clearAutoscroll() - Method in class java.awt.dnd.DropTarget
- component - Variable in class java.awt.dnd.DragGestureEvent
- component - Variable in class java.awt.dnd.DragGestureRecognizer
- component - Variable in class java.awt.dnd.DropTarget.DropTargetAutoScroller
- component - Variable in class java.awt.dnd.DropTarget
- context - Variable in class java.awt.dnd.DropTargetEvent
- createDefaultDragGestureRecognizer(Component, int, DragGestureListener) - Method in class java.awt.dnd.DragSource
- createDragGestureRecognizer(Class, Component, int, DragGestureListener) - Method in class java.awt.dnd.DragSource
- createDragSourceContext(DragSourceContextPeer, DragGestureEvent, Cursor, Image, Point, Transferable, DragSourceListener) - Method in class java.awt.dnd.DragSource
- Creates the DragSourceContext to handle this drag.
- createDropTargetAutoScroller(Component, Point) - Method in class java.awt.dnd.DropTarget
- createDropTargetContext() - Method in class java.awt.dnd.DropTarget
- createTransferableProxy(Transferable, boolean) - Method in class java.awt.dnd.DropTargetContext
- cursor - Variable in class java.awt.dnd.DragSourceContext
D
- DEFAULT - Static variable in class java.awt.dnd.DragSourceContext
- DefaultCopyDrop - Static variable in class java.awt.dnd.DragSource
- DefaultCopyNoDrop - Static variable in class java.awt.dnd.DragSource
- DefaultLinkDrop - Static variable in class java.awt.dnd.DragSource
- DefaultLinkNoDrop - Static variable in class java.awt.dnd.DragSource
- DefaultMoveDrop - Static variable in class java.awt.dnd.DragSource
- DefaultMoveNoDrop - Static variable in class java.awt.dnd.DragSource
- DnDConstants - class java.awt.dnd.DnDConstants.
- This class contains various constants used in drag-and-drop operations.
- DnDConstants() - Constructor for class java.awt.dnd.DnDConstants
- DnDEventMulticaster - class java.awt.dnd.DnDEventMulticaster.
- DnDEventMulticaster(EventListener, EventListener) - Constructor for class java.awt.dnd.DnDEventMulticaster
- DragGestureEvent - class java.awt.dnd.DragGestureEvent.
- STUBBED
- DragGestureEvent(DragGestureRecognizer, int, Point, List) - Constructor for class java.awt.dnd.DragGestureEvent
- DragGestureListener - interface java.awt.dnd.DragGestureListener.
- This is a listener for starting a drag-and-drop gesture.
- DragGestureRecognizer - class java.awt.dnd.DragGestureRecognizer.
- STUBBED
- DragGestureRecognizer(DragSource, Component, int, DragGestureListener) - Constructor for class java.awt.dnd.DragGestureRecognizer
- DragGestureRecognizer(DragSource, Component, int) - Constructor for class java.awt.dnd.DragGestureRecognizer
- DragGestureRecognizer(DragSource, Component) - Constructor for class java.awt.dnd.DragGestureRecognizer
- DragGestureRecognizer(DragSource) - Constructor for class java.awt.dnd.DragGestureRecognizer
- DragSource - class java.awt.dnd.DragSource.
- DragSource() - Constructor for class java.awt.dnd.DragSource
- Initializes the drag source.
- DragSource.NoDragGestureRecognizer - class java.awt.dnd.DragSource.NoDragGestureRecognizer.
- Dummy DragGestureRecognizer when Toolkit doesn't support drag and drop.
- DragSource.NoDragGestureRecognizer(DragSource, Component, int, DragGestureListener) - Constructor for class java.awt.dnd.DragSource.NoDragGestureRecognizer
- DragSourceAdapter - class java.awt.dnd.DragSourceAdapter.
- This class implements
DragSourceListenerandDragSourceMotionListener, and implements all methods with empty bodies. - DragSourceAdapter() - Constructor for class java.awt.dnd.DragSourceAdapter
- Default constructor.
- DragSourceContext - class java.awt.dnd.DragSourceContext.
- DragSourceContext(DragSourceContextPeer, DragGestureEvent, Cursor, Image, Point, Transferable, DragSourceListener) - Constructor for class java.awt.dnd.DragSourceContext
- Initializes a drag source context.
- DragSourceDragEvent - class java.awt.dnd.DragSourceDragEvent.
- DragSourceDragEvent(DragSourceContext, int, int, int) - Constructor for class java.awt.dnd.DragSourceDragEvent
- DragSourceDragEvent(DragSourceContext, int, int, int, int, int) - Constructor for class java.awt.dnd.DragSourceDragEvent
- DragSourceDropEvent - class java.awt.dnd.DragSourceDropEvent.
- DragSourceDropEvent(DragSourceContext) - Constructor for class java.awt.dnd.DragSourceDropEvent
- DragSourceDropEvent(DragSourceContext, int, boolean) - Constructor for class java.awt.dnd.DragSourceDropEvent
- DragSourceDropEvent(DragSourceContext, int, boolean, int, int) - Constructor for class java.awt.dnd.DragSourceDropEvent
- DragSourceEvent - class java.awt.dnd.DragSourceEvent.
- DragSourceEvent(DragSourceContext) - Constructor for class java.awt.dnd.DragSourceEvent
- DragSourceEvent(DragSourceContext, int, int) - Constructor for class java.awt.dnd.DragSourceEvent
- DragSourceListener - interface java.awt.dnd.DragSourceListener.
- This class allows an object to listen for drag and drop events.
- DragSourceMotionListener - interface java.awt.dnd.DragSourceMotionListener.
- This is a listener for mouse motion in the drag source before the drop event occurs.
- DropTarget - class java.awt.dnd.DropTarget.
- DropTarget() - Constructor for class java.awt.dnd.DropTarget
- Creates a
DropTargetobject. - DropTarget(Component, DropTargetListener) - Constructor for class java.awt.dnd.DropTarget
- Creates a
DropTargetobject. - DropTarget(Component, int, DropTargetListener) - Constructor for class java.awt.dnd.DropTarget
- Creates a
DropTargetobject. - DropTarget(Component, int, DropTargetListener, boolean) - Constructor for class java.awt.dnd.DropTarget
- Creates a
DropTargetobject. - DropTarget(Component, int, DropTargetListener, boolean, FlavorMap) - Constructor for class java.awt.dnd.DropTarget
- Creates a
DropTargetobject. - DropTarget.DropTargetAutoScroller - class java.awt.dnd.DropTarget.DropTargetAutoScroller.
- DropTarget.DropTargetAutoScroller(Component, Point) - Constructor for class java.awt.dnd.DropTarget.DropTargetAutoScroller
- DropTargetAdapter - class java.awt.dnd.DropTargetAdapter.
- This class implements
DropTargetListener, and implements all methods with empty bodies. - DropTargetAdapter() - Constructor for class java.awt.dnd.DropTargetAdapter
- Default constructor.
- DropTargetContext - class java.awt.dnd.DropTargetContext.
- DropTargetContext(DropTarget) - Constructor for class java.awt.dnd.DropTargetContext
- DropTargetContext.TransferableProxy - class java.awt.dnd.DropTargetContext.TransferableProxy.
- DropTargetContext.TransferableProxy(Transferable, boolean) - Constructor for class java.awt.dnd.DropTargetContext.TransferableProxy
- DropTargetDragEvent - class java.awt.dnd.DropTargetDragEvent.
- DropTargetDragEvent(DropTargetContext, Point, int, int) - Constructor for class java.awt.dnd.DropTargetDragEvent
- Initializes a
DropTargetDragEvent. - DropTargetDropEvent - class java.awt.dnd.DropTargetDropEvent.
- DropTargetDropEvent(DropTargetContext, Point, int, int) - Constructor for class java.awt.dnd.DropTargetDropEvent
- Initializes a
DropTargetDropEvent. - DropTargetDropEvent(DropTargetContext, Point, int, int, boolean) - Constructor for class java.awt.dnd.DropTargetDropEvent
- Initializes a
DropTargetDropEvent. - DropTargetEvent - class java.awt.dnd.DropTargetEvent.
- DropTargetEvent(DropTargetContext) - Constructor for class java.awt.dnd.DropTargetEvent
- DropTargetListener - interface java.awt.dnd.DropTargetListener.
- dragDropEnd(DragSourceDropEvent) - Method in class java.awt.dnd.DragSourceAdapter
- Called when the drag and drop operation is complete.
- dragDropEnd(DragSourceDropEvent) - Method in class java.awt.dnd.DragSourceContext
- dragDropEnd(DragSourceDropEvent) - Method in interface java.awt.dnd.DragSourceListener
- Called when the drag and drop operation is complete.
- dragEnter(DragSourceDragEvent) - Method in class java.awt.dnd.DragSourceAdapter
- Called when the cursor hotspot enters a drop site which will accept the drag.
- dragEnter(DragSourceDragEvent) - Method in class java.awt.dnd.DragSourceContext
- dragEnter(DragSourceDragEvent) - Method in interface java.awt.dnd.DragSourceListener
- Called when the cursor hotspot enters a drop site which will accept the drag.
- dragEnter(DropTargetDragEvent) - Method in class java.awt.dnd.DropTarget
- dragEnter(DropTargetDragEvent) - Method in class java.awt.dnd.DropTargetAdapter
- Called when the cursor hotspot enters a drop site which will accept the drag.
- dragEnter(DropTargetDragEvent) - Method in interface java.awt.dnd.DropTargetListener
- Called when the cursor hotspot enters a drop site which will accept the drag.
- dragExit(DragSourceEvent) - Method in class java.awt.dnd.DragSourceAdapter
- Called when the cursor hotspot moves outside of a drop site which will accept the drag.
- dragExit(DragSourceEvent) - Method in class java.awt.dnd.DragSourceContext
- dragExit(DragSourceEvent) - Method in interface java.awt.dnd.DragSourceListener
- Called when the cursor hotspot moves outside of a drop site which will accept the drag.
- dragExit(DropTargetEvent) - Method in class java.awt.dnd.DropTarget
- dragExit(DropTargetEvent) - Method in class java.awt.dnd.DropTargetAdapter
- Called when the cursor hotspot moves outside of a drop site which will accept the drag.
- dragExit(DropTargetEvent) - Method in interface java.awt.dnd.DropTargetListener
- Called when the cursor hotspot moves outside of a drop site which will accept the drag.
- dragGestureListener - Variable in class java.awt.dnd.DragGestureRecognizer
- dragGestureRecognized(DragGestureEvent) - Method in interface java.awt.dnd.DragGestureListener
- Called when the native platform notifies the virtual machine that a drag-and-drop has been initiated.
- dragMouseMoved(DragSourceDragEvent) - Method in class java.awt.dnd.DragSourceAdapter
- Called whenever the mouse is moved during a drag-and-drop operation.
- dragMouseMoved(DragSourceDragEvent) - Method in class java.awt.dnd.DragSourceContext
- dragMouseMoved(DragSourceDragEvent) - Method in interface java.awt.dnd.DragSourceMotionListener
- Called whenever the mouse is moved during a drag-and-drop operation.
- dragOver(DragSourceDragEvent) - Method in class java.awt.dnd.DragSourceAdapter
- Called when the cursor hotspot moves inside of a drop site which will accept the drag.
- dragOver(DragSourceDragEvent) - Method in class java.awt.dnd.DragSourceContext
- dragOver(DragSourceDragEvent) - Method in interface java.awt.dnd.DragSourceListener
- Called when the cursor hotspot moves inside of a drop site which will accept the drag.
- dragOver(DropTargetDragEvent) - Method in class java.awt.dnd.DropTarget
- dragOver(DropTargetDragEvent) - Method in class java.awt.dnd.DropTargetAdapter
- Called when the cursor hotspot moves inside of a drop site which will accept the drag.
- dragOver(DropTargetDragEvent) - Method in interface java.awt.dnd.DropTargetListener
- Called when the cursor hotspot moves inside of a drop site which will accept the drag.
- dragSource - Variable in class java.awt.dnd.DragGestureEvent
- dragSource - Variable in class java.awt.dnd.DragGestureRecognizer
- dragSourceListener - Variable in class java.awt.dnd.DragSource
- dragSourceListener - Variable in class java.awt.dnd.DragSourceContext
- dragSourceMotionListener - Variable in class java.awt.dnd.DragSource
- drop(DropTargetDropEvent) - Method in class java.awt.dnd.DropTarget
- drop(DropTargetDropEvent) - Method in interface java.awt.dnd.DropTargetListener
- Called when the drag operation has terminated with a drop.
- dropAction - Variable in class java.awt.dnd.DragSourceDragEvent
- dropAction - Variable in class java.awt.dnd.DragSourceDropEvent
- dropAction - Variable in class java.awt.dnd.DropTargetDragEvent
- dropAction - Variable in class java.awt.dnd.DropTargetDropEvent
- dropActionChanged(DragSourceDragEvent) - Method in class java.awt.dnd.DragSourceAdapter
- Called when the user modifies the drop gesture.
- dropActionChanged(DragSourceDragEvent) - Method in class java.awt.dnd.DragSourceContext
- dropActionChanged(DragSourceDragEvent) - Method in interface java.awt.dnd.DragSourceListener
- Called when the user modifies the drop gesture.
- dropActionChanged(DropTargetDragEvent) - Method in class java.awt.dnd.DropTarget
- dropActionChanged(DropTargetDragEvent) - Method in class java.awt.dnd.DropTargetAdapter
- Called when the user modifies the drop gesture.
- dropActionChanged(DropTargetDragEvent) - Method in interface java.awt.dnd.DropTargetListener
- Called when the user modifies the drop gesture.
- dropComplete(boolean) - Method in class java.awt.dnd.DropTargetContext
- Signals that the drop is completed.
- dropComplete(boolean) - Method in class java.awt.dnd.DropTargetDropEvent
- dropSuccess - Variable in class java.awt.dnd.DragSourceDropEvent
- dropTarget - Variable in class java.awt.dnd.DropTargetContext
- dropTargetContext - Variable in class java.awt.dnd.DropTarget
- dropTargetListener - Variable in class java.awt.dnd.DropTarget
- dtcp - Variable in class java.awt.dnd.DropTargetContext
E
- ENTER - Static variable in class java.awt.dnd.DragSourceContext
- events - Variable in class java.awt.dnd.DragGestureRecognizer
F
- fireDragGestureRecognized(int, Point) - Method in class java.awt.dnd.DragGestureRecognizer
- flavorMap - Variable in class java.awt.dnd.DragSource
- flavorMap - Variable in class java.awt.dnd.DropTarget
G
- gestureModifiers - Variable in class java.awt.dnd.DragSourceDragEvent
- getAutoscrollInsets() - Method in interface java.awt.dnd.Autoscroll
- This method returns the Insets describing the autoscrolling region or border relative to the geometry of the implementing Component
- getComponent() - Method in class java.awt.dnd.DragGestureEvent
- getComponent() - Method in class java.awt.dnd.DragGestureRecognizer
- getComponent() - Method in class java.awt.dnd.DragSourceContext
- getComponent() - Method in class java.awt.dnd.DropTarget
- Returns the component associated with this drop target object.
- getComponent() - Method in class java.awt.dnd.DropTargetContext
- getCurrentDataFlavors() - Method in class java.awt.dnd.DropTargetContext
- getCurrentDataFlavors() - Method in class java.awt.dnd.DropTargetDragEvent
- getCurrentDataFlavors() - Method in class java.awt.dnd.DropTargetDropEvent
- getCurrentDataFlavorsAsList() - Method in class java.awt.dnd.DropTargetContext
- getCurrentDataFlavorsAsList() - Method in class java.awt.dnd.DropTargetDragEvent
- getCurrentDataFlavorsAsList() - Method in class java.awt.dnd.DropTargetDropEvent
- getCursor() - Method in class java.awt.dnd.DragSourceContext
- getDefaultActions() - Method in class java.awt.dnd.DropTarget
- Returns the default actions.
- getDefaultDragSource() - Static method in class java.awt.dnd.DragSource
- getDragAction() - Method in class java.awt.dnd.DragGestureEvent
- getDragOrigin() - Method in class java.awt.dnd.DragGestureEvent
- getDragSource() - Method in class java.awt.dnd.DragGestureEvent
- getDragSource() - Method in class java.awt.dnd.DragGestureRecognizer
- getDragSource() - Method in class java.awt.dnd.DragSourceContext
- getDragSourceContext() - Method in class java.awt.dnd.DragSourceEvent
- getDragSourceListeners() - Method in class java.awt.dnd.DragSource
- getDragSourceMotionListeners() - Method in class java.awt.dnd.DragSource
- getDropAction() - Method in class java.awt.dnd.DragSourceDragEvent
- getDropAction() - Method in class java.awt.dnd.DragSourceDropEvent
- getDropAction() - Method in class java.awt.dnd.DropTargetDragEvent
- getDropAction() - Method in class java.awt.dnd.DropTargetDropEvent
- getDropSuccess() - Method in class java.awt.dnd.DragSourceDropEvent
- getDropTarget() - Method in class java.awt.dnd.DropTargetContext
- getDropTargetContext() - Method in class java.awt.dnd.DropTarget
- getDropTargetContext() - Method in class java.awt.dnd.DropTargetEvent
- getFlavorMap() - Method in class java.awt.dnd.DragSource
- getFlavorMap() - Method in class java.awt.dnd.DropTarget
- getGestureModifiers() - Method in class java.awt.dnd.DragSourceDragEvent
- getGestureModifiersEx() - Method in class java.awt.dnd.DragSourceDragEvent
- getListeners(Class) - Method in class java.awt.dnd.DragSource
- getLocation() - Method in class java.awt.dnd.DragSourceEvent
- getLocation() - Method in class java.awt.dnd.DropTargetDragEvent
- getLocation() - Method in class java.awt.dnd.DropTargetDropEvent
- getSourceActions() - Method in class java.awt.dnd.DragGestureRecognizer
- getSourceActions() - Method in class java.awt.dnd.DragSourceContext
- getSourceActions() - Method in class java.awt.dnd.DropTargetDragEvent
- getSourceActions() - Method in class java.awt.dnd.DropTargetDropEvent
- getSourceAsDragGestureRecognizer() - Method in class java.awt.dnd.DragGestureEvent
- getTargetActions() - Method in class java.awt.dnd.DragSourceDragEvent
- getTargetActions() - Method in class java.awt.dnd.DropTargetContext
- getTransferData(DataFlavor) - Method in class java.awt.dnd.DropTargetContext.TransferableProxy
- getTransferDataFlavors() - Method in class java.awt.dnd.DropTargetContext.TransferableProxy
- getTransferable() - Method in class java.awt.dnd.DragSourceContext
- getTransferable() - Method in class java.awt.dnd.DropTargetContext
- Return the
Transferableoperandof this operation. - getTransferable() - Method in class java.awt.dnd.DropTargetDropEvent
- getTrigger() - Method in class java.awt.dnd.DragSourceContext
- getTriggerEvent() - Method in class java.awt.dnd.DragGestureEvent
- getTriggerEvent() - Method in class java.awt.dnd.DragGestureRecognizer
- getUserAction() - Method in class java.awt.dnd.DragSourceDragEvent
- getX() - Method in class java.awt.dnd.DragSourceEvent
- getY() - Method in class java.awt.dnd.DragSourceEvent
I
- InvalidDnDOperationException - exception java.awt.dnd.InvalidDnDOperationException.
- Thrown when a method in the java.awt.dnd package is unable to perform a requested operation, usually because the underlying DnD system is in the wrong state.
- InvalidDnDOperationException() - Constructor for class java.awt.dnd.InvalidDnDOperationException
- Create an exception without a message.
- InvalidDnDOperationException(String) - Constructor for class java.awt.dnd.InvalidDnDOperationException
- Create an exception with a message.
- image - Variable in class java.awt.dnd.DragSourceContext
- initializeAutoscrolling(Point) - Method in class java.awt.dnd.DropTarget
- isActive() - Method in class java.awt.dnd.DropTarget
- isDataFlavorSupported(DataFlavor) - Method in class java.awt.dnd.DropTargetContext.TransferableProxy
- isDataFlavorSupported(DataFlavor) - Method in class java.awt.dnd.DropTargetContext
- isDataFlavorSupported(DataFlavor) - Method in class java.awt.dnd.DropTargetDragEvent
- isDataFlavorSupported(DataFlavor) - Method in class java.awt.dnd.DropTargetDropEvent
- isDragImageSupported() - Static method in class java.awt.dnd.DragSource
- isLocal - Variable in class java.awt.dnd.DropTargetContext.TransferableProxy
- isLocalTransfer() - Method in class java.awt.dnd.DropTargetDropEvent
- isLocalTx - Variable in class java.awt.dnd.DropTargetDropEvent
- iterator() - Method in class java.awt.dnd.DragGestureEvent
J
- java.awt.dnd - package java.awt.dnd
L
- location - Variable in class java.awt.dnd.DropTargetDragEvent
- location - Variable in class java.awt.dnd.DropTargetDropEvent
- locationSpecified - Variable in class java.awt.dnd.DragSourceEvent
M
- MouseDragGestureRecognizer - class java.awt.dnd.MouseDragGestureRecognizer.
- MouseDragGestureRecognizer(DragSource, Component, int, DragGestureListener) - Constructor for class java.awt.dnd.MouseDragGestureRecognizer
- Creates a
MouseDragGestureRecognizerobject. - MouseDragGestureRecognizer(DragSource, Component, int) - Constructor for class java.awt.dnd.MouseDragGestureRecognizer
- Creates a
MouseDragGestureRecognizerobject. - MouseDragGestureRecognizer(DragSource, Component) - Constructor for class java.awt.dnd.MouseDragGestureRecognizer
- Creates a
MouseDragGestureRecognizerobject. - MouseDragGestureRecognizer(DragSource) - Constructor for class java.awt.dnd.MouseDragGestureRecognizer
- Creates a
MouseDragGestureRecognizerobject. - mouseClicked(MouseEvent) - Method in class java.awt.dnd.MouseDragGestureRecognizer
- mouseDragged(MouseEvent) - Method in class java.awt.dnd.MouseDragGestureRecognizer
- mouseEntered(MouseEvent) - Method in class java.awt.dnd.MouseDragGestureRecognizer
- mouseExited(MouseEvent) - Method in class java.awt.dnd.MouseDragGestureRecognizer
- mouseMoved(MouseEvent) - Method in class java.awt.dnd.MouseDragGestureRecognizer
- mousePressed(MouseEvent) - Method in class java.awt.dnd.MouseDragGestureRecognizer
- mouseReleased(MouseEvent) - Method in class java.awt.dnd.MouseDragGestureRecognizer
O
- OVER - Static variable in class java.awt.dnd.DragSourceContext
- offset - Variable in class java.awt.dnd.DragSourceContext
- origin - Variable in class java.awt.dnd.DragGestureEvent
P
- peer - Variable in class java.awt.dnd.DragSourceContext
- point - Variable in class java.awt.dnd.DropTarget.DropTargetAutoScroller
R
- readObject(ObjectInputStream) - Method in class java.awt.dnd.DragGestureRecognizer
- registerListeners() - Method in class java.awt.dnd.DragGestureRecognizer
- registerListeners() - Method in class java.awt.dnd.DragSource.NoDragGestureRecognizer
- registerListeners() - Method in class java.awt.dnd.MouseDragGestureRecognizer
- rejectDrag() - Method in class java.awt.dnd.DropTargetContext
- rejectDrag() - Method in class java.awt.dnd.DropTargetDragEvent
- rejectDrop() - Method in class java.awt.dnd.DropTargetContext
- rejectDrop() - Method in class java.awt.dnd.DropTargetDropEvent
- remove(DragSourceListener, DragSourceListener) - Static method in class java.awt.dnd.DnDEventMulticaster
- remove(DragSourceMotionListener, DragSourceMotionListener) - Static method in class java.awt.dnd.DnDEventMulticaster
- removeDragGestureListener(DragGestureListener) - Method in class java.awt.dnd.DragGestureRecognizer
- removeDragSourceListener(DragSourceListener) - Method in class java.awt.dnd.DragSource
- removeDragSourceListener(DragSourceListener) - Method in class java.awt.dnd.DragSourceContext
- removeDragSourceMotionListener(DragSourceMotionListener) - Method in class java.awt.dnd.DragSource
- removeDropTargetListener(DropTargetListener) - Method in class java.awt.dnd.DropTarget
- removeNotify(ComponentPeer) - Method in class java.awt.dnd.DropTarget
- removeNotify() - Method in class java.awt.dnd.DropTargetContext
- resetRecognizer() - Method in class java.awt.dnd.DragGestureRecognizer
S
- serialVersionUID - Static variable in class java.awt.dnd.DragGestureEvent
- Compatible with JDK 1.2+.
- serialVersionUID - Static variable in class java.awt.dnd.DragGestureRecognizer
- Compatible with JDK 1.2+.
- serialVersionUID - Static variable in class java.awt.dnd.DragSource
- Compatible with JDK 1.2+.
- serialVersionUID - Static variable in class java.awt.dnd.DragSourceContext
- Compatible with JDK 1.2+
- serialVersionUID - Static variable in class java.awt.dnd.DragSourceDragEvent
- Compatible with JDK 1.2+
- serialVersionUID - Static variable in class java.awt.dnd.DragSourceDropEvent
- Compatible with JDK 1.2+
- serialVersionUID - Static variable in class java.awt.dnd.DragSourceEvent
- Compatible with JDK 1.2+
- serialVersionUID - Static variable in class java.awt.dnd.DropTarget
- Compatible with JDK 1.2+
- serialVersionUID - Static variable in class java.awt.dnd.DropTargetContext
- serialVersionUID - Static variable in class java.awt.dnd.DropTargetDragEvent
- Compatible with 1.2+
- serialVersionUID - Static variable in class java.awt.dnd.DropTargetDropEvent
- Compatible with JDK 1.2+
- serialVersionUID - Static variable in class java.awt.dnd.DropTargetEvent
- serialVersionUID - Static variable in class java.awt.dnd.InvalidDnDOperationException
- Compatible with JDK 1.2+.
- setActive(boolean) - Method in class java.awt.dnd.DropTarget
- setComponent(Component) - Method in class java.awt.dnd.DragGestureRecognizer
- setComponent(Component) - Method in class java.awt.dnd.DropTarget
- Sets the component associated with this drop target object.
- setCursor(Cursor) - Method in class java.awt.dnd.DragSourceContext
- setDefaultActions(int) - Method in class java.awt.dnd.DropTarget
- Sets the default actions.
- setFlavorMap(FlavorMap) - Method in class java.awt.dnd.DropTarget
- setSourceActions(int) - Method in class java.awt.dnd.DragGestureRecognizer
- setTargetActions(int) - Method in class java.awt.dnd.DropTargetContext
- sourceActions - Variable in class java.awt.dnd.DragGestureRecognizer
- sourceActions - Variable in class java.awt.dnd.DragSourceContext
- srcActions - Variable in class java.awt.dnd.DropTargetDragEvent
- startDrag(Cursor, Transferable) - Method in class java.awt.dnd.DragGestureEvent
- Starts the drag given the initial Cursor to display, the Transferable object, and the DragSourceListener to use.
- startDrag(Cursor, Transferable, DragSourceListener) - Method in class java.awt.dnd.DragGestureEvent
- Starts the drag given the initial Cursor to display, the Transferable object, and the DragSourceListener to use.
- startDrag(Cursor, Image, Point, Transferable, DragSourceListener) - Method in class java.awt.dnd.DragGestureEvent
- Starts the drag given the initial Cursor to display, the Transferable object, and the DragSourceListener to use.
- startDrag(DragGestureEvent, Cursor, Image, Point, Transferable, DragSourceListener, FlavorMap) - Method in class java.awt.dnd.DragSource
- Start a drag, given the DragGestureEvent that initiated the drag.
- startDrag(DragGestureEvent, Cursor, Transferable, DragSourceListener, FlavorMap) - Method in class java.awt.dnd.DragSource
- Start a drag, given the DragGestureEvent that initiated the drag.
- startDrag(DragGestureEvent, Cursor, Image, Point, Transferable, DragSourceListener) - Method in class java.awt.dnd.DragSource
- Start a drag, given the DragGestureEvent that initiated the drag.
- startDrag(DragGestureEvent, Cursor, Transferable, DragSourceListener) - Method in class java.awt.dnd.DragSource
- Start a drag, given the DragGestureEvent that initiated the drag.
- stop() - Method in class java.awt.dnd.DropTarget.DropTargetAutoScroller
T
- targetActions - Variable in class java.awt.dnd.DragSourceDragEvent
- targetActions - Variable in class java.awt.dnd.DropTargetContext
- toArray() - Method in class java.awt.dnd.DragGestureEvent
- toArray(Object[]) - Method in class java.awt.dnd.DragGestureEvent
- transferable - Variable in class java.awt.dnd.DragSourceContext
- transferable - Variable in class java.awt.dnd.DropTargetContext.TransferableProxy
- transferablesFlavorsChanged() - Method in class java.awt.dnd.DragSourceContext
- trigger - Variable in class java.awt.dnd.DragSourceContext
U
- unregisterListeners() - Method in class java.awt.dnd.DragGestureRecognizer
- unregisterListeners() - Method in class java.awt.dnd.DragSource.NoDragGestureRecognizer
- unregisterListeners() - Method in class java.awt.dnd.MouseDragGestureRecognizer
- updateAutoscroll(Point) - Method in class java.awt.dnd.DropTarget
- updateCurrentCursor(int, int, int) - Method in class java.awt.dnd.DragSourceContext
- updateLocation(Point) - Method in class java.awt.dnd.DropTarget.DropTargetAutoScroller
- useCustomCursor - Variable in class java.awt.dnd.DragSourceContext
W
- writeObject(ObjectOutputStream) - Method in class java.awt.dnd.DragGestureRecognizer
X
- x - Variable in class java.awt.dnd.DragSourceEvent
Y
- y - Variable in class java.awt.dnd.DragSourceEvent
A C D E F G I J L M O P R S T U W X Y
|
|||||||||
| Home >> All >> java >> awt >> [ dnd overview ] | PREV NEXT | ||||||||