Package docking

Class ErrLogExpandableDialog

All Implemented Interfaces:
ActionContextProvider, StatusListener, TaskListener

public class ErrLogExpandableDialog extends AbstractErrDialog
  • Field Details

    • IMG_REPORT

      public static Icon IMG_REPORT
    • IMG_EXCEPTION

      public static Icon IMG_EXCEPTION
    • IMG_FRAME_ELEMENT

      public static Icon IMG_FRAME_ELEMENT
    • IMG_STACK

      public static Icon IMG_STACK
    • IMG_CAUSE

      public static 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