Package org.praxislive.ide.pxr.editors
Class EditorManager
java.lang.Object
org.praxislive.ide.pxr.editors.EditorManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.praxislive.ide.properties.PraxisProperty.Editor[]getAdditionalEditors(org.praxislive.ide.properties.PraxisProperty property, org.praxislive.core.ControlInfo info) static org.praxislive.ide.properties.PraxisProperty.EditorgetDefaultEditor(org.praxislive.ide.properties.PraxisProperty property, org.praxislive.core.ControlInfo info) static booleanhasAdditionalEditors(org.praxislive.ide.properties.PraxisProperty property, org.praxislive.core.ControlInfo info)
-
Constructor Details
-
EditorManager
public EditorManager()
-
-
Method Details
-
getDefaultEditor
public static org.praxislive.ide.properties.PraxisProperty.Editor getDefaultEditor(org.praxislive.ide.properties.PraxisProperty property, org.praxislive.core.ControlInfo info) -
hasAdditionalEditors
public static boolean hasAdditionalEditors(org.praxislive.ide.properties.PraxisProperty property, org.praxislive.core.ControlInfo info) -
getAdditionalEditors
public static org.praxislive.ide.properties.PraxisProperty.Editor[] getAdditionalEditors(org.praxislive.ide.properties.PraxisProperty property, org.praxislive.core.ControlInfo info)
-