|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.ComponentUI
javax.swing.plaf.ComboBoxUI
javax.swing.plaf.basic.BasicComboBoxUI
javax.swing.plaf.metal.MetalComboBoxUI
com.jgoodies.looks.plastic.PlasticComboBoxUI
public class PlasticComboBoxUI
The JGoodies Plastic Look and Feel implementation of ComboBoxUI
.
Has the same height as text fields - unless you change the renderer.
Also, this class offers to use the combo's popup prototype display value to compute the popup menu width. This is an optional feature of the JGoodies Plastic L&fs implemented via a client property key.
Options.COMBO_POPUP_PROTOTYPE_DISPLAY_VALUE_KEY
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.plaf.metal.MetalComboBoxUI |
---|
MetalComboBoxUI.MetalComboBoxLayoutManager, MetalComboBoxUI.MetalComboPopup, MetalComboBoxUI.MetalPropertyChangeListener |
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicComboBoxUI |
---|
BasicComboBoxUI.ComboBoxLayoutManager, BasicComboBoxUI.FocusHandler, BasicComboBoxUI.ItemHandler, BasicComboBoxUI.KeyHandler, BasicComboBoxUI.ListDataHandler, BasicComboBoxUI.PropertyChangeHandler |
Field Summary |
---|
Fields inherited from class javax.swing.plaf.basic.BasicComboBoxUI |
---|
arrowButton, cachedMinimumSize, comboBox, currentValuePane, editor, focusListener, hasFocus, isMinimumSizeDirty, itemListener, keyListener, listBox, listDataListener, popup, popupKeyListener, popupMouseListener, popupMouseMotionListener |
Constructor Summary | |
---|---|
PlasticComboBoxUI()
|
Method Summary | |
---|---|
protected JButton |
createArrowButton()
Creates and answers the arrow button that is to be used in the combo box. |
protected ComboBoxEditor |
createEditor()
Creates the editor that is to be used in editable combo boxes. |
protected LayoutManager |
createLayoutManager()
Creates a layout manager for managing the components which make up the combo box. |
protected ComboPopup |
createPopup()
|
PropertyChangeListener |
createPropertyChangeListener()
|
protected ListCellRenderer |
createRenderer()
Creates the default renderer that will be used in a non-editiable combo box. |
static ComponentUI |
createUI(JComponent b)
|
Dimension |
getMinimumSize(JComponent c)
The minumum size is the size of the display area plus insets plus the button. |
Dimension |
getPreferredSize(JComponent c)
Delegates to #getMinimumSize(Component). |
protected void |
installListeners()
|
void |
installUI(JComponent c)
|
protected boolean |
isToolBarComboBox(JComponent c)
Checks and answers if this combo is in a tool bar. |
protected Rectangle |
rectangleForCurrentValue()
Returns the area that is reserved for drawing the currently selected item. |
protected void |
uninstallListeners()
|
void |
update(Graphics g,
JComponent c)
|
Methods inherited from class javax.swing.plaf.metal.MetalComboBoxUI |
---|
configureEditor, editablePropertyChanged, getBaseline, layoutComboBox, paint, paintCurrentValue, paintCurrentValueBackground, removeListeners, unconfigureEditor |
Methods inherited from class javax.swing.plaf.ComponentUI |
---|
contains |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlasticComboBoxUI()
Method Detail |
---|
public static ComponentUI createUI(JComponent b)
public void installUI(JComponent c)
installUI
in class BasicComboBoxUI
protected void installListeners()
installListeners
in class BasicComboBoxUI
protected void uninstallListeners()
uninstallListeners
in class BasicComboBoxUI
protected JButton createArrowButton()
Overridden to use a button that can have a pseudo 3D effect.
createArrowButton
in class MetalComboBoxUI
protected ComboBoxEditor createEditor()
createEditor
in class MetalComboBoxUI
protected LayoutManager createLayoutManager()
Overriden to use a layout that has a fixed width arrow button.
createLayoutManager
in class MetalComboBoxUI
protected ComboPopup createPopup()
createPopup
in class MetalComboBoxUI
protected ListCellRenderer createRenderer()
setRenderer
.This method differs from the superclass implementation in that it uses an empty border with wider left and right margins of 2 pixels instead of 1.
createRenderer
in class BasicComboBoxUI
ListCellRender
used for the combo boxJComboBox.setRenderer(javax.swing.ListCellRenderer)
public Dimension getMinimumSize(JComponent c)
getMinimumSize
in class MetalComboBoxUI
public Dimension getPreferredSize(JComponent c)
getPreferredSize
in class BasicComboBoxUI
protected Rectangle rectangleForCurrentValue()
rectangleForCurrentValue
in class BasicComboBoxUI
public void update(Graphics g, JComponent c)
update
in class ComponentUI
protected boolean isToolBarComboBox(JComponent c)
c
- the component to check
public PropertyChangeListener createPropertyChangeListener()
createPropertyChangeListener
in class MetalComboBoxUI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |