|
||||||||||
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
org.jdesktop.swingx.plaf.basic.BasicErrorPaneUI
public class BasicErrorPaneUI
Base implementation of the JXErrorPane
UI.
Constructor Summary | |
---|---|
BasicErrorPaneUI()
|
Method Summary | |
---|---|
java.awt.Dimension |
calculatePreferredSize()
Calculates default prefered size for JXErrorPane on given platform/LAF. |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
|
javax.swing.JDialog |
getErrorDialog(java.awt.Component owner)
Creates new ErrorPane wrapped in the dialog window centered at provided owner component. |
javax.swing.JFrame |
getErrorFrame(java.awt.Component owner)
Creates new ErrorPane wrapped in the frame window centered at provided owner component. |
javax.swing.JInternalFrame |
getErrorInternalFrame(java.awt.Component owner)
Creates new ErrorPane wrapped in the internal frame window centered at provided owner component. |
void |
installUI(javax.swing.JComponent c)
|
void |
uninstallUI(javax.swing.JComponent c)
|
Methods inherited from class javax.swing.plaf.ComponentUI |
---|
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint, update |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicErrorPaneUI()
Method Detail |
---|
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
public void installUI(javax.swing.JComponent c)
installUI
in class javax.swing.plaf.ComponentUI
public void uninstallUI(javax.swing.JComponent c)
uninstallUI
in class javax.swing.plaf.ComponentUI
public javax.swing.JFrame getErrorFrame(java.awt.Component owner)
ErrorPaneUI
getErrorFrame
in class ErrorPaneUI
owner
- component to center created error frame at.
public javax.swing.JDialog getErrorDialog(java.awt.Component owner)
ErrorPaneUI
getErrorDialog
in class ErrorPaneUI
owner
- component to center created error dialog at.
public javax.swing.JInternalFrame getErrorInternalFrame(java.awt.Component owner)
ErrorPaneUI
getErrorInternalFrame
in class ErrorPaneUI
owner
- component to center created error frame at.
public java.awt.Dimension calculatePreferredSize()
ErrorPaneUI
calculatePreferredSize
in class ErrorPaneUI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |