|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.AbstractTableModel
net.logAnalyzer.gui.messages.MessagesModel
Field Summary |
Fields inherited from class javax.swing.table.AbstractTableModel |
listenerList |
Constructor Summary | |
MessagesModel(LALogHandler handler)
Constructs a new messages model under the specified handler. |
Method Summary | |
void |
endParsing(LALogHandler logHander)
Receives an end parsing event. |
java.lang.Class |
getColumnClass(int columnIndex)
Returns the class of the column values at the specified index in the model. |
int |
getColumnCount()
Returns the count of columns in the model. |
java.lang.String |
getColumnName(int columnIndex)
Returns the label of the converter of the column at the specified index in the model. |
LAConverter |
getConverter(int columnIndex)
Returns the log handler converter at the specified index in the data model. |
LAConverter[] |
getConverters()
Returns all log handler converters in the data model. |
int |
getRowCount()
Returns the number of visible rows from the handler, after filters was applied. |
java.lang.Object |
getValueAt(int rowIndex,
int columnIndex)
Returns the value of the cell at the specified row and column. |
boolean |
isCellEditable(int rowIndex,
int columnIndex)
Returns true if the cell is editable. |
protected void |
setLogHandler(LALogHandler logHandler)
|
void |
setValueAt(java.lang.Object value,
int rowIndex,
int columnIndex)
NOP. |
void |
startParsing(LALogHandler logHander)
Receives a start parsing event. |
void |
stepParsing(LALogHandler logHandler)
Receives a step parsing event. |
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessagesModel(LALogHandler handler)
handler
- Handler used as data source.Method Detail |
protected void setLogHandler(LALogHandler logHandler)
public int getRowCount()
getRowCount
in interface javax.swing.table.TableModel
TableModel.getRowCount()
public LAConverter getConverter(int columnIndex)
columnIndex
- Column index in the data model.
public LAConverter[] getConverters()
public int getColumnCount()
getColumnCount
in interface javax.swing.table.TableModel
TableModel.getColumnCount()
public java.lang.String getColumnName(int columnIndex)
getColumnName
in interface javax.swing.table.TableModel
columnIndex
- Column index in the model.
TableModel.getColumnName(int)
public java.lang.Class getColumnClass(int columnIndex)
getColumnClass
in interface javax.swing.table.TableModel
columnIndex
- Column index in the model.
TableModel.getColumnClass(int)
public boolean isCellEditable(int rowIndex, int columnIndex)
isCellEditable
in interface javax.swing.table.TableModel
TableModel.isCellEditable(int, int)
public java.lang.Object getValueAt(int rowIndex, int columnIndex)
getValueAt
in interface javax.swing.table.TableModel
TableModel.getValueAt(int, int)
public void setValueAt(java.lang.Object value, int rowIndex, int columnIndex)
setValueAt
in interface javax.swing.table.TableModel
TableModel.setValueAt(java.lang.Object, int, int)
public void startParsing(LALogHandler logHander)
startParsing
in interface LALogHandlerListener
logHander
- Log handler used as data source.LALogHandlerListener.startParsing(LALogHandler)
public void stepParsing(LALogHandler logHandler)
stepParsing
in interface LALogHandlerListener
logHandler
- Log handler used as data source.LALogHandlerListener.stepParsing(LALogHandler)
public void endParsing(LALogHandler logHander)
setLogHandler(LALogHandler)
.
endParsing
in interface LALogHandlerListener
logHander
- Sender.LALogHandlerListener.endParsing(LALogHandler)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |