Uses of Class
jimm.datavision.gui.PreMoveInfo

Packages that use PreMoveInfo
jimm.datavision.gui Provides the classes and interfaces that make up the graphical user interface used to build and run DataVision reports. 
jimm.datavision.gui.cmd Provides the classes and interfaces that make up the undo/redo command structure. 
 

Uses of PreMoveInfo in jimm.datavision.gui
 

Fields in jimm.datavision.gui declared as PreMoveInfo
protected  PreMoveInfo FieldWidget.preMoveInfo
           
 

Methods in jimm.datavision.gui that return PreMoveInfo
 PreMoveInfo FieldWidget.getPreMoveInfo()
          Returns the information we saved before starting to move this widget.
 

Uses of PreMoveInfo in jimm.datavision.gui.cmd
 

Fields in jimm.datavision.gui.cmd declared as PreMoveInfo
protected  PreMoveInfo FieldMoveCommand.preMoveInfo