Class MTConfigDialog


  • public abstract class MTConfigDialog
    extends java.lang.Object
    A base dialog controller providing a UI for configuring an MT connector. Implementers should customize the labels, etc., of the dialog member and override onConfirm() to implement persistence logic.
    • Constructor Summary

      Constructors 
      Constructor Description
      MTConfigDialog​(java.awt.Window parent, java.lang.String title)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void show()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MTConfigDialog

        public MTConfigDialog​(java.awt.Window parent,
                              java.lang.String title)
    • Method Detail

      • show

        public void show()