datechooser.view.appearance.custom
Interface CustomCellAttributes
- All Superinterfaces:
- CellAttributes
- All Known Implementing Classes:
- CustomCellAppearance
public interface CustomCellAttributes
- extends CellAttributes
Customized appearance's attributes.
Настраиваемые атрибуты ячейки.
- Since:
- 1.0
- Author:
- Androsov Vadim
getBackgroundColor
java.awt.Color getBackgroundColor()
getCellBorder
javax.swing.border.Border getCellBorder()
setBackgroundColor
void setBackgroundColor(java.awt.Color backgroundColor)
setCellBorder
void setCellBorder(javax.swing.border.Border cellBorder)