| java.lang.Object it.businesslogic.ireport.undo.CrosstabColumnDraggedOperation
CrosstabColumnDraggedOperation | public class CrosstabColumnDraggedOperation implements it.businesslogic.ireport.UndoOperation(Code) | | This class handle the band dragged operation.
As all operations, the costructor take the JReportFrame (owner of the element)
The ReportElement is not cloned, this can be a problem if not all undo operations
are correctly logged and handled.
This undo operation contains the band dragged and all elements that was repositioned
after the draging.
It reuse a lot of code of TransformElementsOperation.
author: Giulio Toffoli |
getDelta | public int getDelta()(Code) | | |
getDraggedLineIndex | public int getDraggedLineIndex()(Code) | | |
setDelta | public void setDelta(int delta)(Code) | | |
setDraggedLineIndex | public void setDraggedLineIndex(int draggedLineIndex)(Code) | | |
|
|