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 LayoutManager |
createDetailPanelLayout() |
protected LayoutManager |
createErrorPaneLayout()
Create and return the LayoutManager to use with the error pane.
|
static ComponentUI |
createUI(JComponent c) |
protected int |
getDetailsHeight() |
JDialog |
getErrorDialog(Component owner)
Creates new ErrorPane wrapped in the dialog window centered at provided owner component.
|
JFrame |
getErrorFrame(Component owner)
Creates new ErrorPane wrapped in the frame window centered at provided owner component.
|
JInternalFrame |
getErrorInternalFrame(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, uninstallUIcontains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint, updatepublic MacOSXErrorPaneUI()
protected void configureDetailsButton(boolean expanded)
configureDetailsButton in class BasicErrorPaneUIprotected void configureReportAction(AbstractActionExt reportAction)
configureReportAction in class BasicErrorPaneUIpublic static ComponentUI createUI(JComponent c)
public JFrame getErrorFrame(Component owner)
getErrorFrame in class BasicErrorPaneUIowner - component to center created error frame at.public JDialog getErrorDialog(Component owner)
getErrorDialog in class BasicErrorPaneUIowner - component to center created error dialog at.public JInternalFrame getErrorInternalFrame(Component owner)
getErrorInternalFrame in class BasicErrorPaneUIowner - component to center created error frame at.protected LayoutManager createErrorPaneLayout()
createErrorPaneLayout in class BasicErrorPaneUIprotected LayoutManager createDetailPanelLayout()
createDetailPanelLayout in class BasicErrorPaneUIprotected void reinit()
reinit in class BasicErrorPaneUIprotected int getDetailsHeight()
getDetailsHeight in class BasicErrorPaneUICopyright © 2017. All Rights Reserved.