public class ListModel extends AbstractTableModel implements jp.co.sds_corp.hibiya.server.ICheckerListener
listenerList
コンストラクタと説明 |
---|
ListModel(MonitorParam param) |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
add(Object obj) |
void |
checkerChanged(jp.co.sds_corp.hibiya.server.CheckerChangeEvent ev)
ICheckerの状態に変更があった時に呼び出されます。
|
void |
clear() |
int |
getColumnCount() |
String |
getColumnName(int nClm) |
jp.co.sds_corp.hibiya.connector.IConnector |
getConnector() |
Object |
getData(int nPos) |
int |
getRowCount() |
Object |
getValueAt(int row,
int col) |
String |
intervalToString(Number var) |
boolean |
isCellEditable(int row,
int col) |
void |
remove(Object obj) |
void |
setConnector(jp.co.sds_corp.hibiya.connector.IConnector var) |
void |
setData(jp.co.sds_corp.hibiya.server.IChecker pchk) |
void |
updateChecker() |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener, setValueAt
public ListModel(MonitorParam param)
public void clear()
public void add(Object obj)
public void remove(Object obj)
public void checkerChanged(jp.co.sds_corp.hibiya.server.CheckerChangeEvent ev) throws Exception
checkerChanged
インタフェース内 jp.co.sds_corp.hibiya.server.ICheckerListener
ev
- 状態の変更内容を指定します。Exception
public jp.co.sds_corp.hibiya.connector.IConnector getConnector()
public void setConnector(jp.co.sds_corp.hibiya.connector.IConnector var)
public Object getData(int nPos)
public void setData(jp.co.sds_corp.hibiya.server.IChecker pchk)
public int getColumnCount()
getColumnCount
インタフェース内 TableModel
public String getColumnName(int nClm)
getColumnName
インタフェース内 TableModel
getColumnName
クラス内 AbstractTableModel
public int getRowCount()
getRowCount
インタフェース内 TableModel
public Object getValueAt(int row, int col)
getValueAt
インタフェース内 TableModel
public boolean isCellEditable(int row, int col)
isCellEditable
インタフェース内 TableModel
isCellEditable
クラス内 AbstractTableModel
Copyright © 2021 S.D.S Co.,Ltd.. All rights reserved.