Index

A C D E G I O P R S 
All Classes and Interfaces|All Packages

A

attributeNames() - Method in class org.praxislive.ide.properties.PraxisProperty
 

C

canWrite() - Method in class org.praxislive.ide.properties.PraxisProperty
 
createEditor() - Method in class org.praxislive.ide.properties.PraxisProperty
 

D

dispose() - Method in class org.praxislive.ide.properties.PraxisProperty
 

E

EditorSupport - Class in org.praxislive.ide.properties
Editor support with base implementations of PraxisProperty.Editor methods.
EditorSupport() - Constructor for class org.praxislive.ide.properties.EditorSupport
 
escape(String) - Static method in class org.praxislive.ide.properties.SyntaxUtils
Escape the provided text into a single token.
escapeBraced(String) - Static method in class org.praxislive.ide.properties.SyntaxUtils
Deprecated.
escapeQuoted(String) - Static method in class org.praxislive.ide.properties.SyntaxUtils
Escape the provided text into a single token.

G

getAttribute(String) - Method in class org.praxislive.ide.properties.EditorSupport
 
getAttribute(String) - Method in interface org.praxislive.ide.properties.PraxisProperty.Editor
Get attribute for the given key.
getAttributeKeys() - Method in class org.praxislive.ide.properties.EditorSupport
 
getAttributeKeys() - Method in interface org.praxislive.ide.properties.PraxisProperty.Editor
Array of attribute keys.
getCurrentEditor() - Method in interface org.praxislive.ide.properties.PraxisProperty.DelegateEditor
Query the current active editor.
getPraxisInitializationString() - Method in class org.praxislive.ide.properties.EditorSupport
 
getPraxisInitializationString() - Method in interface org.praxislive.ide.properties.PraxisProperty.Editor
The initialization code as Pcl script.
getPropertyEditor() - Method in class org.praxislive.ide.properties.PraxisProperty
 
getSupportedCommands() - Method in interface org.praxislive.ide.properties.PraxisProperty.SubCommandEditor
The Pcl commands that this editor supports.
getValue() - Method in class org.praxislive.ide.properties.PraxisProperty
 
getValue(String) - Method in class org.praxislive.ide.properties.PraxisProperty
 

I

isActiveEditor(PropertyEditor) - Method in class org.praxislive.ide.properties.PraxisProperty
Checks if the provided editor is the active editor for this property, unwrapping PraxisProperty.DelegateEditor if necessary.

O

org.praxislive.ide.properties - package org.praxislive.ide.properties
 

P

PraxisProperty<T> - Class in org.praxislive.ide.properties
Node property supporting PraxisCORE values.
PraxisProperty(Class<T>) - Constructor for class org.praxislive.ide.properties.PraxisProperty
Create a property for the given Value type.
PraxisProperty.DelegateEditor - Interface in org.praxislive.ide.properties
An editor that can delegate to other underlying editors.
PraxisProperty.Editor - Interface in org.praxislive.ide.properties
An extension of PropertyEditor for PraxisProperty instances.
PraxisProperty.SubCommandEditor - Interface in org.praxislive.ide.properties
An editor that can set a value from a Pcl command.

R

reset() - Method in class org.praxislive.ide.properties.EditorSupport
 
reset() - Method in interface org.praxislive.ide.properties.PraxisProperty.Editor
Reset the editor.

S

setAsText(String) - Method in class org.praxislive.ide.properties.EditorSupport
 
setFromCommand(String) - Method in interface org.praxislive.ide.properties.PraxisProperty.SubCommandEditor
Set from the provided snippet (command and arguments) of Pcl script.
setValue(T) - Method in class org.praxislive.ide.properties.PraxisProperty
 
setValue(T, Callback) - Method in class org.praxislive.ide.properties.PraxisProperty
Set the property value with response callback.
SyntaxUtils - Class in org.praxislive.ide.properties
Utility methods for quoting values in Pcl script.
A C D E G I O P R S 
All Classes and Interfaces|All Packages