JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table
Class CellRangeValue

java.lang.Object
  |
  +--com.klg.jclass.table.CellRangeValue
All Implemented Interfaces:
Serializable

public class CellRangeValue
extends Object
implements Serializable

Contains a JCCellRange and associated object.

See Also:
Serialized Form

Field Summary
 int end_column
           
 int end_row
           
 int start_column
           
 int start_row
           
 Object value
           
 
Constructor Summary
CellRangeValue(int start_row, int start_column, int end_row, int end_column, Object v)
          Creates a new series value.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

start_row

public int start_row

start_column

public int start_column

end_row

public int end_row

end_column

public int end_column

value

public Object value
Constructor Detail

CellRangeValue

public CellRangeValue(int start_row,
                      int start_column,
                      int end_row,
                      int end_column,
                      Object v)
Creates a new series value.

Method Detail

toString

public String toString()
Overrides:
toString in class Object

Copyright © 2004 Quest Software Inc..
All rights reserved.