Interface ComponentInstantiator

    • Method Detail

      • getDisplayName

        java.lang.String getDisplayName()
        The name of the type of component that will be created
      • createComponent

        javax.swing.JComponent createComponent​(VisionDesignerInterface context,
                                               javax.swing.JComponent dropContainer)
                                        throws java.lang.Exception
        Create a new instance of the component that this item represents
        Throws:
        java.lang.Exception