Uses of Class
javax.swing.CellRendererPane
Package
Description
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects built according to the Java look and feel
(once codenamed Metal), which is the default look and feel.
-
Uses of CellRendererPane in javax.swing.plaf.basic
Modifier and TypeFieldDescriptionprotected CellRendererPane
BasicComboBoxUI.currentValuePane
Used to render the currently selected item in the combo box.protected CellRendererPane
BasicListUI.rendererPane
The instance ofCellRendererPane
.protected CellRendererPane
BasicTableHeaderUI.rendererPane
The instance ofCellRendererPane
.protected CellRendererPane
BasicTableUI.rendererPane
The instance ofCellRendererPane
.protected CellRendererPane
BasicTreeUI.rendererPane
Used to paint the TreeCellRenderer.Modifier and TypeMethodDescriptionprotected CellRendererPane
BasicTreeUI.createCellRendererPane()
Returns the renderer pane that renderer components are placed in. -
Uses of CellRendererPane in javax.swing.plaf.metal
Modifier and TypeFieldDescriptionprotected CellRendererPane
MetalComboBoxButton.rendererPane
The instance ofCellRendererPane
.ModifierConstructorDescriptionMetalComboBoxButton
(JComboBox<Object> cb, Icon i, boolean onlyIcon, CellRendererPane pane, JList<Object> list) Constructs a new instance ofMetalComboBoxButton
.MetalComboBoxButton
(JComboBox<Object> cb, Icon i, CellRendererPane pane, JList<Object> list) Constructs a new instance ofMetalComboBoxButton
.