|
What this is
Other linksThe source code
/* (swing1.1beta3) */
package tame.table;
import java.awt.Font;
/**
@author Nobuo Tamemasa
@version 1.0 11/22/98
*/
public interface CellFont {
public Font getFont(int row, int column);
public void setFont(Font font, int row, int column);
public void setFont(Font font, int[] rows, int[] columns);
}
|
Copyright © 1998-2009 DevDaily.com
All Rights Reserved.