Class EditorUtils

java.lang.Object
org.praxislive.ide.pxr.api.EditorUtils

public class EditorUtils extends Object
Support functions for editors
  • Method Details

    • extractBaseID

      public static String extractBaseID(org.praxislive.core.ComponentType type)
    • findFreeID

      public static String findFreeID(Set<String> existing, String baseID, boolean forceSuffix)