|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.AbstractTableModel
edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
public class MetaDataViewerTableModel
The model for the MetaDataViewerTable
.
Field Summary | |
---|---|
static int |
BLOCK_NO
|
static int |
BLOCK_TYPE
|
static java.lang.String[] |
COLUMN_NAMES
|
private static java.lang.String[] |
COLUMN_TOOL_TIPS
|
private int[] |
currentMapping
|
private ExampleSet |
exampleSet
|
static int |
INDEX
|
static int |
NAME
|
private static long |
serialVersionUID
|
static int |
SOURCE
|
private java.lang.String[] |
specialAttributeNames
|
private Attribute[] |
specialAttributes
|
static int |
STATISTICS
|
static int |
TYPE
|
static int |
UNIT
|
static int |
VALUE_TYPE
|
Fields inherited from class javax.swing.table.AbstractTableModel |
---|
listenerList |
Constructor Summary | |
---|---|
MetaDataViewerTableModel(ExampleSet exampleSet)
|
Method Summary | |
---|---|
int |
getColumnCount()
Returns 9 for the following eight columns: 0: type 1: index 2: name 3: source 4: value type 5: block type 6: block no 7: unit 8: statistics |
java.lang.String |
getColumnName(int col)
Returns one of the following nine column names: 0: type 1: index 2: name 3: source 4: type 5: block type 6: block no 7: unit 8: statistics |
int |
getRowCount()
|
boolean |
getShowColumn(int index)
|
java.lang.String |
getToolTip(int column)
|
java.lang.Object |
getValueAt(int row,
int col)
|
void |
setShowColumn(int index,
boolean show)
|
Methods inherited from class javax.swing.table.AbstractTableModel |
---|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
public static final int TYPE
public static final int INDEX
public static final int NAME
public static final int SOURCE
public static final int VALUE_TYPE
public static final int BLOCK_TYPE
public static final int BLOCK_NO
public static final int UNIT
public static final int STATISTICS
public static final java.lang.String[] COLUMN_NAMES
private static final java.lang.String[] COLUMN_TOOL_TIPS
private int[] currentMapping
private ExampleSet exampleSet
private Attribute[] specialAttributes
private java.lang.String[] specialAttributeNames
Constructor Detail |
---|
public MetaDataViewerTableModel(ExampleSet exampleSet)
Method Detail |
---|
public void setShowColumn(int index, boolean show)
public boolean getShowColumn(int index)
public int getRowCount()
public int getColumnCount()
public java.lang.Object getValueAt(int row, int col)
public java.lang.String getColumnName(int col)
getColumnName
in interface javax.swing.table.TableModel
getColumnName
in class javax.swing.table.AbstractTableModel
public java.lang.String getToolTip(int column)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |