Package org.jdesktop.swingx.plaf
Class LoginPaneUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.PanelUI
-
- org.jdesktop.swingx.plaf.LoginPaneUI
-
- Direct Known Subclasses:
BasicLoginPaneUI
public abstract class LoginPaneUI extends PanelUI
- Author:
- rbair
-
-
Constructor Summary
Constructors Constructor Description LoginPaneUI()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Image
getBanner()
-
Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
-
-
-
-
Method Detail
-
getBanner
public abstract Image getBanner()
- Returns:
- The Image to use as the banner for the JXLoginPane. If this method returns null, then no banner will be shown.
-
-