KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > metal > MetalComboBoxUI

javax.swing.plaf.metal
Class MetalComboBoxUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.ComboBoxUI
          extended by javax.swing.plaf.basic.BasicComboBoxUI
              extended by javax.swing.plaf.metal.MetalComboBoxUI
See Also:
Top Examples, Source Code, XMLEncoder, MetalComboBoxEditor, MetalComboBoxButton

public void configureEditor()
See Also:
BasicComboBoxUI.addEditor()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected JButton createArrowButton()
See Also:
BasicComboBoxUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected ComboBoxEditor createEditor()
See Also:
JComboBox.setEditor(javax.swing.ComboBoxEditor), BasicComboBoxUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected LayoutManager createLayoutManager()
See Also:
BasicComboBoxUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected ComboPopup createPopup()
See Also:
BasicComboBoxUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PropertyChangeListener createPropertyChangeListener()
See Also:
BasicComboBoxUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static ComponentUI createUI(JComponent c)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
protected void editablePropertyChanged(PropertyChangeEvent e)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Dimension getMinimumSize(JComponent c)
See Also:
ComponentUI.getPreferredSize(javax.swing.JComponent), LayoutManager.minimumLayoutSize(java.awt.Container), JComponent.getMinimumSize(), BasicComboBoxUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void layoutComboBox(Container parent,
                           MetalComboBoxUI.MetalComboBoxLayoutManager manager)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MetalComboBoxUI()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void paint(Graphics g,
                  JComponent c)
See Also:
ComponentUI.update(java.awt.Graphics, javax.swing.JComponent), BasicComboBoxUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void paintCurrentValue(Graphics g,
                              Rectangle bounds,
                              boolean hasFocus)
See Also:
NullPointerException, BasicComboBoxUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void paintCurrentValueBackground(Graphics g,
                                        Rectangle bounds,
                                        boolean hasFocus)
See Also:
NullPointerException, BasicComboBoxUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
protected void removeListeners()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void unconfigureEditor()
See Also:
BasicComboBoxUI.addEditor()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags