Package com.illumon.iris.gui.table
Class HashedPlainObjectTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
com.illumon.iris.gui.table.IrisTableModel
com.illumon.iris.gui.table.HashedPlainObjectTableModel
- All Implemented Interfaces:
UpdateListener
,Workspace
,Serializable
,TableModel
- See Also:
-
Field Summary
Fields inherited from class com.illumon.iris.gui.table.IrisTableModel
columnSet_, nonViewColumnSet_
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
-
Constructor Summary
ConstructorsConstructorDescriptionHashedPlainObjectTableModel
(com.fishlib.dataobjects.WColumnSet columnSet) HashedPlainObjectTableModel
(String columnSetName) -
Method Summary
Modifier and TypeMethodDescriptioncom.fishlib.dataobjects.WAbstractDataObject
void
io.deephaven.hash.IndexableMap
getData()
getObjectRow
(int index) int
getValueAt
(int rowIndex, int columnIndex) com.fishlib.dataobjects.WAbstractDataObject
void
setData
(io.deephaven.hash.IndexableMap data) Methods inherited from class com.illumon.iris.gui.table.IrisTableModel
dispose, getColumnClass, getColumnCount, getColumnIndex, getColumnName, getColumnSet, getNonViewColumnSet, getSortableColumns, getTableModelName, getWorkspaceInfo, isStale, processUpdate, registerAsUpdateListener, setColumnSet, setWorkspaceInfo
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
Methods inherited from interface com.illumon.iris.gui.workspace.Workspace
isGlobalSetting
-
Constructor Details
-
HashedPlainObjectTableModel
public HashedPlainObjectTableModel(com.fishlib.dataobjects.WColumnSet columnSet) -
HashedPlainObjectTableModel
-
-
Method Details
-
getData
public io.deephaven.hash.IndexableMap getData() -
setData
public void setData(io.deephaven.hash.IndexableMap data) -
getRowCount
public int getRowCount() -
getValueAt
-
getObjectRow
-
addRow
-
removeRow
-
clearRows
public void clearRows()
-