org.pushingpixels.substance.swingx
Class SubstanceErrorPaneUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.PanelUI
          extended by org.jdesktop.swingx.plaf.ErrorPaneUI
              extended by org.jdesktop.swingx.plaf.basic.BasicErrorPaneUI
                  extended by org.pushingpixels.substance.swingx.SubstanceErrorPaneUI

public class SubstanceErrorPaneUI
extends org.jdesktop.swingx.plaf.basic.BasicErrorPaneUI

UI delegate for the JXErrorPane component.


Field Summary
protected  org.pushingpixels.substance.internal.animation.IconGlowTracker 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
SubstanceErrorPaneUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent comp)
           
protected  javax.swing.Icon getDefaultErrorIcon()
           
protected  javax.swing.Icon getDefaultWarningIcon()
           
protected  void installComponents()
           
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iconGlowTracker

protected org.pushingpixels.substance.internal.animation.IconGlowTracker iconGlowTracker
Constructor Detail

SubstanceErrorPaneUI

public SubstanceErrorPaneUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent comp)

installComponents

protected void installComponents()
Overrides:
installComponents in class org.jdesktop.swingx.plaf.basic.BasicErrorPaneUI

getDefaultErrorIcon

protected javax.swing.Icon getDefaultErrorIcon()
Overrides:
getDefaultErrorIcon in class org.jdesktop.swingx.plaf.basic.BasicErrorPaneUI

getDefaultWarningIcon

protected javax.swing.Icon getDefaultWarningIcon()
Overrides:
getDefaultWarningIcon in class org.jdesktop.swingx.plaf.basic.BasicErrorPaneUI

reinit

protected void reinit()
Overrides:
reinit in class org.jdesktop.swingx.plaf.basic.BasicErrorPaneUI