Annotation Type ConfigFactory


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface ConfigFactory
    Annotate a shape with this if it requires a custom UI for configuring the shape in addition to the properties table.

    Created by carl.gould on 5/5/2015.

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The classname of the class that implements ShapeConfigFactory in the designer
    • Element Detail

      • value

        java.lang.String value
        The classname of the class that implements ShapeConfigFactory in the designer