| java.lang.Object jimm.datavision.gui.PreMoveInfo
PreMoveInfo | public class PreMoveInfo (Code) | | We save pre-move information because we need to know the original
mouse position, we may need to the field's original position, and
because we need to know our original position when finally moving.
author: Jim Menard, jimm@io.com |
startMouseScreenPos | public Point startMouseScreenPos(Code) | | |
PreMoveInfo | PreMoveInfo(FieldWidget fw, Point mouseScreenPos)(Code) | | Constructor.
Parameters: fw - a field widget Parameters: mouseScreenPos - the location of the mouse in screen coordinates |
|
|