SalesPoint Framework v3.0

Uses of Package
sale

Packages that use sale
data.stdforms Standard FormSheets that can be used to display and edit the contents of data management classes. 
data.stdforms.singletableformsheet Contains the EditButtonStrategy classes for SingleTableFormSheets
data.stdforms.twotableformsheet Contains the MoveStrategy classes for TwoTableFormSheets
log.stdforms Standard FormSheets that can be used to display the contents of logs. 
sale This package contains the central classes of the Framework. 
sale.events Event classes for use with the classes in the sale package. 
sale.multiwindow Contains classes for the standard SalesPoint application GUI. 
sale.stdforms This package contains basic standard FormSheets
users Contains all the classes for managing users and their capabilities. 
users.stdforms Standard FormSheets that can be used together with the user management classes. 
 

Classes in sale used by data.stdforms
FormSheet
          A FormSheet to be displayed in a FormSheetContainer.
FormSheetContentCreator
          Helper class that creates the contents of a FormSheet.
UIGate
          A gate at which a FormSheet and/or a MenuSheet can be displayed.
 

Classes in sale used by data.stdforms.singletableformsheet
Gate
          A node in the graph representing the deterministic finite automaton implementing a process.
ProcessErrorCodes
          A collection of predefined process error codes.
SaleProcess
          A process.
SalesPoint
          A single point of sale in a shop.
Transition
          An edge in the graph representing the deterministic finite automaton implementing a process.
 

Classes in sale used by data.stdforms.twotableformsheet
Gate
          A node in the graph representing the deterministic finite automaton implementing a process.
ProcessErrorCodes
          A collection of predefined process error codes.
SaleProcess
          A process.
SalesPoint
          A single point of sale in a shop.
Transition
          An edge in the graph representing the deterministic finite automaton implementing a process.
 

Classes in sale used by log.stdforms
FormSheet
          A FormSheet to be displayed in a FormSheetContainer.
 

Classes in sale used by sale
Action
          An action that can be associated with a MenuSheetItem or FormSheet button.
CancelledException
          Exception thrown when some action was cancelled by the user.
Display
          An abstract display that can display Form- and MenuSheets.
FormSheet
          A FormSheet to be displayed in a FormSheetContainer.
FormSheet.FormButton
          A button in the FormSheet's button bar.
FormSheetContainer
          An object that can contain and display FormSheets.
FormSheetContentCreator
          Helper class that creates the contents of a FormSheet.
Gate
          A node in the graph representing the deterministic finite automaton implementing a process.
MenuSheet
          A MenuSheet consisting of MenuSheetObjects.
MenuSheetObject
          A generic menu element.
NullDisplay
          A dummy display, that cannot display anything.
ProcessContext
          A context that allows processes to run and access certain functionality.
ProcessErrorCodes
          A collection of predefined process error codes.
SaleProcess
          A process.
SalesPoint
          A single point of sale in a shop.
Shop
          The central class in a SalesPoint application, responsible for central management tasks and for persistence.
StepTimer
          This is a rather simple implementation of the Timer interface.
Time
          Interface used by implementations of the Timer interface.
Timer
          An object that is to be able to do the time management for your application has to implement this interface.
Transition
          An edge in the graph representing the deterministic finite automaton implementing a process.
 

Classes in sale used by sale.events
Display
          An abstract display that can display Form- and MenuSheets.
FormSheet
          A FormSheet to be displayed in a FormSheetContainer.
Timer
          An object that is to be able to do the time management for your application has to implement this interface.
 

Classes in sale used by sale.multiwindow
Action
          An action that can be associated with a MenuSheetItem or FormSheet button.
Display
          An abstract display that can display Form- and MenuSheets.
FormSheet
          A FormSheet to be displayed in a FormSheetContainer.
FormSheet.FormButton
          A button in the FormSheet's button bar.
FormSheetContainer
          An object that can contain and display FormSheets.
MenuSheet
          A MenuSheet consisting of MenuSheetObjects.
 

Classes in sale used by sale.stdforms
FormSheet
          A FormSheet to be displayed in a FormSheetContainer.
ProcessErrorCodes
          A collection of predefined process error codes.
SaleProcess
          A process.
 

Classes in sale used by users
Action
          An action that can be associated with a MenuSheetItem or FormSheet button.
SaleProcess
          A process.
SalesPoint
          A single point of sale in a shop.
 

Classes in sale used by users.stdforms
FormSheet
          A FormSheet to be displayed in a FormSheetContainer.
UIGate
          A gate at which a FormSheet and/or a MenuSheet can be displayed.
 


SalesPoint Framework v3.0