com.l2fprod.common.swing.plaf.blue
Class BlueishButtonBarUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by com.l2fprod.common.swing.plaf.ButtonBarUI
          extended by com.l2fprod.common.swing.plaf.basic.BasicButtonBarUI
              extended by com.l2fprod.common.swing.plaf.blue.BlueishButtonBarUI

public class BlueishButtonBarUI
extends BasicButtonBarUI

BlueishButtonBarUI.


Field Summary
 
Fields inherited from class com.l2fprod.common.swing.plaf.basic.BasicButtonBarUI
bar, propertyListener
 
Constructor Summary
BlueishButtonBarUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
 void installButtonBarUI(javax.swing.AbstractButton button)
          Called when an AbstractButton is added to a ButtonBarUI.
protected  void installDefaults()
           
 
Methods inherited from class com.l2fprod.common.swing.plaf.basic.BasicButtonBarUI
createPropertyChangeListener, getPreferredSize, installListeners, installUI, uninstallDefaults, uninstallListeners, uninstallUI, updateLayout
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, paint, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlueishButtonBarUI

public BlueishButtonBarUI()
Method Detail

createUI

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

installDefaults

protected void installDefaults()
Overrides:
installDefaults in class BasicButtonBarUI

installButtonBarUI

public void installButtonBarUI(javax.swing.AbstractButton button)
Description copied from class: ButtonBarUI
Called when an AbstractButton is added to a ButtonBarUI. It allows pluggable UI to provide custom UI for the buttons added to the ButtonBar.

Overrides:
installButtonBarUI in class ButtonBarUI