org.jdesktop.swingx.plaf
Class ErrorPaneUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.PanelUI
          extended by org.jdesktop.swingx.plaf.ErrorPaneUI
Direct Known Subclasses:
BasicErrorPaneUI

public abstract class ErrorPaneUI
extends PanelUI


Constructor Summary
ErrorPaneUI()
           
 
Method Summary
abstract  JDialog getErrorDialog(Component owner)
           
abstract  JFrame getErrorFrame(Component owner)
           
abstract  JInternalFrame getErrorInternalFrame(Component owner)
           
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorPaneUI

public ErrorPaneUI()
Method Detail

getErrorFrame

public abstract JFrame getErrorFrame(Component owner)

getErrorDialog

public abstract JDialog getErrorDialog(Component owner)

getErrorInternalFrame

public abstract JInternalFrame getErrorInternalFrame(Component owner)