com.jtattoo.plaf.acryl
Class AcrylComboBoxUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.ComboBoxUI
          extended by javax.swing.plaf.basic.BasicComboBoxUI
              extended by com.jtattoo.plaf.BaseComboBoxUI
                  extended by com.jtattoo.plaf.acryl.AcrylComboBoxUI

public class AcrylComboBoxUI
extends BaseComboBoxUI

Author:
Michael Hagen

Nested Class Summary
 
Nested classes/interfaces inherited from class com.jtattoo.plaf.BaseComboBoxUI
BaseComboBoxUI.ArrowButton, BaseComboBoxUI.PropertyChangeHandler
 
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicComboBoxUI
BasicComboBoxUI.ComboBoxLayoutManager, BasicComboBoxUI.FocusHandler, BasicComboBoxUI.ItemHandler, BasicComboBoxUI.KeyHandler, BasicComboBoxUI.ListDataHandler
 
Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicComboBoxUI
arrowButton, cachedMinimumSize, comboBox, currentValuePane, editor, hasFocus, isMinimumSizeDirty, itemListener, keyListener, listBox, listDataListener, popup, popupKeyListener, popupMouseListener, popupMouseMotionListener
 
Constructor Summary
AcrylComboBoxUI()
           
 
Method Summary
 JButton createArrowButton()
           
static ComponentUI createUI(JComponent c)
           
protected  void setButtonBorder()
           
 
Methods inherited from class com.jtattoo.plaf.BaseComboBoxUI
getPreferredSize, installListeners, installUI, uninstallListeners
 
Methods inherited from class javax.swing.plaf.basic.BasicComboBoxUI
addEditor, configureArrowButton, configureEditor, createEditor, createFocusListener, createItemListener, createKeyListener, createLayoutManager, createListDataListener, createPopup, createPropertyChangeListener, createRenderer, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getDefaultSize, getDisplaySize, getInsets, getMaximumSize, getMinimumSize, installComponents, installDefaults, installKeyboardActions, isFocusTraversable, isNavigationKey, isPopupVisible, paint, paintCurrentValue, paintCurrentValueBackground, rectangleForCurrentValue, removeEditor, selectNextPossibleValue, selectPreviousPossibleValue, setPopupVisible, toggleOpenClose, unconfigureArrowButton, unconfigureEditor, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcrylComboBoxUI

public AcrylComboBoxUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

createArrowButton

public JButton createArrowButton()
Overrides:
createArrowButton in class BaseComboBoxUI

setButtonBorder

protected void setButtonBorder()
Overrides:
setButtonBorder in class BaseComboBoxUI


Copyright © 2011. All Rights Reserved.