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 SketchKeyAbstractSketch. getKey()SketchKeySketch. getKey()static SketchKeySketchKey. 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 SketchKeyDomainSketch. getDtSketchKey()Methods in io.vertigo.studio.notebook.domain with parameters of type SketchKey Modifier and Type Method Description static DomainSketchDomainSketch. of(String name, Properties properties, SketchKey dtSketchKey)Static method factory for DomainBuilder
-