public class VirtualFileCellController
extends java.lang.Object
QListCellRenderer
. It can turn on and off the colors, and icons for
JList
's that use this QListCellRenderer
.Modifier and Type | Method and Description |
---|---|
void |
displayColor()
Display files in the
JList in color. |
void |
displayLocalIcons()
Display files in the
JList using local icons. |
void |
displayMonochrome()
Display files in the
JList in monochrome. |
void |
displayNoIcons()
Display files in the
JList without icons. |
void |
displayOsIcons()
Display files in the
JList with icons using the
FileSystemView class. |
QListCellRenderer |
getRenderer()
Get the configurable renderer.
|
public QListCellRenderer getRenderer()
public void displayColor()
JList
in color.public void displayMonochrome()
JList
in monochrome.public void displayLocalIcons()
JList
using local icons.public void displayNoIcons()
JList
without icons.public void displayOsIcons()
JList
with icons using the
FileSystemView
class.