|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
Component, |
Change in exceptions thrown from no exceptions to HeadlessException .Documentation changed from old to new. |
Construct 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, |
Change in exceptions thrown from no exceptions to HeadlessException .Documentation changed from old to new. |
Construct 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, |
Change in exceptions thrown from no exceptions to HeadlessException .Documentation changed from old to new. |
Construct 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). |
Component, |
Change in exceptions thrown from no exceptions to HeadlessException .Documentation changed from old to new. |
Construct a DropTarget given the Component to associate itself with and the DropTargetListener to handle event processing. |
void ) |
Change in exceptions thrown from no exceptions to HeadlessException .Documentation changed from old to new. |
Construct a DropTarget . |
Changed Methods | ||
void dropActionChanged(DropTargetDragEvent ) |
Changed from non-synchronized to synchronized. | The DropTarget intercepts dropActionChanged() notifications before the registered DropTargetListener gets them. |
int getDefaultActions() |
Changed from synchronized to non-synchronized. | This method returns an int representing the current action(s) supported by this DropTarget . |
boolean isActive() |
Changed from synchronized to non-synchronized. | This method returns a boolean indicating whether or not this DropTarget is currently active (ready to accept drops). |
void setDefaultActions(int ) |
Changed from synchronized to non-synchronized. | Sets the default acceptable actions for this DropTarget |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |