public class MacOSXErrorPaneUI extends BasicErrorPaneUI
CLASS_NAME, closeButton, copyToClipboardButton, copyToClipboardListener, detailButton, detailListener, details, detailsPanel, detailsScrollPane, errorMessage, errorPaneListener, errorScrollPane, iconLabel, pane, reportButton| Constructor and Description |
|---|
MacOSXErrorPaneUI()
Creates a new instance of BasicErrorPanelUI
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureDetailsButton(boolean expanded) |
protected void |
configureReportAction(AbstractActionExt reportAction) |
protected java.awt.LayoutManager |
createDetailPanelLayout() |
protected java.awt.LayoutManager |
createErrorPaneLayout()
Create and return the LayoutManager to use with the error pane.
|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
protected int |
getDetailsHeight() |
javax.swing.JDialog |
getErrorDialog(java.awt.Component owner)
Creates new ErrorPane wrapped in the dialog window centered at provided owner component.
|
javax.swing.JFrame |
getErrorFrame(java.awt.Component owner)
Creates new ErrorPane wrapped in the frame window centered at provided owner component.
|
javax.swing.JInternalFrame |
getErrorInternalFrame(java.awt.Component owner)
Creates new ErrorPane wrapped in the internal frame window centered at provided owner component.
|
protected void |
reinit()
Reconfigures the dialog if settings have changed, such as the
errorInfo, errorIcon, warningIcon, etc
|
calculatePreferredSize, getDefaultErrorIcon, getDefaultWarningIcon, getDetailsAsHTML, installComponents, installDefaults, installListeners, installUI, uninstallComponents, uninstallDefaults, uninstallListeners, uninstallUIpublic MacOSXErrorPaneUI()
protected void configureDetailsButton(boolean expanded)
configureDetailsButton in class BasicErrorPaneUIprotected void configureReportAction(AbstractActionExt reportAction)
configureReportAction in class BasicErrorPaneUIpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
public javax.swing.JFrame getErrorFrame(java.awt.Component owner)
getErrorFrame in class BasicErrorPaneUIowner - component to center created error frame at.public javax.swing.JDialog getErrorDialog(java.awt.Component owner)
getErrorDialog in class BasicErrorPaneUIowner - component to center created error dialog at.public javax.swing.JInternalFrame getErrorInternalFrame(java.awt.Component owner)
getErrorInternalFrame in class BasicErrorPaneUIowner - component to center created error frame at.protected java.awt.LayoutManager createErrorPaneLayout()
createErrorPaneLayout in class BasicErrorPaneUIprotected java.awt.LayoutManager createDetailPanelLayout()
createDetailPanelLayout in class BasicErrorPaneUIprotected void reinit()
reinit in class BasicErrorPaneUIprotected int getDetailsHeight()
getDetailsHeight in class BasicErrorPaneUI