Package org.praxislive.ide.properties
Interface PraxisProperty.Editor
- All Superinterfaces:
PropertyEditor
- All Known Subinterfaces:
PraxisProperty.DelegateEditor,PraxisProperty.SubCommandEditor
- All Known Implementing Classes:
EditorSupport
- Enclosing class:
PraxisProperty<T extends org.praxislive.core.Value>
An extension of PropertyEditor for PraxisProperty instances.
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String key) Get attribute for the given key.String[]Array of attribute keys.The initialization code as Pcl script.voidreset()Reset the editor.Methods inherited from interface java.beans.PropertyEditor
addPropertyChangeListener, getAsText, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue, supportsCustomEditor
-
Method Details
-
getPraxisInitializationString
String getPraxisInitializationString()The initialization code as Pcl script.- Returns:
- initialization code
-
getAttribute
Get attribute for the given key.- Parameters:
key- attribute key- Returns:
- attribute or null
-
getAttributeKeys
String[] getAttributeKeys()Array of attribute keys.- Returns:
- attribute keys
-
reset
void reset()Reset the editor.
-