Uses of Class
org.jdesktop.swingx.JXErrorPane
Packages that use JXErrorPane
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
Provides basic implementation of pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
-
Uses of JXErrorPane in org.jdesktop.swingx
Methods in org.jdesktop.swingx with parameters of type JXErrorPaneModifier and TypeMethodDescriptionstatic JDialogJXErrorPane.createDialog(Component owner, JXErrorPane pane) Constructs and returns an error dialog, using the givenJXErrorPanefor the view portion of the dialog.static JFrameJXErrorPane.createFrame(Component owner, JXErrorPane pane) Constructs and returns an error frame, using the givenJXErrorPanefor the view portion of the frame.static JInternalFrameJXErrorPane.createInternalFrame(Component owner, JXErrorPane pane) Constructs and returns an error frame, using the givenJXErrorPanefor the view portion of the frame.static voidJXErrorPane.showDialog(Component owner, JXErrorPane pane) Constructs and shows the error dialog, using the givenJXErrorPanefor the view portion of the dialog.static voidJXErrorPane.showFrame(Component owner, JXErrorPane pane) Constructs and shows the error frame, using the givenJXErrorPanefor the view portion of the frame.static voidJXErrorPane.showInternalFrame(Component owner, JXErrorPane pane) Constructs and shows the error frame, using the givenJXErrorPanefor the view portion of the frame. -
Uses of JXErrorPane in org.jdesktop.swingx.plaf.basic
Fields in org.jdesktop.swingx.plaf.basic declared as JXErrorPaneModifier and TypeFieldDescriptionprotected JXErrorPaneBasicErrorPaneUI.paneThe error pane this UI is for