Uses of Interface
io.keikai.model.SHyperlink
-
Packages that use SHyperlink Package Description io.keikai.model io.keikai.model.impl io.keikai.range io.keikai.range.impl -
-
Uses of SHyperlink in io.keikai.model
Methods in io.keikai.model that return SHyperlink Modifier and Type Method Description SHyperlinkSCell. getHyperlink()SHyperlinkSCell. setupHyperlink(SHyperlink.HyperlinkType type, java.lang.String address, java.lang.String label)setup a hyperlinkMethods in io.keikai.model with parameters of type SHyperlink Modifier and Type Method Description voidSCell. setHyperlink(SHyperlink hyperlink)Set or clear a hyperlink -
Uses of SHyperlink in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SHyperlink Modifier and Type Class Description classAbstractHyperlinkAdvclassHyperlinkImplMethods in io.keikai.model.impl that return SHyperlink Modifier and Type Method Description SHyperlinkCellBuffer. getHyperlink()SHyperlinkCellImpl. getHyperlink()SHyperlinkAbstractCellAdv. setupHyperlink(SHyperlink.HyperlinkType type, java.lang.String address, java.lang.String label)Methods in io.keikai.model.impl with parameters of type SHyperlink Modifier and Type Method Description voidCellBuffer. setHyperlink(SHyperlink hyperlink)voidCellImpl. setHyperlink(SHyperlink hyperlink) -
Uses of SHyperlink in io.keikai.range
Methods in io.keikai.range that return SHyperlink Modifier and Type Method Description SHyperlinkSRange. getHyperlink()Returns the hyperlink of this Range. -
Uses of SHyperlink in io.keikai.range.impl
Methods in io.keikai.range.impl that return SHyperlink Modifier and Type Method Description SHyperlinkRangeImpl. getHyperlink()
-