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

F

fillBtnPanel(JPanel) - Method in class sale.FormSheet
Called by the Framework to generate the button bar's representation.
fillShallowClone(StockImpl) - Method in class data.ooimpl.StockImpl
Hook method called to fill the given shallow clone of this Stock.
fillShallowClone(StockImpl) - Method in class data.ooimpl.StoringStockImpl
Overridden to accomodate for specific usage of memory.
fillStock(Stock, Value, DataBasket) - Method in interface data.StockFromValueCreator
The actual algorithm.
fillStock(Stock, Value, DataBasket) - Method in class data.DefaultCountingStockFromValueCreator
This StockFromValueCreator assumes a potentially infinite source of available items and adds exactly as many items of each type (i.e.
fillStock(Stock, Value, DataBasket) - Method in class data.StockFromStockCreator
Try to fill the given Stock using only items from the source Stock.
fillStock(Stock, Value, DataBasket) - Method in class data.StockFromStockCreatorBT
Fill the destination Stock using the same algorithm as in StockFromStockCreator.fillStock(data.Stock, data.Value, data.DataBasket), but with backtracking.
fillStockWithValue(DataBasket, Value, StockFromValueCreator) - Method in interface data.Stock
Increase the Stock's value by a given value.
fillStockWithValue(DataBasket, Value, StockFromValueCreator) - Method in class data.filters.AbstractStockFilter
Fill the source Stock.
fillStockWithValue(DataBasket, Value, StockFromValueCreator) - Method in class data.ooimpl.StockImpl
Increase the Stock's value by a given value.
finalize() - Method in class log.Log
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
fireCanEditCatalogItem(CatalogItem, DataBasket) - Method in class data.filters.CatalogFilter
Fire the event to all listeners of this Catalog.
fireCanEditCatalogItem(CatalogItem, DataBasket) - Method in class data.ooimpl.CatalogImpl
Fire an event to all listeners listening to this Catalog.
fireCanEditStockItems(StockChangeEvent) - Method in class data.filters.AbstractStockFilter
Fire an event to any listeners.
fireCanEditStockItems(StockChangeEvent) - Method in class data.ooimpl.StockImpl
Fire an event to all listeners that showed an interest in this Stock.
fireCanRemoveCatalogItem(CatalogItem, DataBasket) - Method in class data.filters.CatalogFilter
Fire the event to all listeners of this Catalog.
fireCanRemoveCatalogItem(CatalogItem, DataBasket) - Method in class data.ooimpl.CatalogImpl
Fire an event to all listeners listening to this Catalog.
fireCanRemoveStockItems(StockChangeEvent) - Method in class data.filters.AbstractStockFilter
Fire an event to any listeners.
fireCanRemoveStockItems(StockChangeEvent) - Method in class data.ooimpl.StockImpl
Fire an event to all listeners that showed an interest in this Stock.
fireCapabilitiesAdded(Set) - Method in class users.User
Fire a capabilitiesAdded event.
fireCapabilitiesReplaced(Set) - Method in class users.User
Fire a capabilitiesReplaced event.
fireCatalogItemAddCommit(CatalogItem, DataBasket) - Method in class data.filters.CatalogFilter
Fire the event to all listeners of this Catalog.
fireCatalogItemAddCommit(CatalogItem, DataBasket) - Method in class data.ooimpl.CatalogImpl
Fire an event to all listeners listening to this Catalog.
fireCatalogItemAdded(CatalogItem, DataBasket) - Method in class data.filters.CatalogFilter
Fire the event to all listeners of this Catalog.
fireCatalogItemAdded(CatalogItem, DataBasket) - Method in class data.ooimpl.CatalogImpl
Fire an event to all listeners listening to this Catalog.
fireCatalogItemAddRollback(CatalogItem, DataBasket) - Method in class data.filters.CatalogFilter
Fire the event to all listeners of this Catalog.
fireCatalogItemAddRollback(CatalogItem, DataBasket) - Method in class data.ooimpl.CatalogImpl
Fire an event to all listeners listening to this Catalog.
fireCatalogItemRemoveCommit(CatalogItem, DataBasket) - Method in class data.filters.CatalogFilter
Fire the event to all listeners of this Catalog.
fireCatalogItemRemoveCommit(CatalogItem, DataBasket) - Method in class data.ooimpl.CatalogImpl
Fire an event to all listeners listening to this Catalog.
fireCatalogItemRemoved(CatalogItem, DataBasket) - Method in class data.filters.CatalogFilter
Fire the event to all listeners of this Catalog.
fireCatalogItemRemoved(CatalogItem, DataBasket) - Method in class data.ooimpl.CatalogImpl
Fire an event to all listeners listening to this Catalog.
fireCatalogItemRemoveRollback(CatalogItem, DataBasket) - Method in class data.filters.CatalogFilter
Fire the event to all listeners of this Catalog.
fireCatalogItemRemoveRollback(CatalogItem, DataBasket) - Method in class data.ooimpl.CatalogImpl
Fire an event to all listeners listening to this Catalog.
fireCommitEditCatalogItem(CatalogItem, DataBasket) - Method in class data.filters.CatalogFilter
Fire the event to all listeners of this Catalog.
fireCommitEditCatalogItem(CatalogItem, DataBasket) - Method in class data.ooimpl.CatalogImpl
Fire an event to all listeners listening to this Catalog.
fireDataBasketChanged() - Method in interface data.ListenableDataBasket
Fire an event to inform listeners about some unspecific change to the DataBasket's contents.
fireDataBasketChanged() - Method in class data.ooimpl.DataBasketImpl
Fire an event to all listeners listening to this DataBasket.
fireDBEAdded(DataBasketEntry) - Method in class data.ooimpl.DataBasketImpl
Fire an event to all listeners listening to this DataBasket.
fireDBERemoved(DataBasketEntry) - Method in class data.ooimpl.DataBasketImpl
Fire an event to all listeners listening to this DataBasket.
fireEditingCatalogItem(CatalogItem, DataBasket) - Method in class data.filters.CatalogFilter
Fire the event to all listeners of this Catalog.
fireEditingCatalogItem(CatalogItem, DataBasket) - Method in class data.ooimpl.CatalogImpl
Fire an event to all listeners listening to this Catalog.
fireEditingStockItems(StockChangeEvent) - Method in class data.filters.AbstractStockFilter
Fire an event to any listeners.
fireEditingStockItems(StockChangeEvent) - Method in class data.ooimpl.StockImpl
Fire an event to all listeners that showed an interest in this Stock.
fireFormSheetRemoved(FormSheet, boolean) - Method in class sale.JDisplayFrame
Fire an event to all FormSheetListeners indicating that a FormSheet was removed from this display.
fireFormSheetRemoved(FormSheet, boolean) - Method in class sale.JDisplayDialog
Fire an event to all FormSheetListeners indicating that a FormSheet was removed from this display.
fireFormSheetSet(FormSheet) - Method in class sale.JDisplayFrame
Fire an event to all FormSheetListeners indicating that a FormSheet was set on this display.
fireFormSheetSet(FormSheet) - Method in class sale.JDisplayDialog
Fire an event to all FormSheetListeners indicating that a FormSheet was set on this display.
fireGoneAhead() - Method in class sale.StepTimer
Fire a goneAhead event.
fireIntervalSet() - Method in class sale.StepTimer
Fire an intervalSet event.
fireNoEditCatalogItem(CatalogItem, DataBasket) - Method in class data.filters.CatalogFilter
Fire the event to all listeners of this Catalog.
fireNoRemoveCatalogItem(CatalogItem, DataBasket) - Method in class data.filters.CatalogFilter
Fire the event to all listeners of this Catalog.
fireRollbackEditCatalogItem(CatalogItem, DataBasket) - Method in class data.filters.CatalogFilter
Fire the event to all listeners of this Catalog.
fireRollbackEditCatalogItem(CatalogItem, DataBasket) - Method in class data.ooimpl.CatalogImpl
Fire an event to all listeners listening to this Catalog.
fireStockItemsAddCommit(StockChangeEvent) - Method in class data.filters.AbstractStockFilter
Fire an event to any listeners.
fireStockItemsAddCommit(StockChangeEvent) - Method in class data.ooimpl.StockImpl
Fire an event to all listeners that showed an interest in this Stock.
fireStockItemsAdded(StockChangeEvent) - Method in class data.filters.AbstractStockFilter
Fire an event to any listeners.
fireStockItemsAdded(StockChangeEvent) - Method in class data.ooimpl.StockImpl
Fire an event to all listeners that showed an interest in this Stock.
fireStockItemsAddRollback(StockChangeEvent) - Method in class data.filters.AbstractStockFilter
Fire an event to any listeners.
fireStockItemsAddRollback(StockChangeEvent) - Method in class data.ooimpl.StockImpl
Fire an event to all listeners that showed an interest in this Stock.
fireStockItemsEditCommit(StockChangeEvent) - Method in class data.filters.AbstractStockFilter
Fire an event to any listeners.
fireStockItemsEditCommit(StockChangeEvent) - Method in class data.ooimpl.StockImpl
Fire an event to all listeners that showed an interest in this Stock.
fireStockItemsEditRollback(StockChangeEvent) - Method in class data.filters.AbstractStockFilter
Fire an event to any listeners.
fireStockItemsEditRollback(StockChangeEvent) - Method in class data.ooimpl.StockImpl
Fire an event to all listeners that showed an interest in this Stock.
fireStockItemsNoEdit(StockChangeEvent) - Method in class data.filters.AbstractStockFilter
Fire an event to any listeners.
fireStockItemsNoRemove(StockChangeEvent) - Method in class data.filters.AbstractStockFilter
Fire an event to any listeners.
fireStockItemsRemoveCommit(StockChangeEvent) - Method in class data.filters.AbstractStockFilter
Fire an event to any listeners.
fireStockItemsRemoveCommit(StockChangeEvent) - Method in class data.ooimpl.StockImpl
Fire an event to all listeners that showed an interest in this Stock.
fireStockItemsRemoved(StockChangeEvent) - Method in class data.filters.AbstractStockFilter
Fire an event to any listeners.
fireStockItemsRemoved(StockChangeEvent) - Method in class data.ooimpl.StockImpl
Fire an event to all listeners that showed an interest in this Stock.
fireStockItemsRemoveRollback(StockChangeEvent) - Method in class data.filters.AbstractStockFilter
Fire an event to any listeners.
fireStockItemsRemoveRollback(StockChangeEvent) - Method in class data.ooimpl.StockImpl
Fire an event to all listeners that showed an interest in this Stock.
fireTimeSet() - Method in class sale.StepTimer
Fire a timeSet event.
fireUserAdded(User) - Method in class users.UserManager
Fire a userAdded event to all interested listeners.
fireUserDeleted(User) - Method in class users.UserManager
Fire a userDeleted event to all interested listeners.
FormSheet - class sale.FormSheet.
A FormSheet to be displayed in a FormSheetContainer.
FORMSHEET_PRIO - Static variable in class sale.OIV
FormSheet priority: 300.
FormSheet.FormButton - class sale.FormSheet.FormButton.
A button in the FormSheet's button bar.
FormSheet.FormButton(String, int, Action) - Constructor for class sale.FormSheet.FormButton
Create a new, initially enabled FormButton.
FormSheet(String, FormSheetContentCreator, boolean) - Constructor for class sale.FormSheet
Create a new FormSheet, using a content creator.
FormSheet(String, JComponent) - Constructor for class sale.FormSheet
Create a new FormSheet.
FormSheet(String, JComponent, boolean) - Constructor for class sale.FormSheet
Create a new FormSheet.
FormSheetAdapter - class sale.events.FormSheetAdapter.
Convenience adapter for the FormSheetListener interface.
FormSheetAdapter() - Constructor for class sale.events.FormSheetAdapter
 
formSheetClosed() - Method in class sale.JDisplayFrame
Hook method called when the FormSheet was closed.
formSheetClosed() - Method in class sale.JDisplayDialog
Hook method called when the FormSheet was closed.
FormSheetContainer - interface sale.FormSheetContainer.
An object that can contain and display FormSheets.
FormSheetContentCreator - class sale.FormSheetContentCreator.
Helper class that creates the contents of a FormSheet.
FormSheetContentCreator() - Constructor for class sale.FormSheetContentCreator
 
FormSheetEvent - class sale.events.FormSheetEvent.
An EventObject describing a FormSheet that was set or closed at a Display.
FormSheetEvent(Display, FormSheet, boolean) - Constructor for class sale.events.FormSheetEvent
Create a new FormSheetEvent.
FormSheetListener - interface sale.events.FormSheetListener.
Listener listening for FormSheetEvents from a Display.
formSheetRemoved(FormSheetEvent) - Method in class sale.SalesPoint
Implemented to make sure there always is a FormSheet.
formSheetRemoved(FormSheetEvent) - Method in interface sale.events.FormSheetListener
Event triggered whenever a FormSheet was removed from the Display.
formSheetRemoved(FormSheetEvent) - Method in class sale.events.FormSheetAdapter
Event triggered whenever a FormSheet was removed from the Display.
formSheetSet(FormSheetEvent) - Method in class sale.SalesPoint
Dummy interface to conform by the FormSheetListener interface.
formSheetSet(FormSheetEvent) - Method in interface sale.events.FormSheetListener
Event triggered whenever a new FormSheet was set on the Display.
formSheetSet(FormSheetEvent) - Method in class sale.events.FormSheetAdapter
Event triggered whenever a new FormSheet was set on the Display.
FormSheetStrategy - class sale.stdforms.FormSheetStrategy.
Abstract super class of all strategies that are used with FormSheets.
FormSheetStrategy.ErrorHandler - interface sale.stdforms.FormSheetStrategy.ErrorHandler.
Interface that defines a error handling strategy for a FormSheetStrategy.
FormSheetStrategy() - Constructor for class sale.stdforms.FormSheetStrategy
 

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