|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the methods to implement for models (StyleModel
,
RulerModel
, SpanModel
, SelectionModel
)
that need to sync dimensions with GridModel
.
Method Summary | |
void |
insertColumns(int column,
int columnCount)
Insert columnCount columns at column . |
void |
insertRows(int row,
int rowCount)
Insert rowCount rows at row . |
void |
removeColumns(int column,
int columnCount)
Remove columnCount columns at column . |
void |
removeRows(int row,
int rowCount)
Remove rowCount rows at row . |
Method Detail |
public void insertRows(int row, int rowCount)
rowCount
rows at row
.
row
- the row to insert atrowCount
- the number of rows to insertpublic void removeRows(int row, int rowCount)
rowCount
rows at row
.
row
- the row to remove fromrowCount
- the number of rows to removepublic void insertColumns(int column, int columnCount)
columnCount
columns at column
.
column
- the column to insert atcolumnCount
- the number of columns to insertpublic void removeColumns(int column, int columnCount)
columnCount
columns at column
.
column
- the column to remove fromcolumnCount
- the number of columns to remove
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |