Class EditorManager

java.lang.Object
org.praxislive.ide.pxr.editors.EditorManager

public class EditorManager extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.praxislive.ide.properties.PraxisProperty.Editor[]
    getAdditionalEditors(org.praxislive.ide.properties.PraxisProperty property, org.praxislive.core.ControlInfo info)
     
    static org.praxislive.ide.properties.PraxisProperty.Editor
    getDefaultEditor(org.praxislive.ide.properties.PraxisProperty property, org.praxislive.core.ControlInfo info)
     
    static boolean
    hasAdditionalEditors(org.praxislive.ide.properties.PraxisProperty property, org.praxislive.core.ControlInfo info)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)