Class NewReceiverDialogPanel

    • Method Detail

      • create

        public static NewReceiverDialogPanel create​(Class receiverClass)
        Creates a new panel, with the contents configured to allow the editing of a NEW instance of the specified class (which must implement the Receiver interface)
        Parameters:
        receiverClass -
        Returns:
        NewReceiverDialogPanel
        Throws:
        IllegalArgumentException - if the specified class is not a Receiver
      • getOkPanel

        public final OkCancelPanel getOkPanel()
        Returns:
        Returns the okPanel.
      • getPlugin

        public Plugin getPlugin()