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 interfaceInlineCommandMethods in org.praxislive.script that return Command Modifier and Type Method Description CommandNamespace. getCommand(String id)Methods in org.praxislive.script with parameters of type Command Modifier and Type Method Description voidNamespace. addCommand(String id, Command cmd)Method parameters in org.praxislive.script with type arguments of type Command Modifier and Type Method Description voidCommandInstaller. 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 classAbstractInlineCommand
-