java.lang.Object
furbelow.DropTargetNavigator.AbstractNavigator
- All Implemented Interfaces:
DropTargetNavigator.Navigator
- Enclosing class:
DropTargetNavigator
public abstract static class DropTargetNavigator.AbstractNavigator
extends Object
implements DropTargetNavigator.Navigator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isNavigating
(Component comp, Collection active) Return whether the given component should be subject to drop target navigation, given the current set of items under the cursor.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface furbelow.DropTargetNavigator.Navigator
navigate
-
Constructor Details
-
AbstractNavigator
public AbstractNavigator()
-
-
Method Details