Class zLoadDialog

java.lang.Object
name.moore.kevin.ze.swing.zLoadDialog
All Implemented Interfaces:
izSwing

public class zLoadDialog extends Object implements izSwing
Author:
Kevin Moore <dev@kevin.moore.name>
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • filter

      private static final zLoadDialog.XMLFileFilter filter
    • wlistener

      public WindowListener wlistener
      In XML, set windowlistener="wlistener" to process window events in this listener. Needs to be public so cookswing can get to it.
    • jfcActionListener

      public ActionListener jfcActionListener
    • jdlg

      private static volatile JDialog jdlg
      The actual created swing component wrapped by this class.
    • jfc

      public static volatile JFileChooser jfc
      The filechooser component in the dialog.
    • owner

      public JFrame owner
      Needs to be public so cookswing can access.
  • Constructor Details

    • zLoadDialog

      public zLoadDialog()
  • Method Details