datechooser.view.appearance
Interface CellAttributes

All Known Subinterfaces:
CustomCellAttributes, Painter, SwingCellAttributes
All Known Implementing Classes:
ButtonPainter, CellAppearance, CustomCellAppearance, LabelPainter, SwingCellAppearance

public interface CellAttributes

Basic date cell attributes.
Базовые свойства ячейки с датой.

Since:
1.0
Author:
Androsov Vadim

Method Summary
 void assign(CellAppearance newAppearance)
          Assign one cell properties for another.
 java.awt.Font getFont()
           
 java.awt.Color getTextColor()
           
 void setFont(java.awt.Font font)
           
 void setTextColor(java.awt.Color textColor)
           
 

Method Detail

getFont

java.awt.Font getFont()

getTextColor

java.awt.Color getTextColor()

setFont

void setFont(java.awt.Font font)

setTextColor

void setTextColor(java.awt.Color textColor)

assign

void assign(CellAppearance newAppearance)
Assign one cell properties for another. Not used (reserved).
Зарезервирована если захочется сделать единые настройки для всех полей

Since:
1.0