com.imagero.swing.titlebar.plaf.windows
Class WindowsTitleBarUI

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended bycom.imagero.swing.titlebar.plaf.TitleBarUI
          extended bycom.imagero.swing.titlebar.plaf.basic.BasicTitleBarUI
              extended bycom.imagero.swing.titlebar.plaf.windows.WindowsTitleBarUI

public class WindowsTitleBarUI
extends BasicTitleBarUI


Field Summary
 
Fields inherited from class com.imagero.swing.titlebar.plaf.TitleBarUI
closeIcon, closeIconOver, closeIconPressed, dockIcon, dockIconOver, dockIconPressed, maxIcon, maxIconOver, maxIconPressed, minIcon, minIconOver, minIconPressed, paletteCloseIcon, paletteCloseIconOver, paletteCloseIconPressed, restoreIcon, restoreIconOver, restoreIconPressed, systemIcon, systemIconOver, systemIconPressed, undockIcon, undockIconOver, undockIconPressed
 
Constructor Summary
WindowsTitleBarUI()
           
 
Method Summary
protected  javax.swing.JLabel createGlueLabel(TitleBar tb)
           
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
 void paint(java.awt.Graphics g, javax.swing.JComponent c)
           
 
Methods inherited from class com.imagero.swing.titlebar.plaf.basic.BasicTitleBarUI
getPreferredSize
 
Methods inherited from class com.imagero.swing.titlebar.plaf.TitleBarUI
createButton, createIcons, createSystemButton, createUI, getCloseIcon, getClosePressedIcon, getCloseRolloverIcon, getDockIcon, getDockPressedIcon, getDockRolloverIcon, getMaxIcon, getMaxPressedIcon, getMaxRolloverIcon, getMinIcon, getMinPressedIcon, getMinRolloverIcon, getPaletteCloseIcon, getPressedSystemIcon, getRestoreIcon, getRestorePressedIcon, getRestoreRolloverIcon, getSystemIcon, getUndockIcon, getUndockPressedIcon, getUndockRolloverIcon, installDefaults, installUI, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsTitleBarUI

public WindowsTitleBarUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)

createGlueLabel

protected javax.swing.JLabel createGlueLabel(TitleBar tb)
Overrides:
createGlueLabel in class TitleBarUI

paint

public void paint(java.awt.Graphics g,
                  javax.swing.JComponent c)