Package | Description |
---|---|
org.q.app.ui.render.list |
Package for customizing the rendering of
JList 's in the application. |
org.q.app.ui.render.rename |
Package for UI components used to rename files.
|
org.q.app.ui.render.terminal |
Package for writing output from calls on the native command line to a UI component.
|
Modifier and Type | Class and Description |
---|---|
class |
NoColorFactory
Always returns
Color.BLACK . |
Modifier and Type | Method and Description |
---|---|
void |
QListCellRenderer.setForegroundFactory(ColorFactory factory)
Replace the strategy for determining the text color.
|
Modifier and Type | Class and Description |
---|---|
class |
RegexColorFactory
Returns the color for lines on the terminal.
|
Modifier and Type | Class and Description |
---|---|
class |
TerminalColorFactory
Returns the color for lines on the terminal.
|