Uses of Interface
org.praxislive.script.Command
-
Packages that use Command Package Description org.praxislive.script org.praxislive.script.impl -
-
Uses of Command in org.praxislive.script
Subinterfaces of Command in org.praxislive.script Modifier and Type Interface Description interface
InlineCommand
Methods in org.praxislive.script that return Command Modifier and Type Method Description Command
Namespace. getCommand(String id)
Methods in org.praxislive.script with parameters of type Command Modifier and Type Method Description void
Namespace. addCommand(String id, Command cmd)
Method parameters in org.praxislive.script with type arguments of type Command Modifier and Type Method Description void
CommandInstaller. install(Map<String,Command> commands)
-
Uses of Command in org.praxislive.script.impl
Classes in org.praxislive.script.impl that implement Command Modifier and Type Class Description class
AbstractInlineCommand
-