Class SubstanceErrorPaneUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
org.jdesktop.swingx.plaf.ErrorPaneUI
org.jdesktop.swingx.plaf.basic.BasicErrorPaneUI
org.pushingpixels.substance.swingx.SubstanceErrorPaneUI
public class SubstanceErrorPaneUI
extends org.jdesktop.swingx.plaf.basic.BasicErrorPaneUI
UI delegate for the
JXErrorPane
component.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.pushingpixels.substance.internal.animation.IconGlowTracker
Fields inherited from class org.jdesktop.swingx.plaf.basic.BasicErrorPaneUI
CLASS_NAME, closeButton, copyToClipboardButton, copyToClipboardListener, detailButton, detailListener, details, detailsPanel, detailsScrollPane, errorMessage, errorPaneListener, errorScrollPane, iconLabel, pane, reportButton
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
createUI
(JComponent comp) protected Icon
protected Icon
protected void
protected void
reinit()
Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicErrorPaneUI
calculatePreferredSize, configureDetailsButton, configureReportAction, createDetailPanelLayout, createErrorPaneLayout, getDetailsAsHTML, getDetailsHeight, getErrorDialog, getErrorFrame, getErrorInternalFrame, installDefaults, installListeners, installUI, uninstallComponents, uninstallDefaults, uninstallListeners, uninstallUI
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint, update
-
Field Details
-
iconGlowTracker
protected org.pushingpixels.substance.internal.animation.IconGlowTracker iconGlowTracker
-
-
Constructor Details
-
SubstanceErrorPaneUI
public SubstanceErrorPaneUI()
-
-
Method Details
-
createUI
-
installComponents
protected void installComponents()- Overrides:
installComponents
in classorg.jdesktop.swingx.plaf.basic.BasicErrorPaneUI
-
getDefaultErrorIcon
- Overrides:
getDefaultErrorIcon
in classorg.jdesktop.swingx.plaf.basic.BasicErrorPaneUI
-
getDefaultWarningIcon
- Overrides:
getDefaultWarningIcon
in classorg.jdesktop.swingx.plaf.basic.BasicErrorPaneUI
-
reinit
protected void reinit()- Overrides:
reinit
in classorg.jdesktop.swingx.plaf.basic.BasicErrorPaneUI
-