Package io.keikai.ui.impl.undo
Class ReserveUtil.ReservedCellContent
- java.lang.Object
-
- io.keikai.ui.impl.undo.ReserveUtil.ReservedCellContent
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ReserveUtil
public static class ReserveUtil.ReservedCellContent extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReservedCellContent(SCell.CellType type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(SRange range)
static ReserveUtil.ReservedCellContent
reserve(SCell cell)
-
-
-
Constructor Detail
-
ReservedCellContent
public ReservedCellContent(SCell.CellType type)
-
-
Method Detail
-
apply
public void apply(SRange range)
-
reserve
public static ReserveUtil.ReservedCellContent reserve(SCell cell)
-
-