Uses of Class
org.salespointframework.core.logging.LogFileContent

Packages that use LogFileContent
org.salespointframework.core.logging This package contains all classes that are relevant to logging. 
org.salespointframework.desktop   
org.salespointframework.desktop.formsheets   
org.salespointframework.desktop.models   
 

Uses of LogFileContent in org.salespointframework.core.logging
 

Methods in org.salespointframework.core.logging with parameters of type LogFileContent
 void Log.addLogEntries(LogFileContent lfc)
          Appends all LogEntries that are saved in lfc to the current log.
 

Uses of LogFileContent in org.salespointframework.desktop
 

Constructors in org.salespointframework.desktop with parameters of type LogFileContent
JLogTable(LogFileContent lfc)
          Create a new JLogTable.
JLogTable(LogFileContent lfc, java.util.Comparator<LogEntry> cmp)
          Create a new JLogTable.
JLogTable(LogFileContent lfc, java.util.Comparator<LogEntry> cmp, TableEntryDescriptor ted)
          Create a new JLogTable.
JLogTable(LogFileContent lfc, TableEntryDescriptor ted)
          Create a new JLogTable.
 

Uses of LogFileContent in org.salespointframework.desktop.formsheets
 

Fields in org.salespointframework.desktop.formsheets declared as LogFileContent
private  LogFileContent LogTableForm.m_lfcContent
           
 

Constructors in org.salespointframework.desktop.formsheets with parameters of type LogFileContent
LogTableForm(java.lang.String sCaption, LogFileContent lfc, java.util.Comparator<LogEntry> cmp, TableEntryDescriptor ted, boolean fWaitResponse)
           
 

Uses of LogFileContent in org.salespointframework.desktop.models
 

Constructors in org.salespointframework.desktop.models with parameters of type LogFileContent
LogTableModel(LogFileContent lfc, java.util.Comparator<LogEntry> cmp, TableEntryDescriptor ted)
          Create a new LogTableModel.