Public Member Functions | |
LogFilesModel () | |
int | getChildCount (Object node) |
Object | getChild (Object node, int i) |
int | getColumnCount () |
String | getColumnName (int column) |
Class | getColumnClass (int column) |
Object | getValueAt (Object node, int column) |
Static Public Attributes | |
static final Integer | ZERO = new Integer(0) |
Protected Member Functions | |
Object[] | getChildren (Object node) |
Static Protected Attributes | |
static String[] | cNames = {"Anfragedatum", "Sendezeit", "Eingangskanal", "Empfangszeit","Ausgangskanal"} |
static Class[] | cTypes = {TreeTableModel.class, String.class, Long.class, String.class,Long.class} |
mixconfig.tools.dataretention.LogFilesModel.LogFilesModel | ( | ) |
Object [] mixconfig.tools.dataretention.LogFilesModel.getChildren | ( | Object | node | ) | [protected] |
int mixconfig.tools.dataretention.LogFilesModel.getChildCount | ( | Object | node | ) |
Object mixconfig.tools.dataretention.LogFilesModel.getChild | ( | Object | node, | |
int | i | |||
) |
int mixconfig.tools.dataretention.LogFilesModel.getColumnCount | ( | ) |
Returns the number ofs availible column.
Implements mixconfig.tools.dataretention.TreeTableModel.
References mixconfig.tools.dataretention.LogFilesModel.cNames.
String mixconfig.tools.dataretention.LogFilesModel.getColumnName | ( | int | column | ) |
Returns the name for column number column
.
Implements mixconfig.tools.dataretention.TreeTableModel.
References mixconfig.tools.dataretention.LogFilesModel.cNames.
Class mixconfig.tools.dataretention.LogFilesModel.getColumnClass | ( | int | column | ) |
Returns the type for column number column
.
Reimplemented from mixconfig.tools.dataretention.AbstractTreeTableModel.
References mixconfig.tools.dataretention.LogFilesModel.cTypes.
Object mixconfig.tools.dataretention.LogFilesModel.getValueAt | ( | Object | node, | |
int | column | |||
) |
Returns the value to be displayed for node node
, at column number column
.
Implements mixconfig.tools.dataretention.TreeTableModel.
String [] mixconfig.tools.dataretention.LogFilesModel.cNames = {"Anfragedatum", "Sendezeit", "Eingangskanal", "Empfangszeit","Ausgangskanal"} [static, protected] |
Class [] mixconfig.tools.dataretention.LogFilesModel.cTypes = {TreeTableModel.class, String.class, Long.class, String.class,Long.class} [static, protected] |
Referenced by mixconfig.tools.dataretention.LogFilesModel.getColumnClass().
final Integer mixconfig.tools.dataretention.LogFilesModel.ZERO = new Integer(0) [static] |