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.BasicErrorPaneUIUI delegate for theJXErrorPanecomponent.
-
-
Field Summary
Fields Modifier and Type Field Description protected org.pushingpixels.substance.internal.animation.IconGlowTrackericonGlowTracker-
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 Constructor Description SubstanceErrorPaneUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComponentUIcreateUI(JComponent comp)protected IcongetDefaultErrorIcon()protected IcongetDefaultWarningIcon()protected voidinstallComponents()protected 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, uninstallUI
-
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint, update
-
-
-
-
Method Detail
-
createUI
public static ComponentUI createUI(JComponent comp)
-
installComponents
protected void installComponents()
- Overrides:
installComponentsin classorg.jdesktop.swingx.plaf.basic.BasicErrorPaneUI
-
getDefaultErrorIcon
protected Icon getDefaultErrorIcon()
- Overrides:
getDefaultErrorIconin classorg.jdesktop.swingx.plaf.basic.BasicErrorPaneUI
-
getDefaultWarningIcon
protected Icon getDefaultWarningIcon()
- Overrides:
getDefaultWarningIconin classorg.jdesktop.swingx.plaf.basic.BasicErrorPaneUI
-
reinit
protected void reinit()
- Overrides:
reinitin classorg.jdesktop.swingx.plaf.basic.BasicErrorPaneUI
-
-