Uses of Class
io.vertigo.studio.notebook.SketchKey
-
Packages that use SketchKey Package Description io.vertigo.studio.notebook io.vertigo.studio.notebook.domain -
-
Uses of SketchKey in io.vertigo.studio.notebook
Methods in io.vertigo.studio.notebook that return SketchKey Modifier and Type Method Description SketchKey
AbstractSketch. getKey()
SketchKey
Sketch. getKey()
static SketchKey
SketchKey. of(String name)
-
Uses of SketchKey in io.vertigo.studio.notebook.domain
Methods in io.vertigo.studio.notebook.domain that return SketchKey Modifier and Type Method Description SketchKey
DomainSketch. getDtSketchKey()
Methods in io.vertigo.studio.notebook.domain with parameters of type SketchKey Modifier and Type Method Description static DomainSketch
DomainSketch. of(String name, Properties properties, SketchKey dtSketchKey)
Static method factory for DomainBuilder
-