JIDE 3.5.15

com.jidesoft.plaf.metal
Class MetalCommandBarTitleBarUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.MenuBarUI
          extended by com.jidesoft.plaf.CommandBarTitleBarUI
              extended by com.jidesoft.plaf.basic.BasicCommandBarTitleBarUI
                  extended by com.jidesoft.plaf.metal.MetalCommandBarTitleBarUI

public class MetalCommandBarTitleBarUI
extends BasicCommandBarTitleBarUI


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jidesoft.plaf.basic.BasicCommandBarTitleBarUI
BasicCommandBarTitleBarUI.PropertyListener, BasicCommandBarTitleBarUI.TitlePaneLayout
 
Field Summary
 
Fields inherited from class com.jidesoft.plaf.basic.BasicCommandBarTitleBarUI
_title, propertyListener
 
Constructor Summary
MetalCommandBarTitleBarUI(CommandBarTitleBar titleBar)
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 void paint(Graphics g, JComponent c)
           
 
Methods inherited from class com.jidesoft.plaf.basic.BasicCommandBarTitleBarUI
createLayout, createPropertyListener, getPainter, installComponents, installDefaults, installListeners, installUI, uninstallComponents, uninstallDefaults, uninstallListeners, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetalCommandBarTitleBarUI

public MetalCommandBarTitleBarUI(CommandBarTitleBar titleBar)
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

paint

public void paint(Graphics g,
                  JComponent c)
Overrides:
paint in class BasicCommandBarTitleBarUI

JIDE 3.5.15