com.l2fprod.common.swing.plaf.misc
Class IconPackagerButtonBarUI

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.misc.IconPackagerButtonBarUI

public class IconPackagerButtonBarUI
extends BasicButtonBarUI

An implementation for the JButtonBar UI which looks like the one found in IconPackager 2.5 .


Field Summary
 
Fields inherited from class com.l2fprod.common.swing.plaf.basic.BasicButtonBarUI
bar, propertyListener
 
Constructor Summary
IconPackagerButtonBarUI()
           
 
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

IconPackagerButtonBarUI

public IconPackagerButtonBarUI()
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