Uses of Class
io.keikai.util.Ref
-
Packages that use Ref Package Description io.keikai.model.impl io.keikai.util -
-
Uses of Ref in io.keikai.model.impl
Methods in io.keikai.model.impl with parameters of type Ref Modifier and Type Method Description java.util.List<OutlineLevelTree.OutlineLevelNode>OutlineLevelTree. search(Ref ref) -
Uses of Ref in io.keikai.util
Methods in io.keikai.util that return Ref Modifier and Type Method Description static RefConverter. a1ToRef(java.lang.String a1notation)static RefConverter. areaToRef(int row, int column, int lastRow, int lastColumn)static RefConverter. rangeToRef(int row, int column)Methods in io.keikai.util that return types with arguments of type Ref Modifier and Type Method Description static java.util.List<Ref>Converter. toRefs(java.lang.String refs)static java.util.List<Ref>Converter. toRefs(java.lang.String refs, java.lang.String separator)Methods in io.keikai.util with parameters of type Ref Modifier and Type Method Description static java.lang.StringConverter. refToA1(Ref ref)
-