SwingPaint Documentation 1.1.2
An easy to use and integrate library to that makes coloring and theming a desktop application simple
Loading...
Searching...
No Matches
io.github.kdesp73.swingpaint.painters.TablePainter Class Reference
Inheritance diagram for io.github.kdesp73.swingpaint.painters.TablePainter:
io.github.kdesp73.swingpaint.painters.Painter

Public Member Functions

void setBackgroundColor (Color color)
 
void setBorderColor (Color borderColor, int borderThickness)
 
void setForegroundColor (Color color)
 
void setHeaderBackgroundColor (Color color)
 
void setHeaderForegroundColor (Color color)
 
void setSelectionColors (Color selectedBackground, Color selectedForeground, Color defaultBackground, Color defaultForeground)
 
 TablePainter (JTable table)
 
- Public Member Functions inherited from io.github.kdesp73.swingpaint.painters.Painter

Member Function Documentation

◆ setBackgroundColor()

void io.github.kdesp73.swingpaint.painters.TablePainter.setBackgroundColor ( Color color)

◆ setForegroundColor()

void io.github.kdesp73.swingpaint.painters.TablePainter.setForegroundColor ( Color color)

◆ setBorderColor()

void io.github.kdesp73.swingpaint.painters.TablePainter.setBorderColor ( Color borderColor,
int borderThickness )

The documentation for this class was generated from the following file: