swingx
Version 2009-07-31

org.jdesktop.swingx.plaf.basic
Class BasicLoginPaneUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.PanelUI
          extended by org.jdesktop.swingx.plaf.LoginPaneUI
              extended by org.jdesktop.swingx.plaf.basic.BasicLoginPaneUI

public class BasicLoginPaneUI
extends LoginPaneUI

Base implementation of the JXLoginPane UI.


Constructor Summary
BasicLoginPaneUI(JXLoginPane dlg)
          Creates a new instance of BasicLoginDialogUI
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 Image getBanner()
          Creates default 400x60 banner for the login panel.
protected  void installDefaults()
           
 void installUI(JComponent c)
           
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint, uninstallUI, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicLoginPaneUI

public BasicLoginPaneUI(JXLoginPane dlg)
Creates a new instance of BasicLoginDialogUI

Method Detail

createUI

public static ComponentUI createUI(JComponent c)

installUI

public void installUI(JComponent c)
Overrides:
installUI in class ComponentUI

installDefaults

protected void installDefaults()

getBanner

public Image getBanner()
Creates default 400x60 banner for the login panel.

Specified by:
getBanner in class LoginPaneUI
Returns:
The Image to use as the banner for the JXLoginPane. If this method returns null, then no banner will be shown.
See Also:
LoginPaneUI.getBanner()

swingx
Version 2009-07-31