org.jdesktop.swingx.plaf
Class ErrorPaneUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
org.jdesktop.swingx.plaf.ErrorPaneUI
- Direct Known Subclasses:
- BasicErrorPaneUI
public abstract class ErrorPaneUI
- extends PanelUI
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 |
ErrorPaneUI
public ErrorPaneUI()
getErrorFrame
public abstract JFrame getErrorFrame(Component owner)
getErrorDialog
public abstract JDialog getErrorDialog(Component owner)
getErrorInternalFrame
public abstract JInternalFrame getErrorInternalFrame(Component owner)