public class ErrorContents extends FileContents
Modifier and Type | Class and Description |
---|---|
protected class |
ErrorContents.Model
The table model class.
|
static class |
ErrorContents.RecordParser |
FileContents.DateRenderer, FileContents.ErrNoRenderer, FileContents.RecReader, FileContents.TypeRenderer
BLOCKGAB, BLOCKSIZE, ERROR_ICON, INFO_ICON, PARSERFORMAT, UNKNOWN_ICON, WARN_ICON
Constructor and Description |
---|
ErrorContents(java.io.File file,
java.util.List recs) |
Modifier and Type | Method and Description |
---|---|
void |
configTable(javax.swing.JTable table)
Configure the table view
|
java.lang.String |
getErrOrLogType()
Get a type specification.
|
java.lang.String |
getStringPresentation(int rec)
Get a string presentation of the record specified by the index.
|
countAtPos, finalize, getCount, getRecord, release, search, searchAtPos
public ErrorContents(java.io.File file, java.util.List recs) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public java.lang.String getErrOrLogType()
public void configTable(javax.swing.JTable table)
the
- table to be configured.public java.lang.String getStringPresentation(int rec)
index
- the record index.