Documentation of 'org.jdesktop.swingx.plaf.basic.BasicErrorPaneUI' Java class
BasicErrorPaneUI
org.jdesktop.swingx.plaf.basic

Class BasicErrorPaneUI

    • Constructor Summary

      Constructors 
      Constructor and Description
      BasicErrorPaneUI() 
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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

      • BasicErrorPaneUI

        public BasicErrorPaneUI()
    • 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 class javax.swing.plaf.ComponentUI
      • uninstallUI

        public void uninstallUI(javax.swing.JComponent c)
        Overrides:
        uninstallUI in class javax.swing.plaf.ComponentUI
      • getErrorFrame

        public javax.swing.JFrame getErrorFrame(java.awt.Component owner)
        Description copied from class: ErrorPaneUI
        Creates new ErrorPane wrapped in the frame window centered at provided owner component.
        Specified by:
        getErrorFrame in class ErrorPaneUI
        Parameters:
        owner - component to center created error frame at.
        Returns:
        New ErrorPane instance wrapped in JFrame.
      • getErrorDialog

        public javax.swing.JDialog getErrorDialog(java.awt.Component owner)
        Description copied from class: ErrorPaneUI
        Creates new ErrorPane wrapped in the dialog window centered at provided owner component.
        Specified by:
        getErrorDialog in class ErrorPaneUI
        Parameters:
        owner - component to center created error dialog at.
        Returns:
        New ErrorPane instance wrapped in JDialog.
      • getErrorInternalFrame

        public javax.swing.JInternalFrame getErrorInternalFrame(java.awt.Component owner)
        Description copied from class: ErrorPaneUI
        Creates new ErrorPane wrapped in the internal frame window centered at provided owner component.
        Specified by:
        getErrorInternalFrame in class ErrorPaneUI
        Parameters:
        owner - component to center created error frame at.
        Returns:
        New ErrorPane instance wrapped in JInternalFrame.
      • calculatePreferredSize

        public java.awt.Dimension calculatePreferredSize()
        Description copied from class: ErrorPaneUI
        Calculates default prefered size for JXErrorPane on given platform/LAF.
        Specified by:
        calculatePreferredSize in class ErrorPaneUI
        Returns:
        Preferred size.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.