ErrLogExpandableDialog

Package: docking
Type: class

10.3_PUBLIC

modifiedfield: IMG_CAUSE
type: ImageIcon → Icon
- static javax.swing.ImageIcon IMG_CAUSE
+ static javax.swing.Icon IMG_CAUSE
modifiedfield: IMG_EXCEPTION
type: ImageIcon → Icon
- static javax.swing.ImageIcon IMG_EXCEPTION
+ static javax.swing.Icon IMG_EXCEPTION
modifiedfield: IMG_FRAME_ELEMENT
type: ImageIcon → Icon
- static javax.swing.ImageIcon IMG_FRAME_ELEMENT
+ static javax.swing.Icon IMG_FRAME_ELEMENT
modifiedfield: IMG_REPORT
type: ImageIcon → Icon
- static javax.swing.ImageIcon IMG_REPORT
+ static javax.swing.Icon IMG_REPORT
modifiedfield: IMG_STACK
type: ImageIcon → Icon
- static javax.swing.ImageIcon IMG_STACK
+ static javax.swing.Icon IMG_STACK

9.2_PUBLIC

addedmethod: addException
void addException(java.lang.String message, java.lang.Throwable t)
addedmethod: getMessage
java.lang.String getMessage()
addedfield: tree
docking.widgets.tree.GTree tree
modifiedtype-extends: ErrLogExpandableDialog
- docking.DialogComponentProvider
+ docking.AbstractErrDialog
removedfield: excTree
docking.widgets.tree.GTree excTree
removedfield: hasConsole
boolean hasConsole

9.0.2_PUBLIC

addedfield: detailButton
javax.swing.JButton detailButton
addedfield: excTree
docking.widgets.tree.GTree excTree
addedfield: hasConsole
boolean hasConsole
addedfield: horizontalSpacer
java.awt.Component horizontalSpacer
addedfield: popup
javax.swing.JPopupMenu popup
addedfield: root
docking.ErrLogExpandableDialog.ReportRootNode root
addedfield: sendButton
javax.swing.JButton sendButton

9.0.1_PUBLIC

introducedInitial version