|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
SeriesModel
defines the interface required by classes that can
store row/column based properties (for example, editors, renderers, styles).
Moving series storage to an interface definition allows better control over
sparse or dense property setting.
Method Summary | |
Collection |
getCellRanges(Object value)
Returns a Collection of JCCellRanges that contain the given object. |
Object |
getDefault()
Gets the default member value. |
List |
getSeriesValues()
Returns an iterator for an ordered set of series values. |
Collection |
getUniqueValues()
Returns a Collection of unique objects used in JCTable. |
Object |
getValue(int row,
int column)
Returns the value at the specified cell, or within the cell's row or column. |
void |
setDefault(Object value)
Creates or sets the default member to the specified value. |
boolean |
setValue(int start_row,
int start_column,
int end_row,
int end_column,
Object value)
Sets a range of cells to the value. |
boolean |
setValue(int row,
int column,
Object value)
Sets the specified cell to the value. |
boolean |
setValue(com.klg.jclass.table.JCCellRange cr,
Object value)
Sets the cell range to the value. |
Methods inherited from interface com.klg.jclass.table.Moveable |
moveColumns, moveRows, remapColumns, remapRows, shiftColumn, shiftRow, swapColumns, swapRows |
Method Detail |
public Object getDefault()
public void setDefault(Object value)
public Object getValue(int row, int column)
public boolean setValue(int row, int column, Object value)
public boolean setValue(int start_row, int start_column, int end_row, int end_column, Object value)
public boolean setValue(com.klg.jclass.table.JCCellRange cr, Object value)
public Collection getUniqueValues()
public Collection getCellRanges(Object value)
JCCellRanges
objects that as
set to the given value.public List getSeriesValues()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |