com.l2fprod.common.swing.plaf
Class ButtonBarUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by com.l2fprod.common.swing.plaf.ButtonBarUI
Direct Known Subclasses:
BasicButtonBarUI

public abstract class ButtonBarUI
extends javax.swing.plaf.ComponentUI

Pluggable UI class for ButtonBar.


Constructor Summary
ButtonBarUI()
           
 
Method Summary
 void installButtonBarUI(javax.swing.AbstractButton button)
          Called when an AbstractButton is added to a ButtonBarUI.
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonBarUI

public ButtonBarUI()
Method Detail

installButtonBarUI

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

Parameters:
button -