Package org.jxls.area
Class CommandData
java.lang.Object
org.jxls.area.CommandData
A command holder class
- Author:
- Leonid Vysochyn
-
Constructor Summary
ConstructorsConstructorDescriptionCommandData(String areaRef, Command command) CommandData(AreaRef areaRef, Command command) CommandData(CellRef startCellRef, Size size, Command command) -
Method Summary
Modifier and TypeMethodDescriptiongetSize()voidsetSourceSize(Size sourceSize) voidsetSourceStartCellRef(CellRef sourceStartCellRef) voidsetStartCellRef(CellRef startCellRef)
-
Constructor Details
-
CommandData
-
CommandData
-
CommandData
-
-
Method Details
-
getAreaRef
-
getStartCellRef
-
getSize
-
getCommand
-
setStartCellRef
-
getSourceStartCellRef
-
setSourceStartCellRef
-
getSourceSize
-
setSourceSize
-