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.IconGlowTrackerFields 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 ComponentUIcreateUI(JComponent comp) protected Iconprotected Iconprotected voidprotected voidreinit()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, uninstallUIMethods 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:
installComponentsin classorg.jdesktop.swingx.plaf.basic.BasicErrorPaneUI
-
getDefaultErrorIcon
- Overrides:
getDefaultErrorIconin classorg.jdesktop.swingx.plaf.basic.BasicErrorPaneUI
-
getDefaultWarningIcon
- Overrides:
getDefaultWarningIconin classorg.jdesktop.swingx.plaf.basic.BasicErrorPaneUI
-
reinit
protected void reinit()- Overrides:
reinitin classorg.jdesktop.swingx.plaf.basic.BasicErrorPaneUI
-