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

A

AbstractAddCatalogItemStrategy - class data.stdforms.singletableformsheet.AbstractAddCatalogItemStrategy.
A strategy that can be attached to the "Add" button of a SingleTableFormSheet that displays a Catalog's contents.
AbstractAddCatalogItemStrategy(Catalog) - Constructor for class data.stdforms.singletableformsheet.AbstractAddCatalogItemStrategy
Create a new AbstractAddCatalogItemStrategy.
AbstractCapability - class users.AbstractCapability.
Convenience class implementing basic capability behavior.
AbstractCapability(String) - Constructor for class users.AbstractCapability
Create a new capability with a given name.
AbstractNameable - class data.AbstractNameable.
Convenience class implementing the Nameable interface.
AbstractNameable() - Constructor for class data.AbstractNameable
Initialize a new AbstractNameable object with a null name.
AbstractNameable(String) - Constructor for class data.AbstractNameable
Initialize a new AbstractNameable object with the given name.
AbstractStockFilter - class data.filters.AbstractStockFilter.
Abstract superclass of all Stock filters.
AbstractStockFilter(Stock) - Constructor for class data.filters.AbstractStockFilter
Create a new AbstractStockFilter.
AbstractTableEntryDescriptor - class util.swing.AbstractTableEntryDescriptor.
Abstract base implementation of TableEntryDescriptor.
AbstractTableEntryDescriptor() - Constructor for class util.swing.AbstractTableEntryDescriptor
Dummy constructor, does nothing but call super().
AbstractTableModel - class util.swing.AbstractTableModel.
A TableModel that models a list of records rather than a matrix of cells.
AbstractTableModel(TableEntryDescriptor) - Constructor for class util.swing.AbstractTableModel
Create a new AbstractTableModel.
accept(LogEntry) - Method in interface log.LogEntryFilter
Return whether or not the given LogEntry belongs to the set of visible LogEntries.
Action - interface sale.Action.
An action that can be associated with a MenuSheetItem or FormSheet button.
ActionActionListener - class sale.ActionActionListener.
A special ActionListener that allows to associate Actions with buttons that are not in a FormSheet's button bar or a MenuSheet.
ActionActionListener(FormSheet) - Constructor for class sale.ActionActionListener
Create a new ActionActionListener.
ActionActionListener(FormSheet, Action) - Constructor for class sale.ActionActionListener
Create a new ActionActionListener.
ActionCapability - class users.ActionCapability.
A special capability guarding an action object.
ActionCapability(String, Action) - Constructor for class users.ActionCapability
Create a granted capability.
ActionCapability(String, String, Action, boolean) - Constructor for class users.ActionCapability
Create a new ActionCapability.
actionPerformed(ActionEvent) - Method in class sale.FormSheet.FormButton
ActionListener interface method, invoked when the peer was clicked.
actionPerformed(ActionEvent) - Method in class sale.MenuSheetItem
Hook method called whenever the user selects the MenuSheetItem.
actionPerformed(ActionEvent) - Method in class sale.ActionActionListener
ActionListener interface method.
add(CatalogItem, DataBasket) - Method in interface data.Catalog
Add a CatalogItem to the Catalog.
add(CatalogItem, DataBasket) - Method in class data.filters.CatalogFilter
Add the given item to the source Catalog.
add(CatalogItem, DataBasket) - Method in class data.ooimpl.CatalogImpl
Add the given item to the Catalog.
add(Class, EventListener) - Method in class util.ListenerHelper
Add the listener as a listener of the specified type.
add(MenuSheetObject) - Method in class sale.MenuSheet
Add a MenuSheetObject to the end of this MenuSheet.
add(StockItem, DataBasket) - Method in interface data.Stock
Add an item to the Stock.
add(StockItem, DataBasket) - Method in class data.filters.AbstractStockFilter
Add the given item to the source Stock.
add(StockItem, DataBasket) - Method in class data.ooimpl.CountingStockImpl
Add an item to the Stock.
add(StockItem, DataBasket) - Method in class data.ooimpl.StoringStockImpl
Add an item to the Stock.
add(String, int, DataBasket) - Method in interface data.CountingStock
Add a number of items of a given key to the Stock.
add(String, int, DataBasket) - Method in class data.filters.CountingStockFilter
Add the specified number of items to the source Stock.
add(String, int, DataBasket) - Method in class data.ooimpl.CountingStockImpl
Add a number of items of a given key to the Stock.
add(Value) - Method in class data.IntegerValue
 
