All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.contrib.JCSpreadLabel

java.lang.Object
   |
   +----jclass.contrib.JCSpreadLabel

public class JCSpreadLabel
extends Object
JCSpreadLabel contains routines to create a spreadsheet label, for use by JClass LiveTable's JCLabelValueListener

See Also:
JCLabelValueListener

Constructor Index

 o JCSpreadLabel()

Method Index

 o create(int, int)
Create a row or column-style spreadsheet label.

Constructors

 o JCSpreadLabel
 public JCSpreadLabel()

Methods

 o create
 public static String create(int row,
                             int column)
Create a row or column-style spreadsheet label. Rows start at 1, and columns start at A. Set row to a negative number to convert column values and vice versa.

Parameters:
row - the row number to convert
column - the column number to convert
Returns:
Spreadsheet-style row or column label

All Packages  Class Hierarchy  This Package  Previous  Next  Index