Package | Description |
---|---|
javax.swing.plaf.basic |
Provides user interface objects built according to the
Basic look and feel.
|
javax.swing.plaf.metal |
Provides user interface objects built according to
the Java look and feel (once codenamed Metal),
which is the default look and feel.
|
Modifier and Type | Field and Description |
---|---|
protected CellRendererPane |
BasicComboBoxUI.currentValuePane
Used to render the currently selected item in the combo box.
|
protected CellRendererPane |
BasicListUI.rendererPane
The instance of
CellRendererPane . |
protected CellRendererPane |
BasicTableHeaderUI.rendererPane
The instance of
CellRendererPane . |
protected CellRendererPane |
BasicTableUI.rendererPane
The instance of
CellRendererPane . |
protected CellRendererPane |
BasicTreeUI.rendererPane
Used to paint the TreeCellRenderer.
|
Modifier and Type | Method and Description |
---|---|
protected CellRendererPane |
BasicTreeUI.createCellRendererPane()
Returns the renderer pane that renderer components are placed in.
|
Modifier and Type | Field and Description |
---|---|
protected CellRendererPane |
MetalComboBoxButton.rendererPane
The instance of
CellRendererPane . |
Constructor and Description |
---|
MetalComboBoxButton(JComboBox<Object> cb,
Icon i,
boolean onlyIcon,
CellRendererPane pane,
JList<Object> list)
Constructs a new instance of
MetalComboBoxButton . |
MetalComboBoxButton(JComboBox<Object> cb,
Icon i,
CellRendererPane pane,
JList<Object> list)
Constructs a new instance of
MetalComboBoxButton . |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-01-26-133437.ivan.openjdk9onspinwait