|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.table.AbstractTableModel
com.rapidminer.gui.viewer.MetaDataViewerTableModel
public class MetaDataViewerTableModel
The model for the MetaDataViewerTable.
| Field Summary | |
|---|---|
static int |
BLOCK_TYPE
|
static java.lang.Class[] |
COLUMN_CLASSES
|
static java.lang.String[] |
COLUMN_NAMES
|
static int |
DEFAULT_MAX_DISPLAYED_VALUES
|
static int |
DEFAULT_MAX_NUMBER_OF_ROWS_FOR_STATISTICS
|
static int |
INDEX
|
static int |
NAME
|
static int |
SOURCE
|
static int |
STATISTICS_AVERAGE
|
static int |
STATISTICS_RANGE
|
static int |
STATISTICS_SUM
|
static int |
STATISTICS_UNKNOWN
|
static int |
TYPE
|
static int |
VALUE_TYPE
|
| Fields inherited from class javax.swing.table.AbstractTableModel |
|---|
listenerList |
| Constructor Summary | |
|---|---|
MetaDataViewerTableModel(ExampleSet exampleSet)
|
|
| Method Summary | |
|---|---|
void |
calculateStatistics()
|
java.lang.Class<?> |
getColumnClass(int col)
Returns the classes of the columns. |
int |
getColumnCount()
Returns up to 9 for the following eight columns (depending on the current column selection): 0: type 1: index 2: name 3: construction 4: value type 5: block type 6: basic statistics 7: range statistics 8: sum statistics 9: unknown statistics |
java.lang.String |
getColumnName(int col)
Returns one of the following nine column names: 0: type 1: index 2: name 3: construction 4: type 5: block type 6: basic statistics 7: range statistics 8: sum statistics 9: unknown statistics |
java.lang.String |
getColumnToolTip(int column)
Returns the tool tip text for the specified column. |
int |
getRowCount()
|
boolean |
getShowColumn(int index)
|
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, 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 |
|---|
public static final int DEFAULT_MAX_NUMBER_OF_ROWS_FOR_STATISTICS
public static final int DEFAULT_MAX_DISPLAYED_VALUES
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 STATISTICS_AVERAGE
public static final int STATISTICS_RANGE
public static final int STATISTICS_SUM
public static final int STATISTICS_UNKNOWN
public static final java.lang.String[] COLUMN_NAMES
public static final java.lang.Class[] COLUMN_CLASSES
| Constructor Detail |
|---|
public MetaDataViewerTableModel(ExampleSet exampleSet)
| Method Detail |
|---|
public void calculateStatistics()
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.TableModelgetColumnName in class javax.swing.table.AbstractTableModelpublic java.lang.Class<?> getColumnClass(int col)
getColumnClass in interface javax.swing.table.TableModelgetColumnClass in class javax.swing.table.AbstractTableModelpublic java.lang.String getColumnToolTip(int column)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||