Uses of Interface
org.cytoscape.command.CommandExecutorTaskFactory
-
Packages that use CommandExecutorTaskFactory Package Description org.cytoscape.app This is the Cytoscape App API, which supports development of Cytoscape 3.X apps in a manner similar to apps developed in Cytoscape 2.X. -
-
Uses of CommandExecutorTaskFactory in org.cytoscape.app
Methods in org.cytoscape.app that return CommandExecutorTaskFactory Modifier and Type Method Description CommandExecutorTaskFactory
CyAppAdapter. getCommandExecutorTaskFactory()
Deprecated.Returns an instance ofCommandExecutorTaskFactory
which can be used to execute commands.
-