|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
org.jdesktop.swingx.plaf.ErrorPaneUI
public abstract class ErrorPaneUI
The ComponentUI for a JXErrorPane.
Constructor Summary | |
---|---|
ErrorPaneUI()
|
Method Summary | |
---|---|
abstract Dimension |
calculatePreferredSize()
Calculates default prefered size for JXErrorPane on given platform/LAF. |
abstract JDialog |
getErrorDialog(Component owner)
Creates new ErrorPane wrapped in the dialog window centered at provided owner component. |
abstract JFrame |
getErrorFrame(Component owner)
Creates new ErrorPane wrapped in the frame window centered at provided owner component. |
abstract JInternalFrame |
getErrorInternalFrame(Component owner)
Creates new ErrorPane wrapped in the internal frame window centered at provided owner component. |
Methods inherited from class javax.swing.plaf.ComponentUI |
---|
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ErrorPaneUI()
Method Detail |
---|
public abstract JFrame getErrorFrame(Component owner)
owner
- component to center created error frame at.
public abstract JDialog getErrorDialog(Component owner)
owner
- component to center created error dialog at.
public abstract JInternalFrame getErrorInternalFrame(Component owner)
owner
- component to center created error frame at.
public abstract Dimension calculatePreferredSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |