JComponentPack 1.5.0

com.zfqjava.swing.plaf.basic
Class BasicAComboBoxUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by com.zfqjava.swing.plaf.AComboBoxUI
          extended by com.zfqjava.swing.plaf.basic.BasicAComboBoxUI

public class BasicAComboBoxUI
extends AComboBoxUI

The basic L&F for AComboBoxUI.


Constructor Summary
BasicAComboBoxUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 Dimension getMaximumSize(JComponent c)
           
 Dimension getMinimumSize(JComponent c)
           
 Dimension getPreferredSize(JComponent c)
           
protected  void installComponents(AComboBox comboBox)
           
protected  void installDefaults(AComboBox comboBox)
           
protected  void installKeyboardActions(AComboBox comboBox)
           
protected  void installListeners(AComboBox comboBox)
           
 void installUI(JComponent c)
           
protected  void uninstallComponents(AComboBox comboBox)
           
protected  void uninstallDefaults(AComboBox comboBox)
           
protected  void uninstallKeyboardActions(AComboBox comboBox)
           
protected  void uninstallListeners(AComboBox comboBox)
           
 void uninstallUI(JComponent c)
           
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, paint, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicAComboBoxUI

public BasicAComboBoxUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

installUI

public void installUI(JComponent c)
Overrides:
installUI in class ComponentUI

uninstallUI

public void uninstallUI(JComponent c)
Overrides:
uninstallUI in class ComponentUI

installDefaults

protected void installDefaults(AComboBox comboBox)

uninstallDefaults

protected void uninstallDefaults(AComboBox comboBox)

installComponents

protected void installComponents(AComboBox comboBox)

uninstallComponents

protected void uninstallComponents(AComboBox comboBox)

installListeners

protected void installListeners(AComboBox comboBox)

uninstallListeners

protected void uninstallListeners(AComboBox comboBox)

installKeyboardActions

protected void installKeyboardActions(AComboBox comboBox)

uninstallKeyboardActions

protected void uninstallKeyboardActions(AComboBox comboBox)

getPreferredSize

public Dimension getPreferredSize(JComponent c)
Overrides:
getPreferredSize in class ComponentUI

getMinimumSize

public Dimension getMinimumSize(JComponent c)
Overrides:
getMinimumSize in class ComponentUI

getMaximumSize

public Dimension getMaximumSize(JComponent c)
Overrides:
getMaximumSize in class ComponentUI

JComponentPack 1.5.0

Send your Feedback
JComponentPack 1.5.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.