swingx
Version 2005-08-19

org.jdesktop.swingx.plaf.basic
Class BasicLoginPanelUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.PanelUI
          extended by org.jdesktop.swingx.plaf.LoginPanelUI
              extended by org.jdesktop.swingx.plaf.basic.BasicLoginPanelUI

public class BasicLoginPanelUI
extends LoginPanelUI

Base implementation of the JXLoginPanel UI.


Constructor Summary
BasicLoginPanelUI(JXLoginPanel dlg)
          Creates a new instance of BasicLoginDialogUI
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 Image getBanner()
           
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, 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

BasicLoginPanelUI

public BasicLoginPanelUI(JXLoginPanel dlg)
Creates a new instance of BasicLoginDialogUI

Method Detail

createUI

public static ComponentUI createUI(JComponent c)

getBanner

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

swingx
Version 2005-08-19