Class SimpleResizeColumnCommand
- java.lang.Object
-
- net.sf.jasperreports.components.headertoolbar.actions.SimpleResizeColumnCommand
-
- All Implemented Interfaces:
java.io.Serializable,Command
public class SimpleResizeColumnCommand extends java.lang.Object implements Command
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleResizeColumnCommand(StandardBaseColumn column, int width)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()voidredo()voidundo()
-
-
-
Constructor Detail
-
SimpleResizeColumnCommand
public SimpleResizeColumnCommand(StandardBaseColumn column, int width)
-
-