|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.table.AbstractTableModel
gov.nih.nlm.mms.filters.SemanticTypesToRemoveTableModel
public class SemanticTypesToRemoveTableModel
Manages and initializes the data for the Semantic Types To Exclude table.
| Field Summary |
|---|
| Fields inherited from class javax.swing.table.AbstractTableModel |
|---|
listenerList |
| Constructor Summary | |
|---|---|
SemanticTypesToRemoveTableModel()
This constructor gets the initial values for the SemanticTypesToRemoveJTable table. |
|
| Method Summary | |
|---|---|
Class |
getColumnClass(int column_number)
Returns the Class of the Objects in column column_number. |
int |
getColumnCount()
Returns the number of columns in the semantic types to exclude table. |
String |
getColumnName(int column_number)
Returns the name of a column in the semantic types to exclude table. |
int |
getRowCount()
Returns the number of rows in the semantic types to exclude table. |
int |
getRowForSemanticType(HierarchicalSemanticType sty)
Returns the row number for a given HierarchicalSemanticType in the
Semantic Types To Exclude Table. |
HierarchicalSemanticType |
getSemanticTypeAtRow(int row)
Returns the HierarchicalSemanticType at a given row in the Semantic
Types To Exclude Table. |
Object |
getValueAt(int row,
int column)
Returns the value at the cell of the Semantic Types To Exclude table. |
| Methods inherited from class javax.swing.table.AbstractTableModel |
|---|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SemanticTypesToRemoveTableModel()
SemanticTypesToRemoveJTable table.
| Method Detail |
|---|
public int getColumnCount()
int number of columnspublic int getRowCount()
int number of rowspublic String getColumnName(int column_number)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelcolumn_number - int number of the column in question
String name of the column in the table in position
column_number
public Object getValueAt(int row,
int column)
row - int row number of the cellcolumn - int column number of the cell
Object of the cell at the given row and columnpublic Class getColumnClass(int column_number)
Class of the Objects in column column_number.
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelcolumn_number - int indicates the column in question
Class of the columnpublic HierarchicalSemanticType getSemanticTypeAtRow(int row)
HierarchicalSemanticType at a given row in the Semantic
Types To Exclude Table.
row - int
HierarchicalSemanticType at given rowpublic int getRowForSemanticType(HierarchicalSemanticType sty)
HierarchicalSemanticType in the
Semantic Types To Exclude Table.
sty - HierarchicalSemanticType
int row number
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||