edu.udo.cs.yale.gui.viewer
Class MetaDataViewerTableModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel

public class MetaDataViewerTableModel
extends javax.swing.table.AbstractTableModel

The model for the MetaDataViewerTable.

Version:
$Id: MetaDataViewerTableModel.java,v 1.5 2006/10/03 13:22:41 ingomierswa Exp $
Author:
Ingo Mierswa
See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

TYPE

public static final int TYPE
See Also:
Constant Field Values

INDEX

public static final int INDEX
See Also:
Constant Field Values

NAME

public static final int NAME
See Also:
Constant Field Values

SOURCE

public static final int SOURCE
See Also:
Constant Field Values

VALUE_TYPE

public static final int VALUE_TYPE
See Also:
Constant Field Values

BLOCK_TYPE

public static final int BLOCK_TYPE
See Also:
Constant Field Values

BLOCK_NO

public static final int BLOCK_NO
See Also:
Constant Field Values

UNIT

public static final int UNIT
See Also:
Constant Field Values

STATISTICS

public static final int STATISTICS
See Also:
Constant Field Values

COLUMN_NAMES

public static final java.lang.String[] COLUMN_NAMES

COLUMN_TOOL_TIPS

private static final java.lang.String[] COLUMN_TOOL_TIPS

currentMapping

private int[] currentMapping

exampleSet

private ExampleSet exampleSet

specialAttributes

private Attribute[] specialAttributes

specialAttributeNames

private java.lang.String[] specialAttributeNames
Constructor Detail

MetaDataViewerTableModel

public MetaDataViewerTableModel(ExampleSet exampleSet)
Method Detail

setShowColumn

public void setShowColumn(int index,
                          boolean show)

getShowColumn

public boolean getShowColumn(int index)

getRowCount

public int getRowCount()

getColumnCount

public 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












getValueAt

public java.lang.Object getValueAt(int row,
                                   int col)

getColumnName

public 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

Specified by:
getColumnName in interface javax.swing.table.TableModel
Overrides:
getColumnName in class javax.swing.table.AbstractTableModel












getToolTip

public java.lang.String getToolTip(int column)


Copyright © 2001-2006