Package docking

Class ErrLogExpandableDialog

All Implemented Interfaces:
ActionContextProvider, StatusListener, TaskListener

public class ErrLogExpandableDialog extends AbstractErrDialog
  • Field Details

    • IMG_REPORT MODIFIED

      public static Icon IMG_REPORT
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon IMG_REPORT
      +static javax.swing.Icon IMG_REPORT
    • IMG_EXCEPTION MODIFIED

      public static Icon IMG_EXCEPTION
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon IMG_EXCEPTION
      +static javax.swing.Icon IMG_EXCEPTION
    • IMG_FRAME_ELEMENT MODIFIED

      public static Icon IMG_FRAME_ELEMENT
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon IMG_FRAME_ELEMENT
      +static javax.swing.Icon IMG_FRAME_ELEMENT
    • IMG_STACK MODIFIED

      public static Icon IMG_STACK
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon IMG_STACK
      +static javax.swing.Icon IMG_STACK
    • IMG_CAUSE MODIFIED

      public static Icon IMG_CAUSE
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon IMG_CAUSE
      +static javax.swing.Icon IMG_CAUSE
    • root

      protected docking.ErrLogExpandableDialog.ReportRootNode root
    • tree

      protected GTree tree
    • horizontalSpacer

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

      protected JButton detailButton
    • sendButton

      protected JButton sendButton
  • Constructor Details

    • ErrLogExpandableDialog

      protected ErrLogExpandableDialog(String title, String msg, Throwable throwable)
  • Method Details