Package org.jdesktop.swingx.plaf.basic
Class BasicErrorPaneUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.PanelUI
-
- org.jdesktop.swingx.plaf.ErrorPaneUI
-
- org.jdesktop.swingx.plaf.basic.BasicErrorPaneUI
-
- Direct Known Subclasses:
MacOSXErrorPaneUI
public class BasicErrorPaneUI extends ErrorPaneUI
Base implementation of theJXErrorPane
UI.
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
CLASS_NAME
Used as a prefix when pulling data out of UIManager for i18nprotected javax.swing.JButton
closeButton
ok/close buttonprotected javax.swing.JButton
copyToClipboardButton
protected java.awt.event.ActionListener
copyToClipboardListener
Action listener for the copy to clipboard button.protected javax.swing.AbstractButton
detailButton
detail buttonprotected java.awt.event.ActionListener
detailListener
Action listener for the detail button.protected JXEditorPane
details
details text areaprotected javax.swing.JPanel
detailsPanel
details panelprotected javax.swing.JScrollPane
detailsScrollPane
protected javax.swing.JEditorPane
errorMessage
Error message text areaprotected java.beans.PropertyChangeListener
errorPaneListener
Property change listener for the error pane ensures that the pane's UI is reinitialized.protected javax.swing.JScrollPane
errorScrollPane
Error message text scroll pane wrapper.protected javax.swing.JLabel
iconLabel
label used to display the warning/error iconprotected JXErrorPane
pane
The error pane this UI is forprotected javax.swing.AbstractButton
reportButton
report an error button
-
Constructor Summary
Constructors Constructor Description BasicErrorPaneUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Dimension
calculatePreferredSize()
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 javax.swing.Icon
getDefaultErrorIcon()
protected javax.swing.Icon
getDefaultWarningIcon()
protected java.lang.String
getDetailsAsHTML(ErrorInfo errorInfo)
Creates and returns HTML representing the details of this incident info.protected int
getDetailsHeight()
javax.swing.JDialog
getErrorDialog(java.awt.Component owner)
javax.swing.JFrame
getErrorFrame(java.awt.Component owner)
javax.swing.JInternalFrame
getErrorInternalFrame(java.awt.Component owner)
protected void
installComponents()
Creates and initializes the components which make up the aggregate combo box.protected void
installDefaults()
Installs the default colors, and default font into the Error Paneprotected void
installListeners()
Create and install the listeners for the Error Pane.void
installUI(javax.swing.JComponent c)
protected void
reinit()
Reconfigures the dialog if settings have changed, such as the errorInfo, errorIcon, warningIcon, etcprotected void
uninstallComponents()
The aggregate components which compise the combo box are unregistered and uninitialized.protected void
uninstallDefaults()
Uninstalls the default colors, and default font into the Error Pane.protected void
uninstallListeners()
Remove the installed listeners from the Error Pane.void
uninstallUI(javax.swing.JComponent c)
-
-
-
Field Detail
-
CLASS_NAME
protected static final java.lang.String CLASS_NAME
Used as a prefix when pulling data out of UIManager for i18n- See Also:
- Constant Field Values
-
pane
protected JXErrorPane pane
The error pane this UI is for
-
errorMessage
protected javax.swing.JEditorPane errorMessage
Error message text area
-
errorScrollPane
protected javax.swing.JScrollPane errorScrollPane
Error message text scroll pane wrapper.
-
details
protected JXEditorPane details
details text area
-
detailButton
protected javax.swing.AbstractButton detailButton
detail button
-
closeButton
protected javax.swing.JButton closeButton
ok/close button
-
iconLabel
protected javax.swing.JLabel iconLabel
label used to display the warning/error icon
-
reportButton
protected javax.swing.AbstractButton reportButton
report an error button
-
detailsPanel
protected javax.swing.JPanel detailsPanel
details panel
-
detailsScrollPane
protected javax.swing.JScrollPane detailsScrollPane
-
copyToClipboardButton
protected javax.swing.JButton copyToClipboardButton
-
errorPaneListener
protected java.beans.PropertyChangeListener errorPaneListener
Property change listener for the error pane ensures that the pane's UI is reinitialized.
-
detailListener
protected java.awt.event.ActionListener detailListener
Action listener for the detail button.
-
copyToClipboardListener
protected java.awt.event.ActionListener copyToClipboardListener
Action listener for the copy to clipboard button.
-
-
Method Detail
-
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
-
installUI
public void installUI(javax.swing.JComponent c)
- Overrides:
installUI
in classjavax.swing.plaf.ComponentUI
-
uninstallUI
public void uninstallUI(javax.swing.JComponent c)
- Overrides:
uninstallUI
in classjavax.swing.plaf.ComponentUI
-
installDefaults
protected void installDefaults()
Installs the default colors, and default font into the Error Pane
-
uninstallDefaults
protected void uninstallDefaults()
Uninstalls the default colors, and default font into the Error Pane.
-
installListeners
protected void installListeners()
Create and install the listeners for the Error Pane. This method is called when the UI is installed.
-
uninstallListeners
protected void uninstallListeners()
Remove the installed listeners from the Error Pane. The number and types of listeners removed and in this method should be the same that was added ininstallListeners
-
installComponents
protected void installComponents()
Creates and initializes the components which make up the aggregate combo box. This method is called as part of the UI installation process.
-
uninstallComponents
protected void uninstallComponents()
The aggregate components which compise the combo box are unregistered and uninitialized. This method is called as part of the UI uninstallation process.
-
getErrorFrame
public javax.swing.JFrame getErrorFrame(java.awt.Component owner)
- Specified by:
getErrorFrame
in classErrorPaneUI
-
getErrorDialog
public javax.swing.JDialog getErrorDialog(java.awt.Component owner)
- Specified by:
getErrorDialog
in classErrorPaneUI
-
getErrorInternalFrame
public javax.swing.JInternalFrame getErrorInternalFrame(java.awt.Component owner)
- Specified by:
getErrorInternalFrame
in classErrorPaneUI
-
createErrorPaneLayout
protected java.awt.LayoutManager createErrorPaneLayout()
Create and return the LayoutManager to use with the error pane.
-
createDetailPanelLayout
protected java.awt.LayoutManager createDetailPanelLayout()
-
calculatePreferredSize
public java.awt.Dimension calculatePreferredSize()
- Specified by:
calculatePreferredSize
in classErrorPaneUI
-
getDetailsHeight
protected int getDetailsHeight()
-
configureReportAction
protected void configureReportAction(AbstractActionExt reportAction)
-
getDefaultErrorIcon
protected javax.swing.Icon getDefaultErrorIcon()
- Returns:
- the default error icon
-
getDefaultWarningIcon
protected javax.swing.Icon getDefaultWarningIcon()
- Returns:
- the default warning icon
-
configureDetailsButton
protected void configureDetailsButton(boolean expanded)
-
reinit
protected void reinit()
Reconfigures the dialog if settings have changed, such as the errorInfo, errorIcon, warningIcon, etc
-
getDetailsAsHTML
protected java.lang.String getDetailsAsHTML(ErrorInfo errorInfo)
Creates and returns HTML representing the details of this incident info. This method is only called if the details needs to be generated: ie: the detailed error message property of the incident info is null.
-
-