Skip navigation links
com.essbase.eas.essbase.ui.LogAnalyzer
Class LogEntryModel
java.lang.Object
javax.swing.table.AbstractTableModel
com.essbase.eas.essbase.ui.LogAnalyzer.LogEntryModel
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.table.TableModel
-
public class LogEntryModel
- extends javax.swing.table.AbstractTableModel
Title: Log Analyzer Project for Tomcat Description: Copyright: Copyright (c) 2003 Company: Hyperion Solutions, Inc.
- Version:
- 1.0
- Author:
- Sree Menon
- See Also:
- Serialized Form
| Fields inherited from class javax.swing.table.AbstractTableModel |
listenerList |
| Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, 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 |
LogEntryModel
public LogEntryModel(LogEntryRandomAccessFile file)
LogEntryModel
public LogEntryModel(LogEntryRandomAccessFile file,
boolean showAppCol)
LogEntryModel
public LogEntryModel(LogEntryRandomAccessFile file,
java.util.List offsets)
LogEntryModel
public LogEntryModel(LogEntryRandomAccessFile file,
java.util.List offsets,
boolean showAppCol)
getColumnName
public java.lang.String getColumnName(int column)
-
- Specified by:
getColumnName in interface javax.swing.table.TableModel
- Overrides:
getColumnName in class javax.swing.table.AbstractTableModel
findColumn
public int findColumn(java.lang.String columnName)
-
- Overrides:
findColumn in class javax.swing.table.AbstractTableModel
getColumnClass
public java.lang.Class getColumnClass(int columnIndex)
-
- Specified by:
getColumnClass in interface javax.swing.table.TableModel
- Overrides:
getColumnClass in class javax.swing.table.AbstractTableModel
getRowCount
public int getRowCount()
getColumnCount
public int getColumnCount()
getOffset
public long getOffset(int row)
getOffsetEntry
public java.lang.Long getOffsetEntry(int row)
getEntry
public LogEntry getEntry(int row)
getLogEntry
public LogEntry getLogEntry(int row)
getValueAt
public java.lang.Object getValueAt(int rowIndex,
int columnIndex)
isSortable
public boolean isSortable()
sort
public void sort(javax.swing.JTable table,
int column)
sort
public void sort(javax.swing.JTable table,
int column,
boolean ascending)
sort
public void sort(javax.swing.JTable table,
int[] columns,
boolean ascending)
getFile
public LogEntryRandomAccessFile getFile()
setFile
public void setFile(LogEntryRandomAccessFile file)
dispose
public void dispose()
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.