Package org.praxislive.ide.properties
Interface PraxisProperty.SubCommandEditor
- All Superinterfaces:
PraxisProperty.Editor,PropertyEditor
- All Known Implementing Classes:
ArrayEditor,FileListEditor,ResourceEditor
- Enclosing class:
PraxisProperty<T extends org.praxislive.core.Value>
An editor that can set a value from a Pcl command.
-
Method Summary
Modifier and TypeMethodDescriptionString[]The Pcl commands that this editor supports.voidsetFromCommand(String command) Set from the provided snippet (command and arguments) of Pcl script.Methods inherited from interface org.praxislive.ide.properties.PraxisProperty.Editor
getAttribute, getAttributeKeys, getPraxisInitializationString, resetMethods inherited from interface java.beans.PropertyEditor
addPropertyChangeListener, getAsText, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue, supportsCustomEditor