Uses of Interface
cz.vutbr.fit.layout.api.ScriptObject
-
Packages that use ScriptObject Package Description cz.vutbr.fit.layout.api -
-
Uses of ScriptObject in cz.vutbr.fit.layout.api
Methods in cz.vutbr.fit.layout.api that return types with arguments of type ScriptObject Modifier and Type Method Description Map<String,ScriptObject>ServiceManager. findScriptObjects()Discovers all the ScriptObject service implementations.Methods in cz.vutbr.fit.layout.api with parameters of type ScriptObject Modifier and Type Method Description voidServiceManager. addScriptObject(String id, ScriptObject op)Adds a new script object to the manager.
-