mixconfig.tools.dataretention.LogFilesModel Class Reference

Inherits mixconfig::tools::dataretention::AbstractTreeTableModel, and mixconfig::tools::dataretention::TreeTableModel.

List of all members.

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}


Detailed Description

FileSystemModel is a TreeTableModel representing a hierarchical file system. Nodes in the FileSystemModel are FileNodes which, when they are directory nodes, cache their children to avoid repeatedly querying the real file system.

Version:
I% G%
Author:
Philip Milne

Scott Violet


Constructor & Destructor Documentation

mixconfig.tools.dataretention.LogFilesModel.LogFilesModel (  ) 


Member Function Documentation

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.


Member Data Documentation

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]

final Integer mixconfig.tools.dataretention.LogFilesModel.ZERO = new Integer(0) [static]


The documentation for this class was generated from the following file:

Generated on Mon Nov 16 23:24:48 2009 for MixConfig by  doxygen 1.5.6