add(Value) - Method in interface data.Value
Add the given value to this one, and return the result.
add(Value) - Method in class data.DoubleValue
 
add(Value) - Method in class data.QuoteValue
 
addAccumulating(Value) - Method in class data.IntegerValue
 
addAccumulating(Value) - Method in interface data.Value
Add the given value to this one, changing this value.
addAccumulating(Value) - Method in class data.DoubleValue
 
addAccumulating(Value) - Method in class data.QuoteValue
If the given value is a QuoteValue, its bid and offer get added to this value's bid and offer, resp.
addAddButton(EditButtonStrategy) - Method in class data.stdforms.SingleTableFormSheet
Add to the FormSheet a button that will allow the user to add records to the container being displayed.
addButton(FormSheet.FormButton) - Method in class sale.FormSheet
Add a button to the FormSheet's button bar.
addButton(String, int, Action) - Method in class sale.FormSheet
Add a button to the FormSheet's button bar.
addCapabilityDataListener(CapabilityDataListener) - Method in class users.User
Add a CapabilityDataListener.
addCatalog(Catalog) - Method in class sale.Shop
Add a Catalog to the global table of Catalogs.
addCatalogChangeListener(CatalogChangeListener) - Method in interface data.ListenableCatalog
Add a listener that will be informed about changes to the Catalog's contents.
addCatalogChangeListener(CatalogChangeListener) - Method in class data.filters.CatalogFilter
Add a listener that wishes to receive events when the filtered Catalog changes.
addCatalogChangeListener(CatalogChangeListener) - Method in class data.ooimpl.CatalogImpl
Add a listener that listens for changes in this Catalog's contents.
addContentCreator(FormSheetContentCreator) - Method in class sale.FormSheet
Add a contents creator for this FormSheet.
addDataBasketListener(DataBasketListener) - Method in interface data.ListenableDataBasket
Add a listener that will be informed about changes to the DataBasket's contents.
addDataBasketListener(DataBasketListener) - Method in class data.ooimpl.DataBasketImpl
Add a listener that will receive events when the DataBasket's contents change.
addedCatalogItem(CatalogChangeEvent) - Method in class data.events.CatalogChangeAdapter
Called whenever a CatalogItem was added to the Catalog.
addedCatalogItem(CatalogChangeEvent) - Method in interface data.events.CatalogChangeListener
Called whenever a CatalogItem was added to the Catalog.
addedCatalogItem(CatalogChangeEvent) - Method in class data.swing.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
addedCatalogItem(CatalogChangeEvent) - Method in class data.swing.CatalogTableModel
Update the internal model and inform any listeners according to the received event.
addedCatalogItem(CatalogChangeEvent) - Method in class data.filters.CatalogFilter
Translate and propagate the event to all listeners of this Catalog.
addedDBE(DataBasketEvent) - Method in interface data.events.DataBasketListener
Called when a DataBasketEntry was added to the DataBasket.
addedDBE(DataBasketEvent) - Method in class data.events.DataBasketAdapter
Called when a DataBasketEntry was added to the DataBasket.
addedDBE(DataBasketEvent) - Method in class data.swing.DataBasketTableModel
Update the internal model and inform any listeners according to the received event.
addEditingButtons(EditButtonStrategy, EditButtonStrategy) - Method in class data.stdforms.SingleTableFormSheet
Convenience method Equivalent to:
addedStockItems(StockChangeEvent) - Method in interface data.events.StockChangeListener
Called whenever StockItems were added to the Stock.
addedStockItems(StockChangeEvent) - Method in class data.events.StockChangeAdapter
Called whenever StockItems were added to the Stock.
addedStockItems(StockChangeEvent) - Method in class data.swing.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
addedStockItems(StockChangeEvent) - Method in class data.swing.StoringStockTableModel
Update the internal model and inform any listeners according to the received event.
addedStockItems(StockChangeEvent) - Method in class data.filters.AbstractStockFilter
Receive the event from the source Stock, translate and propagate it to any listeners.
addFormSheetListener(FormSheetListener) - Method in class sale.JDisplayFrame
Add a listener to receive notification on the JDisplayFrame's FormSheet.
addFormSheetListener(FormSheetListener) - Method in class sale.JDisplayDialog
Add a listener to receive notification on the JDisplayDialog's FormSheet.
addFormSheetListener(FormSheetListener) - Method in class sale.NullDisplay
Throw a InvalidDisplayException.
addFormSheetListener(FormSheetListener) - Method in interface sale.Display
Register a FormSheetListener to be informed when a FormSheet is set or closed.
addFormSheetListener(FormSheetListener) - Method in class sale.multiwindow.MultiWindowHandle
Register a new FormSheetListener.
addMouseListenerToHeaderInTable(JTable, Object[]) - Method in class util.swing.TableSorter
F?gt einen Mouselistener hinzu.
addNameListener(PropertyChangeListener) - Method in interface data.Nameable
Add a PropertyChangeListener that will receive events whenever the "name" property changes.
addNameListener(PropertyChangeListener) - Method in class data.AbstractNameable
Add a PropertyChangeListener that will receive events whenever the "name" property changes.
addNameListener(PropertyChangeListener) - Method in class data.filters.CatalogFilter
Register the listener with the source Catalog.
addNameListener(PropertyChangeListener) - Method in class data.filters.AbstractStockFilter
Register the listener with the source Stock.
addPropertyChangeListener(PropertyChangeListener) - Method in interface data.Nameable
Register a listener to receive events whenever propertiy changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class data.AbstractNameable
Add a PropertyChangeListener that will receive events whenever a bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class data.filters.CatalogFilter
Register the listener with the source Catalog.
addPropertyChangeListener(PropertyChangeListener) - Method in class data.filters.AbstractStockFilter
Register the listener with the source Stock.
addRemoveButton(EditButtonStrategy) - Method in class data.stdforms.SingleTableFormSheet
Add to the FormSheet a button that will allow the user to remove the currently selected record from the container being displayed.
addSalesPoint(SalesPoint) - Method in class sale.Shop
Add a SalesPoint to the Shop.
addStock(Stock) - Method in class sale.Shop
Add a Stock to the global list of Stocks.
addStock(Stock, DataBasket, boolean) - Method in interface data.Stock
Add the contents of a Stock to this Stock.
addStock(Stock, DataBasket, boolean) - Method in class data.filters.AbstractStockFilter
Add the given Stock to the source Stock.
addStock(Stock, DataBasket, boolean) - Method in class data.ooimpl.StockImpl
Add the contents of a Stock to this Stock.
addStock(Stock, DataBasket, boolean) - Method in class data.ooimpl.CountingStockImpl
Overridden for efficiency reasons.
addStockChangeListener(StockChangeListener) - Method in interface data.ListenableStock
Add a listener that will be informed about changes to the Stock's contents.
addStockChangeListener(StockChangeListener) - Method in class data.filters.AbstractStockFilter
Register a listener that will receive events when the Stock's contents change.
addStockChangeListener(StockChangeListener) - Method in class data.ooimpl.StockImpl
Add a listener to receive events when the Stock's contents change.
addTimerListener(TimerListener) - Method in class sale.StepTimer
Add a TimerListener which will receive TimerEvents triggered by this timer.
addTimerListener(TimerListener) - Method in interface sale.Timer
Adds a listener for TimerEvents fired by this timer.
addToCatalog(SaleProcess, CatalogItem) - Method in class data.stdforms.singletableformsheet.AbstractAddCatalogItemStrategy
Add the specified CatalogItem to the Catalog.
addUser(User) - Method in class users.UserManager
Add a user to the UserManager.
addUserDataListener(UserDataListener) - Method in class users.UserManager
Add a UserDataListener.
addValueListener(PropertyChangeListener) - Method in interface data.CatalogItem
Add a PropertyChangeListener that will receive events whenever the "value" property changes.
addValueListener(PropertyChangeListener) - Method in class data.filters.CatalogFilter
Register the listener with the source Catalog.
addValueListener(PropertyChangeListener) - Method in class data.ooimpl.CatalogItemImpl
Add a PropertyChangeListener that will receive events whenever the "value" property changes.
affectsCapability(String) - Method in class users.events.CapabilityDataEvent
Test whether a given capability is affected by this event.
ALL_CATALOG_ITEMS - Static variable in class data.DataBasketConditionImpl
A DataBasketCondition that matches all entries that describe CatalogItem movements.
ALL_ENTRIES - Static variable in class data.DataBasketConditionImpl
A DataBasketCondition matching all items in a DataBasket.
ALL_STOCK_ITEMS - Static variable in class data.DataBasketConditionImpl
A DataBasketCondition that matches all entries that describe StockItem movements.
allCatalogItemsWithDest(Catalog) - Static method in class data.DataBasketConditionImpl
A DataBasketCondition that matches all entries that describe CatalogItems being entered into the given Catalog.
allCatalogItemsWithSource(Catalog) - Static method in class data.DataBasketConditionImpl
A DataBasketCondition that matches all entries that describe CatalogItems being taken from the given Catalog.
allStockItemsWithDest(Stock) - Static method in class data.DataBasketConditionImpl
A DataBasketCondition that matches all entries that describe StockItems being entered into the given Stock.
allStockItemsWithSource(Stock) - Static method in class data.DataBasketConditionImpl
A DataBasketCondition that matches all entries that describe StockItems being taken from the given Stock.
aoListeners - Variable in class util.ListenerHelper
The list of ListenerType - Listener pairs.
arrangeFrames(int) - Method in class sale.multiwindow.MultiWindow
Set the arrangement of the frames in the MultiWindow.
attach(DataBasket) - Method in class sale.SalesPoint
Attach a DataBasket to this SalesPoint.
attach(DataBasket) - Method in class sale.SaleProcess
Attach the DataBaskte that is going to be used to implement transactional behavior for this Process.
attach(Display) - Method in class sale.SalesPoint
Attach a new display to the SalesPoint.
attach(FormSheet) - Method in class sale.FormSheet.FormButton
Notify this button that it has been attached to, or detached from, a FormSheet.
attach(FormSheetContainer) - Method in class sale.FormSheet
Attach a FormSheetContainer to this FormSheet.
attach(NameContext) - Method in interface data.Nameable
Attach a NameContext to this Nameable.
attach(NameContext) - Method in class data.AbstractNameable
Attach a NameContext to this Nameable.
attach(NameContext) - Method in class data.filters.CatalogFilter
Attach the given name context to the source Catalog.
attach(NameContext) - Method in class data.filters.AbstractStockFilter
Attach the NameContext to the source Stock.
attach(ProcessContext) - Method in class sale.SaleProcess
Attach a ProcessContext to this process.
attach(SaleProcess) - Method in class sale.FormSheet
Attach a process to this FormSheet.
attach(SaleProcess) - Method in class sale.MenuSheetObject
Attach a SaleProcess to this MenuSheetObject.
attach(SaleProcess) - Method in class sale.MenuSheet
Attach a SaleProcess to this MenuSheet.
attach(SalesPoint) - Method in class sale.FormSheet
Attach a SalesPoint to this FormSheet.
attach(SalesPoint) - Method in class sale.MenuSheetObject
Attach a SalesPoint to this MenuSheetObject.
attach(SalesPoint) - Method in class sale.MenuSheet
Attach a SalesPoint to this MenuSheet.
attach(User) - Method in class sale.SalesPoint
Attach a user to this SalesPoint.
attachStatusDisplay(Display) - Method in class sale.SalesPoint
Attach a status display to the SalesPoint.
AutoTimer - class sale.AutoTimer.
A timer that has the functionality of the StepTimer and additionally can increase the time automatically.
AutoTimer() - Constructor for class sale.AutoTimer
Create a new AutoTimer with a Step as time object and a delay of 10 seconds.
AutoTimer(Time) - Constructor for class sale.AutoTimer
Create a new AutoTimer with the given time object and a delay of 10 seconds.
AutoTimer(Time, long) - Constructor for class sale.AutoTimer
Create a new AutoTimer with the given time object and delay.

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