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

Method Summary
 java.awt.Color getBackgroundColor()
           
 javax.swing.border.Border getCellBorder()
           
 void setBackgroundColor(java.awt.Color backgroundColor)
           
 void setCellBorder(javax.swing.border.Border cellBorder)
           
 
Methods inherited from interface datechooser.view.appearance.CellAttributes
assign, getFont, getTextColor, setFont, setTextColor
 

Method Detail

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)