- All Known Implementing Classes:
DropTargetNavigator.AbstractNavigator
- Enclosing class:
DropTargetNavigator
public static interface DropTargetNavigator.Navigator
This performs a more general navigation function than Autoscroll.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isNavigating
(Component c, Collection underCursor) Return whether the given component should be subject to drop target navigation, given the current set of items under the cursor.Navigate the given drop target as appropriate, returning aRunnable
capable of restoring the component to its original state when the component becomes no longer active either by moving the cursor out or canceling the drag operation.
-
Method Details