Package org.jdesktop.swingx.plaf.basic
Class BasicLoginPaneUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.PanelUI
-
- org.jdesktop.swingx.plaf.LoginPaneUI
-
- org.jdesktop.swingx.plaf.basic.BasicLoginPaneUI
-
public class BasicLoginPaneUI extends LoginPaneUI
Base implementation of theJXLoginPaneUI.- Author:
- rbair
-
-
Constructor Summary
Constructors Constructor Description BasicLoginPaneUI(JXLoginPane dlg)Creates a new instance of BasicLoginDialogUI
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComponentUIcreateUI(JComponent c)ImagegetBanner()Creates default 400x60 banner for the login panel.protected voidinstallDefaults()voidinstallUI(JComponent c)-
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint, uninstallUI, update
-
-
-
-
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:
installUIin classComponentUI
-
installDefaults
protected void installDefaults()
-
getBanner
public Image getBanner()
Creates default 400x60 banner for the login panel.- Specified by:
getBannerin classLoginPaneUI- 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()
-
-