com.l2fprod.common.swing.plaf.basic
Class BasicButtonBarUI

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
Direct Known Subclasses:
BlueishButtonBarUI, IconPackagerButtonBarUI

public class BasicButtonBarUI
extends ButtonBarUI

BasicButtonBarUI.


Field Summary
protected  JButtonBar bar
           
protected  java.beans.PropertyChangeListener propertyListener
           
 
Constructor Summary
BasicButtonBarUI()
           
 
Method Summary
protected  java.beans.PropertyChangeListener createPropertyChangeListener()
           
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
 java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
           
protected  void installDefaults()
           
protected  void installListeners()
           
 void installUI(javax.swing.JComponent c)
           
protected  void uninstallDefaults()
           
protected  void uninstallListeners()
           
 void uninstallUI(javax.swing.JComponent c)
           
protected  void updateLayout()
           
 
Methods inherited from class com.l2fprod.common.swing.plaf.ButtonBarUI
installButtonBarUI
 
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
 

Field Detail

bar

protected JButtonBar bar

propertyListener

protected java.beans.PropertyChangeListener propertyListener
Constructor Detail

BasicButtonBarUI

public BasicButtonBarUI()
Method Detail

createUI

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

installUI

public void installUI(javax.swing.JComponent c)
Overrides:
installUI in class javax.swing.plaf.ComponentUI

uninstallUI

public void uninstallUI(javax.swing.JComponent c)
Overrides:
uninstallUI in class javax.swing.plaf.ComponentUI

installDefaults

protected void installDefaults()

uninstallDefaults

protected void uninstallDefaults()

installListeners

protected void installListeners()

uninstallListeners

protected void uninstallListeners()

createPropertyChangeListener

protected java.beans.PropertyChangeListener createPropertyChangeListener()

updateLayout

protected void updateLayout()

getPreferredSize

public java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
Overrides:
getPreferredSize in class javax.swing.plaf.ComponentUI