Package docking
Class ErrLogExpandableDialog
java.lang.Object
docking.DialogComponentProvider
docking.ReusableDialogComponentProvider
docking.AbstractErrDialog
docking.ErrLogExpandableDialog
- All Implemented Interfaces:
ActionContextProvider
,StatusListener
,TaskListener
-
Field Summary
Modifier and TypeFieldDescriptionprotected JButton
protected Component
This spacer addresses the optical impression that the message panel changes size when showing detailsstatic Icon
static Icon
static Icon
static Icon
static Icon
protected JPopupMenu
protected docking.ErrLogExpandableDialog.ReportRootNode
protected JButton
protected GTree
Fields inherited from class docking.AbstractErrDialog
MAX_EXCEPTIONS
Fields inherited from class docking.DialogComponentProvider
applyButton, buttonPanel, cancelButton, dismissButton, okButton, rootPanel
-
Constructor Summary
ModifierConstructorDescriptionprotected
ErrLogExpandableDialog
(String title, String msg, Throwable throwable) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addException
(String message, Throwable t) Returns the string message of this error dialogReturns the preferred size of this component.Methods inherited from class docking.AbstractErrDialog
dialogClosed
Methods inherited from class docking.ReusableDialogComponentProvider
close, dispose
Methods inherited from class docking.DialogComponentProvider
addAction, addApplyButton, addButton, addCancelButton, addDismissButton, addOKButton, addWorkPanel, alertMessage, alertMessage, applyCallback, cancelCallback, cancelCurrentTask, clearScheduledTask, clearStatusText, closeDialog, dialogShown, dismissCallback, doInitialize, escapeCallback, executeProgressTask, getActionContext, getActions, getBackground, getBounds, getComponent, getDefaultButton, getDefaultSize, getDialogSize, getFocusComponent, getGlassPane, getHelpLocation, getId, getInitialLocation, getLocationOnScreen, getParent, getRememberLocation, getRememberSize, getStatusColor, getStatusLabel, getStatusText, getTaskMonitorComponent, getTaskScheduler, getTitle, getUseSharedLocation, hideTaskMonitorComponent, isApplyEnabled, isCancelEnabled, isModal, isOKEnabled, isResizeable, isRunningTask, isShowing, isTransient, isVisible, notifyContextChanged, okCallback, removeAction, removeButton, removeWorkPanel, repack, setAccessibleDescription, setApplyEnabled, setApplyToolTip, setBackground, setCancelButtonText, setCancelEnabled, setCancelToolTip, setCursor, setDefaultButton, setDefaultSize, setDialogSize, setDismissToolTip, setFocusComponent, setGlassPane, setHelpLocation, setInitialLocation, setMinimumSize, setMinimumSize, setOkButtonText, setOkEnabled, setOkToolTip, setPreferredSize, setRememberLocation, setRememberSize, setResizable, setStatusJustification, setStatusText, setStatusText, setStatusText, setTitle, setTransient, setUseSharedLocation, showProgressBar, showTaskMonitorComponent, stopProgressTimer, taskCancelled, taskCompleted, toFront, toString, waitForCurrentTask
-
Field Details
-
IMG_REPORT
-
IMG_EXCEPTION
-
IMG_FRAME_ELEMENT
-
IMG_STACK
-
IMG_CAUSE
-
root
protected docking.ErrLogExpandableDialog.ReportRootNode root -
tree
-
horizontalSpacer
This spacer addresses the optical impression that the message panel changes size when showing details -
detailButton
-
sendButton
-
popup
-
-
Constructor Details
-
ErrLogExpandableDialog
-
-
Method Details
-
getPreferredSize
Description copied from class:DialogComponentProvider
Returns the preferred size of this component.- Overrides:
getPreferredSize
in classDialogComponentProvider
- Returns:
- the preferred size of this component.
-
addException
-
getMessage
Description copied from class:AbstractErrDialog
Returns the string message of this error dialog- Specified by:
getMessage
in classAbstractErrDialog
- Returns:
- the message
-