SalesPoint Framework v3.0
A B C D E F G H I J K L M N O P Q R S T U V W Y

L

ListenableCatalog - interface data.ListenableCatalog.
A Catalog that fires events to inform about changes to its contents.
ListenableDataBasket - interface data.ListenableDataBasket.
A DataBasket that will fire events to inform about changes to its contents.
ListenableStock - interface data.ListenableStock.
A Stock that will fire events to inform about changes to its contents.
ListenerHelper - class util.ListenerHelper.
Helper class that supports Listeners which themselves can be listened to.
ListenerHelper() - Constructor for class util.ListenerHelper
Construct a new ListenerHelper.
ListenerHelper(HelpableListener) - Constructor for class util.ListenerHelper
Create a new ListenerHelper.
LOAD_TAG - Static variable in class sale.Shop
MenuSheetObject tag marking the "Load..." item.
load(ObjectInputStream) - Method in class sale.JDisplayFrame
Restore this display frame from data in the given input stream.
load(ObjectInputStream) - Method in class sale.multiwindow.MultiWindow
Load the state of this MultiWindow from a stream.
log - package log
This package contains all classes that are relevant to logging.
Log - class log.Log.
Represents a log file.
LOG_MODE_ALL - Static variable in interface data.DataBasket
Log mode constant.
LOG_MODE_COMMITS_ONLY - Static variable in interface data.DataBasket
Log mode constant.
LOG_MODE_NONE - Static variable in interface data.DataBasket
Log mode constant.
LOG_MODE_ROLLBACKS_ONLY - Static variable in interface data.DataBasket
Log mode constant.
log.stdforms - package log.stdforms
Standard FormSheets that can be used to display the contents of logs.
log.swing - package log.swing
Swing components for displaying log file contents.
log(int, Loggable) - Method in class data.ooimpl.DataBasketImpl
Log the given event wrapped in a LogEntry that describes the action.
log(Loggable) - Method in class sale.Shop
Log a piece of information to the global log file.
log(Loggable) - Method in class sale.SaleProcess
Logs the given data to a log file.
log(Loggable) - Method in interface log.LogContext
Logs the given data to a log file.
log(Loggable) - Method in class log.Log
Adds one entry to the log file.
Log(OutputStream) - Constructor for class log.Log
Construct a new log file.
log(SaleProcess, Loggable) - Method in class sale.Shop.ProcessHandle
 
log(SaleProcess, Loggable) - Method in class sale.SalesPoint
Log the given Loggable.
log(SaleProcess, Loggable) - Method in interface sale.ProcessContext
Put an entry into the ProcessContext's log stream for a process.
logCloseLog() - Method in class log.Log
Add a log entry when closing the log file.
LogContext - interface log.LogContext.
Any object that provides access to some log file through a LogContext.log(log.Loggable) method.
LogCreator - interface log.LogCreator.
Abstract Factory for Log creation.
LogEntry - class log.LogEntry.
An entry in the log file.
LogEntry() - Constructor for class log.LogEntry
 
LogEntryFilter - interface log.LogEntryFilter.
A filter that can be used to view only selected LogEntries.
LOGENTRYFILTER_COMMIT_ACTIONS - Static variable in class data.ooimpl.DataBasketImpl
A LogEntryFilter that will accept only LogEntries that were produced by a DataBasketImpl and that describe a commit action.
LOGENTRYFILTER_DATABASKETIMPLACTIONS - Static variable in class data.ooimpl.DataBasketImpl
A LogEntryFilter that will accept only LogEntries that were produced by a DataBasketImpl.
LOGENTRYFILTER_EXCHANGE_REMOVE_ACTIONS - Static variable in class data.ooimpl.DataBasketImpl
A LogEntryFilter that will accept only LogEntries that were produced by a DataBasketImpl and that describe a exchange_remove action.
LOGENTRYFILTER_NO_DATABASKETIMPLACTIONS - Static variable in class data.ooimpl.DataBasketImpl
A LogEntryFilter that will accept only LogEntries that were not produced by a DataBasketImpl.
LOGENTRYFILTER_PROCESSES_ONLY - Static variable in class sale.SaleProcess
A LogEntryFilter that will accept only such LogEntries that stem from a process.
LOGENTRYFILTER_PUT_ACTIONS - Static variable in class data.ooimpl.DataBasketImpl
A LogEntryFilter that will accept only LogEntries that were produced by a DataBasketImpl and that describe a put action.
LOGENTRYFILTER_ROLLBACK_ACTIONS - Static variable in class data.ooimpl.DataBasketImpl
A LogEntryFilter that will accept only LogEntries that were produced by a DataBasketImpl and that describe a rollback action.
Loggable - interface log.Loggable.
An object that can be logged.
loggedOff(Object) - Method in class users.User
Method called by the UserManager when the user was disassociated from some object.
loggedOn(Object) - Method in class users.User
Method called by the UserManager when the user was associated with some object.
LogInputStream - class log.LogInputStream.
A stream that can be used to read and process log files.
LogInputStream(InputStream) - Constructor for class log.LogInputStream
Create a new LogInputStream.
LogInputStream(InputStream, LogEntryFilter) - Constructor for class log.LogInputStream
Create a new LogInputStream.
LogNoOutputStreamException - exception log.LogNoOutputStreamException.
Exception thrown in Log.
LogNoOutputStreamException() - Constructor for class log.LogNoOutputStreamException
Construct a new LogNoOutputStreamException.
LogNoOutputStreamException(String) - Constructor for class log.LogNoOutputStreamException
Construct a new LogNoOutputStreamException.
logOff(Object) - Method in class users.UserManager
Disassociate the current user from an Object.
logOn(Object, User) - Method in class users.UserManager
Associate a user with an object.
LogOnForm - class users.stdforms.LogOnForm.
FormSheet that can be used for log on procedures.
LogOnForm(String, String, String, boolean, UserManager, Comparator, UserFilter) - Constructor for class users.stdforms.LogOnForm
Create a new LogOnForm.
logOpenLog() - Method in class log.Log
Add a log entry when opening the log file.
logSalesPointClosed() - Method in class sale.SalesPoint
Hook method called when the SalesPoint is removed from a Shop.
logSalesPointOpened() - Method in class sale.SalesPoint
Hook method called when the SalesPoint is added to a Shop.
LogTableForm - class log.stdforms.LogTableForm.
FormSheet displaying the contents of a log file.
LogTableForm(String, LogInputStream) - Constructor for class log.stdforms.LogTableForm
Create a new LogTableForm.
LogTableForm(String, LogInputStream, Comparator) - Constructor for class log.stdforms.LogTableForm
Create a new LogTableForm.
LogTableForm(String, LogInputStream, Comparator, TableEntryDescriptor) - Constructor for class log.stdforms.LogTableForm
Create a new LogTableForm.
LogTableForm(String, LogInputStream, Comparator, TableEntryDescriptor, boolean) - Constructor for class log.stdforms.LogTableForm
Create a new LogTableForm.
LogTableForm(String, LogInputStream, TableEntryDescriptor) - Constructor for class log.stdforms.LogTableForm
Create a new LogTableForm.
LogTableModel - class log.swing.LogTableModel.
Swing model for tables that can display log file contents.
LogTableModel(LogInputStream, Comparator, TableEntryDescriptor) - Constructor for class log.swing.LogTableModel
Create a new LogTableModel.

SalesPoint Framework v3.0
A B C D E F G H I J K L M N O P Q R S T U V W Y