|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
Component, |
Documentation changed from old to new. |
Creates a DropTarget given the Component to associate itself with an int representing the default acceptable action(s) to support and a DropTargetListener to handle event processing. |
Component, |
Documentation changed from old to new. |
Creates a DropTarget given the Component to associate itself with an int representing the default acceptable action(s) to support a DropTargetListener to handle event processing and a boolean indicating if the DropTarget is currently accepting drops. |
Component, |
Documentation changed from old to new. |
Creates a new DropTarget given the Component to associate itself with an int representing the default acceptable action(s) to support a DropTargetListener to handle event processing a boolean indicating if the DropTarget is currently accepting drops and a FlavorMap to use (or null for the default FlavorMap ). |
Component, |
Documentation changed from old to new. |
Creates a DropTarget given the Component to associate itself with and the DropTargetListener to handle event processing. |
void ) |
Documentation changed from old to new. |
Creates a DropTarget . |
Changed Methods | ||
void addDropTargetListener(DropTargetListener ) |
Documentation changed from old to new. |
Adds a new DropTargetListener (UNICAST SOURCE). |
DropTargetContext createDropTargetContext() |
Documentation changed from old to new. |
Creates the DropTargetContext associated with this DropTarget. |
Component getComponent() |
Documentation changed from old to new. |
Gets the Component associated with this DropTarget . |
int getDefaultActions() |
Documentation changed from old to new. |
Gets an int representing the current action(s) supported by this DropTarget . |
DropTargetContext getDropTargetContext() |
Documentation changed from old to new. |
Gets the DropTargetContext associated with this DropTarget . |
FlavorMap getFlavorMap() |
Documentation changed from old to new. |
Gets the FlavorMap associated with this DropTarget . |
boolean isActive() |
Documentation changed from old to new. |
Reports whether or not this DropTarget is currently active (ready to accept drops). |
void removeDropTargetListener(DropTargetListener ) |
Documentation changed from old to new. |
Removes the current DropTargetListener (UNICAST SOURCE). |
void setActive(boolean ) |
Documentation changed from old to new. |
Sets the DropTarget active if true inactive if false . |
void setFlavorMap(FlavorMap ) |
Documentation changed from old to new. |
Sets the FlavorMap associated with this DropTarget . |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |