| java.lang.Object it.businesslogic.ireport.undo.TransformElementsOperation
All known Subclasses: it.businesslogic.ireport.undo.FormatElementsOperation,
TransformElementsOperation | public class TransformElementsOperation implements it.businesslogic.ireport.UndoOperation(Code) | | This class handle the Insert 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.
author: Giulio Toffoli author: Modified by Robert Lamping, June 3, 2005 author: // Also other Transformation can now be included author: // Once this works it should be redesigned again. author: // E.g. make a factory to retrieve the required transformation class. author: // |
TransformElementsOperation | public TransformElementsOperation(JReportFrame jrf)(Code) | | Creates a new instance of InsertElementOperation
|
captureUniqueModified | public void captureUniqueModified(Object obj)(Code) | | |
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 |
setTransformations | public void setTransformations(java.util.Vector transformations)(Code) | | Setter for property elements.
Parameters: elements - New value of property elements. |
|
|