Class LoginPaneUI

  • Direct Known Subclasses:
    BasicLoginPaneUI

    public abstract class LoginPaneUI
    extends javax.swing.plaf.PanelUI
    • Constructor Summary

      Constructors 
      Constructor Description
      LoginPaneUI()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.awt.Image getBanner()  
      • Methods inherited from class javax.swing.plaf.ComponentUI

        contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, 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

      • LoginPaneUI

        public LoginPaneUI()
    • Method Detail

      • getBanner

        public abstract java.awt.Image getBanner()
        Returns:
        The Image to use as the banner for the JXLoginPane. If this method returns null, then no banner will be shown.