|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRowEditorTab
Represents a Comparator tab that has promised functionality for manipulating the rows of a table view. Components supporting only a subset of these features should throw an UnsupportedOperationException to indicate features that are not supported.
This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.
Field Summary |
---|
Fields inherited from interface jigcell.compare.ITab |
---|
CONFIG_TABNAME, STATE_ENDINITIALIZE, STATE_ENDUI, STATE_INITIALIZE, STATE_RUNNING, STATES |
Method Summary | |
---|---|
void |
addRow()
Adds a new row to the view. |
void |
addRows(int count)
Adds several new rows to the view. |
void |
deleteRow(int row)
Deletes a row from the table. |
void |
deleteRows(int[] rows)
Deletes rows from the table. |
int |
getRowCount()
The number of rows in the table. |
java.lang.Object |
getRowData(int row)
The data for a row in the table or null if the row is not valid. |
void |
insertRow(int row)
Inserts a row at a specified location. |
void |
insertRows(int row,
int count)
Inserts a number of new rows at a specified location. |
void |
moveRowsDown(int[] rows)
Moves selected rows down. |
void |
moveRowsUp(int[] rows)
Moves selected rows up. |
Methods inherited from interface jigcell.compare.ITab |
---|
createAboutDialog, createConfigEditor, getName, readConfiguration |
Method Detail |
---|
void addRow()
void addRows(int count)
count
- Number of rowsvoid deleteRow(int row)
row
- Rowvoid deleteRows(int[] rows)
rows
- Rowsint getRowCount()
java.lang.Object getRowData(int row)
row
- Rowvoid insertRow(int row)
row
- Row to insert atvoid insertRows(int row, int count)
row
- Row to insert atcount
- Number of rows to insertvoid moveRowsDown(int[] rows)
rows
- Rowsvoid moveRowsUp(int[] rows)
rows
- Rows
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |