|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IColumnEditorTab
Represents a Comparator tab that has promised functionality for manipulating the columns 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 |
addColumn()
Adds a new column to the view. |
void |
addColumns(int count)
Adds several new columns to the view. |
void |
deleteColumn(int column)
Deletes a column from the table. |
void |
deleteColumns(int[] columns)
Deletes columns from the table. |
int |
getColumnCount()
The number of columns in the table. |
java.lang.Object |
getColumnData(int column)
The data for a column in the table or null if the column is not valid. |
void |
insertColumn(int column)
Inserts a column at a specified location. |
void |
insertColumns(int column,
int count)
Inserts a number of new columns at a specified location. |
| Methods inherited from interface jigcell.compare.ITab |
|---|
createAboutDialog, createConfigEditor, getName, readConfiguration |
| Method Detail |
|---|
void addColumn()
void addColumns(int count)
count - Number of columnsvoid deleteColumn(int column)
column - Columnvoid deleteColumns(int[] columns)
columns - Columnsint getColumnCount()
java.lang.Object getColumnData(int column)
column - Columnvoid insertColumn(int column)
column - Column to insert at
void insertColumns(int column,
int count)
column - Column to insert atcount - Number of columns to insert
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||