org.jdesktop.swingx.plaf
public abstract class ErrorPaneUI extends javax.swing.plaf.PanelUI
Constructor and Description |
---|
ErrorPaneUI() |
Modifier and Type | Method and Description |
---|---|
abstract java.awt.Dimension |
calculatePreferredSize()
Calculates default prefered size for JXErrorPane on given platform/LAF.
|
abstract javax.swing.JDialog |
getErrorDialog(java.awt.Component owner)
Creates new ErrorPane wrapped in the dialog window centered at provided owner component.
|
abstract javax.swing.JFrame |
getErrorFrame(java.awt.Component owner)
Creates new ErrorPane wrapped in the frame window centered at provided owner component.
|
abstract javax.swing.JInternalFrame |
getErrorInternalFrame(java.awt.Component owner)
Creates new ErrorPane wrapped in the internal frame window centered at provided owner component.
|
public abstract javax.swing.JFrame getErrorFrame(java.awt.Component owner)
owner
- component to center created error frame at.public abstract javax.swing.JDialog getErrorDialog(java.awt.Component owner)
owner
- component to center created error dialog at.public abstract javax.swing.JInternalFrame getErrorInternalFrame(java.awt.Component owner)
owner
- component to center created error frame at.public abstract java.awt.Dimension calculatePreferredSize()