Package docking

Class ErrLogExpandableDialog

    • Field Detail

      • IMG_REPORT

        public static javax.swing.ImageIcon IMG_REPORT
      • IMG_EXCEPTION

        public static javax.swing.ImageIcon IMG_EXCEPTION
      • IMG_FRAME_ELEMENT

        public static javax.swing.ImageIcon IMG_FRAME_ELEMENT
      • IMG_STACK

        public static javax.swing.ImageIcon IMG_STACK
      • IMG_CAUSE

        public static javax.swing.ImageIcon IMG_CAUSE
      • root

        protected docking.ErrLogExpandableDialog.ReportRootNode root
      • excTree

        protected GTree excTree
      • horizontalSpacer

        protected java.awt.Component horizontalSpacer
        This spacer addresses the optical impression that the message panel changes size when showing details
      • detailButton

        protected javax.swing.JButton detailButton
      • sendButton

        protected javax.swing.JButton sendButton
      • hasConsole

        protected boolean hasConsole
      • popup

        protected javax.swing.JPopupMenu popup
    • Constructor Detail

      • ErrLogExpandableDialog

        public ErrLogExpandableDialog​(java.lang.String title,
                                      java.lang.String msg,
                                      MultipleCauses mc)
      • ErrLogExpandableDialog

        public ErrLogExpandableDialog​(java.lang.String title,
                                      java.lang.String msg,
                                      java.lang.Throwable exc)
      • ErrLogExpandableDialog

        public ErrLogExpandableDialog​(java.lang.String title,
                                      java.lang.String msg,
                                      java.util.Collection<java.lang.Throwable> report)
      • ErrLogExpandableDialog

        protected ErrLogExpandableDialog​(java.lang.String title,
                                         java.lang.String msg,
                                         java.util.Collection<java.lang.Throwable> report,
                                         java.lang.String console,
                                         boolean modal,
                                         boolean hasDismiss)