Uses of Class
VASSAL.build.module.map.PieceMover.AbstractDragHandler
Package | Description |
---|---|
VASSAL.build.module.map |
Contains classes that may be added to a
Map . |
-
Uses of PieceMover.AbstractDragHandler in VASSAL.build.module.map
Subclasses of PieceMover.AbstractDragHandler in VASSAL.build.module.map Modifier and Type Class Description static class
PieceMover.DragHandler
Implementation of AbstractDragHandler when DragImage is supported by JREstatic class
PieceMover.DragHandlerMacOSX
static class
PieceMover.DragHandlerNoImage
Implements a psudo-cursor that follows the mouse cursor when user drags gamepieces.Methods in VASSAL.build.module.map that return PieceMover.AbstractDragHandler Modifier and Type Method Description static PieceMover.AbstractDragHandler
PieceMover.AbstractDragHandler. getTheDragHandler()
returns the singleton DragHandler instanceMethods in VASSAL.build.module.map with parameters of type PieceMover.AbstractDragHandler Modifier and Type Method Description static void
PieceMover.AbstractDragHandler. setTheDragHandler(PieceMover.AbstractDragHandler myHandler)