Interface PraxisProperty.SubCommandEditor

All Superinterfaces:
PraxisProperty.Editor, PropertyEditor
All Known Implementing Classes:
ArrayEditor, FileListEditor, ResourceEditor
Enclosing class:
PraxisProperty<T extends org.praxislive.core.Value>

public static interface PraxisProperty.SubCommandEditor extends PraxisProperty.Editor
An editor that can set a value from a Pcl command.
  • Method Details

    • setFromCommand

      void setFromCommand(String command) throws Exception
      Set from the provided snippet (command and arguments) of Pcl script.
      Parameters:
      command - line of Pcl script
      Throws:
      Exception
    • getSupportedCommands

      String[] getSupportedCommands()
      The Pcl commands that this editor supports.
      Returns:
      supported commands