|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjhomenet.gui.tab.CustomDataTableModel
public class CustomDataTableModel
A custom hardware data table model that automatically updates
when the hardware's data updates.
Id: $Id$
| Field Summary | |
|---|---|
protected static Logger |
logger
The logger |
| Constructor Summary | |
|---|---|
CustomDataTableModel(Hardware hardware)
Default constructor. |
|
| Method Summary | |
|---|---|
void |
addData(HardwareData data)
Add data the current data table model. |
void |
buildDataTable()
Build the table model. |
javax.swing.table.AbstractTableModel |
getTableModel()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static Logger logger
| Constructor Detail |
|---|
public CustomDataTableModel(Hardware hardware)
| Method Detail |
|---|
public void buildDataTable()
public void addData(HardwareData data)
data - public javax.swing.table.AbstractTableModel getTableModel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||