| java.lang.Object it.businesslogic.ireport.undo.BandDraggedOperation
BandDraggedOperation | public class BandDraggedOperation 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 |
BandDraggedOperation | public BandDraggedOperation(JReportFrame jrf, Band band)(Code) | | Creates a new instance of InsertElementOperation
|
getBandDelta | public int getBandDelta()(Code) | | Getter for property bandDelta.
Value of property bandDelta. |
getTransformations | public java.util.Vector getTransformations()(Code) | | Getter for property elements.
Value of property elements.To add an element, use the addElement method. Don't access directlyaddElement from the vector elements |
setBandDelta | public void setBandDelta(int bandDelta)(Code) | | Setter for property bandDelta.
Parameters: bandDelta - New value of property bandDelta. |
setTransformations | public void setTransformations(java.util.Vector transformations)(Code) | | Setter for property elements.
Parameters: elements - New value of property elements. |
|
|