Package org.praxislive.ide.properties
Interface PraxisProperty.DelegateEditor
- All Superinterfaces:
PraxisProperty.Editor,PropertyEditor
- Enclosing class:
PraxisProperty<T extends org.praxislive.core.Value>
An editor that can delegate to other underlying editors.
-
Method Summary
Modifier and TypeMethodDescriptionQuery the current active editor.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
-
Method Details
-
getCurrentEditor
PraxisProperty.Editor getCurrentEditor()Query the current active editor.- Returns:
- current editor
-