Class ImageDropDialog


  • public class ImageDropDialog
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected javax.swing.JDialog dialog  
      protected javax.swing.JPanel embedPanel  
      protected static LoggerEx log  
      protected javax.swing.JPanel warningPanel  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void onActionChange​(java.lang.String actionCommand)  
      void open()  
      protected void setWarning​(java.lang.String warning)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • log

        protected static final LoggerEx log
      • dialog

        protected javax.swing.JDialog dialog
      • embedPanel

        protected javax.swing.JPanel embedPanel
      • warningPanel

        protected javax.swing.JPanel warningPanel
    • Method Detail

      • open

        public void open()
      • onActionChange

        protected void onActionChange​(java.lang.String actionCommand)
      • setWarning

        protected void setWarning​(java.lang.String warning)