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

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

Uses of LogInputStream in org.salespointframework.core.logging
 

Methods in org.salespointframework.core.logging with parameters of type LogInputStream
private  java.util.List<LogEntry> LogFileContent.streamToList(LogInputStream lis)
          Does the actual conversion from a LogInputStream to a list of LogEntries.
 void LogFileContent.update(LogInputStream lis)
          Replaces all currently saved LogEntries with new ones.
 

Constructors in org.salespointframework.core.logging with parameters of type LogInputStream
LogFileContent(LogInputStream lis)
          Creates a LogFileContent.
 

Uses of LogInputStream in org.salespointframework.desktop.formsheets
 

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