|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
RowColumnSeriesModel
defines the interface required by classes
that can store row or column based properties.
Method Summary | |
Object |
getDefault()
Gets the default member value. |
List |
getSeriesValues()
Returns an iterator for an ordered set of series values. |
Object |
getValue(int position)
Returns the value at the specified position. |
void |
move(int start,
int num,
int destination)
Adjust the series after moving. |
void |
remap(int[] new_positions)
Reorders after the mapping changes. |
void |
setDefault(Object value)
Creates or sets the default member to the specified value. |
boolean |
setValue(int start_position,
int end_position,
Object value)
Sets a range of cells to the value. |
boolean |
setValue(int position,
Object value)
Sets the specified cell to the value. |
void |
shift(int start,
int num,
int direction)
Adjusts the series after adding or deleting. |
void |
swap(int position1,
int position2)
Adjusts the series based on two entries swap position. |
Method Detail |
public Object getDefault()
public void setDefault(Object value)
public Object getValue(int position)
public boolean setValue(int position, Object value)
public boolean setValue(int start_position, int end_position, Object value)
public List getSeriesValues()
public void move(int start, int num, int destination)
public void remap(int[] new_positions)
public void shift(int start, int num, int direction)
start
- the start positionnum
- the number of rowsdirection
- Use +1
for insert and -1
for delete.public void swap(int position1, int position2)
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |