All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
destroy() |
protected void |
fireChangeEvent() |
protected MonitorTable.Data |
format(AbstractMonitorView.ChannelHandle item,
MonitorField field) |
protected boolean |
format(MonitorTable.Cell cell) |
protected boolean |
format(MonitorTable.Cell cell,
AbstractMonitorView.ChannelHandle item) |
protected List<int[]> |
getCells(AbstractMonitorView.ChannelHandle item,
MonitorField field)
Returns indices of all cells whose content is affected by the specified item and field.
|
int |
getColumnCount() |
int |
getRowCount() |
JTable |
getTable() |
MonitorTable.Data |
getValueAt(int row,
int column) |
boolean |
isCellEditable(int row,
int column) |
protected JTable |
makeTable() |
static List<MonitorField> |
moveNameToFront(List<MonitorField> fields) |
void |
restore(Serializable storageBean)
Restores this table to the state described by the provided object, to the extent possible.
|
Serializable |
save()
Returns JavaBean that contains data required to restore this table to its current state.
|
void |
setChangeListener(ChangeListener listener) |
void |
setValueAt(Object aValue,
int row,
int column) |
boolean |
showHeader() |
protected void |
tableMouseClicked(MouseEvent evt) |
static HashSet<MonitorField> |
translateAttributesToFields(Collection<String> attributes) |
static List<MonitorField> |
translateAttributesToFields(String attribute) |
static List<MonitorField> |
trimAbsentFields(List<MonitorField> fields,
Collection<AbstractMonitorView.ChannelHandle> channels) |
static List<MonitorField> |
trimAbsentFields(List<MonitorField> fields,
Collection<AbstractMonitorView.ChannelHandle> channels,
Collection<MonitorField> exclude) |
void |
update(AbstractMonitorView.ChannelHandle item,
List<String> attributes) |