A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

ABBREVIATION - Static variable in class org.salespointframework.core.data.EUROCurrencyImpl
 
abortDnDOperation() - Method in class org.salespointframework.core.FormSheet.DnDDispatcher
abort the dnd operation
AbstractAddCatalogItemStrategy - Class in org.salespointframework.desktop.strategies
A strategy that can be attached to the "Add" button of a SingleTableFormSheet that displays a Catalog's contents.
AbstractAddCatalogItemStrategy(Catalog<CatalogItem>) - Constructor for class org.salespointframework.desktop.strategies.AbstractAddCatalogItemStrategy
Create a new AbstractAddCatalogItemStrategy.
AbstractCapability - Class in org.salespointframework.core.users
Convenience class implementing basic capability behavior.
AbstractCapability(String) - Constructor for class org.salespointframework.core.users.AbstractCapability
Create a new capability with a given name.
AbstractCurrency - Class in org.salespointframework.core.data
Abstract Java implementation of the Currency interface.
AbstractCurrency(String, Locale) - Constructor for class org.salespointframework.core.data.AbstractCurrency
Create a new, initially empty AbstractCurrency for the given locale.
AbstractCurrency(String) - Constructor for class org.salespointframework.core.data.AbstractCurrency
Create a new AbstractCurrency with a default locale of Locale.GERMANY and fill it.
AbstractCurrency.CurrencyItemData - Class in org.salespointframework.core.data
Data container for names and values of CurrencyItems.
AbstractCurrency.CurrencyItemData(String, int, URI, Category) - Constructor for class org.salespointframework.core.data.AbstractCurrency.CurrencyItemData
Constructor
AbstractCurrency.CurrencyItemData(String, int) - Constructor for class org.salespointframework.core.data.AbstractCurrency.CurrencyItemData
Constructor
AbstractExtraColumn<T extends SpItem> - Class in org.salespointframework.web.html
This class could be used to render a extra column to a View in HTML representation.
AbstractExtraColumn(String, String) - Constructor for class org.salespointframework.web.html.AbstractExtraColumn
Adds an extra column to a table.
AbstractJavaDBConnection - Class in org.salespointframework.core.data.database
This abstract class is for JavaDB Connections JavaDBClientConnection and JavaDBEmbeddedConnection it provides an abstract configuration and a typemap ans special commands, which are suitable for both special connections
AbstractJavaDBConnection() - Constructor for class org.salespointframework.core.data.database.AbstractJavaDBConnection
parameterless constructor. used for default instanciation
AbstractJavaDBConnection.JavaDBConfigurationDialog - Class in org.salespointframework.core.data.database
Configuration dialog for javadb connections. useable for JavaDBClientConnection and JavaDBEmbeddedConnection
AbstractJavaDBConnection.JavaDBConfigurationDialog(AbstractJavaDBConnection, boolean) - Constructor for class org.salespointframework.core.data.database.AbstractJavaDBConnection.JavaDBConfigurationDialog
default constructor
AbstractJavaDBConnection.JavaDBConfigurationFS - Class in org.salespointframework.core.data.database
configuration formsheet
AbstractJavaDBConnection.JavaDBConfigurationFS(AbstractJavaDBConnection, boolean) - Constructor for class org.salespointframework.core.data.database.AbstractJavaDBConnection.JavaDBConfigurationFS
default constructor
AbstractListViewRenderer - Class in org.salespointframework.desktop.renderer
this class provides a high performance ListCellRenderer and its intention is the usage with JListView it caches cell components to avoid continual reconstruction of them.
AbstractListViewRenderer() - Constructor for class org.salespointframework.desktop.renderer.AbstractListViewRenderer
 
AbstractListViewRenderer.CategoryItem - Class in org.salespointframework.desktop.renderer
represents a category item. these items have cacheid as unique identification, because Category can occur more than one time if sorting doesn't group
AbstractListViewRenderer.CategoryItem(Category) - Constructor for class org.salespointframework.desktop.renderer.AbstractListViewRenderer.CategoryItem
default constructor
AbstractListViewRenderer.RenderComponent - Class in org.salespointframework.desktop.renderer
render component is basically a JPanel which has a AbstractListViewRenderer.RenderContext
AbstractListViewRenderer.RenderComponent(AbstractListViewRenderer.RenderContext) - Constructor for class org.salespointframework.desktop.renderer.AbstractListViewRenderer.RenderComponent
Default constructor
AbstractListViewRenderer.RenderContext - Class in org.salespointframework.desktop.renderer
the render context provides information about the current rendering process
AbstractListViewRenderer.RenderContext() - Constructor for class org.salespointframework.desktop.renderer.AbstractListViewRenderer.RenderContext
 
AbstractNameable - Class in org.salespointframework.core.data
Convenience class implementing the Nameable interface.
AbstractNameable() - Constructor for class org.salespointframework.core.data.AbstractNameable
Initialize a new AbstractNameable object with a null name.
AbstractNameable(String) - Constructor for class org.salespointframework.core.data.AbstractNameable
Initialize a new AbstractNameable object with the given name.
AbstractStockFilter<T extends StockItem,CT extends CatalogItem> - Class in org.salespointframework.core.data.filters
Abstract superclass of all Stock filters.
AbstractStockFilter(Stock<T, CT>) - Constructor for class org.salespointframework.core.data.filters.AbstractStockFilter
Create a new AbstractStockFilter.
AbstractTableEntryDescriptor - Class in org.salespointframework.desktop.teds
Abstract base implementation of TableEntryDescriptor.
AbstractTableEntryDescriptor() - Constructor for class org.salespointframework.desktop.teds.AbstractTableEntryDescriptor
Dummy constructor, does nothing but call super().
AbstractTableModel - Class in org.salespointframework.desktop.models
A TableModel that models a list of records rather than a matrix of cells.
AbstractTableModel(TableEntryDescriptor) - Constructor for class org.salespointframework.desktop.models.AbstractTableModel
Create a new AbstractTableModel.
abstractTableModel - Variable in class org.salespointframework.web.taglib.view.ViewTag
 
AbstractTag - Class in org.salespointframework.web.taglib
Basic-class to create TagLibs.
AbstractTag() - Constructor for class org.salespointframework.web.taglib.AbstractTag
 
accept(LogEntry) - Method in interface org.salespointframework.core.logging.LogEntryFilter
Return whether or not the given LogEntry belongs to the set of visible LogEntries.
acceptDropPartner(Component) - Method in interface org.salespointframework.desktop.dnd.DnDComponent
true, if the component accepts this component a drop target.
acceptDropPartner(Component) - Method in class org.salespointframework.desktop.JAbstractTable
 
acceptDropPartner(Component) - Method in class org.salespointframework.desktop.JListView
 
acceptDropPartner(Component) - Method in class org.salespointframework.desktop.JModelFilter.JDroppableInstructionField
no drag from here
Action - Interface in org.salespointframework.core
An action that can be associated with a MenuSheetItem or FormSheet button.
ActionActionListener - Class in org.salespointframework.core
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 org.salespointframework.core.ActionActionListener
Create a new ActionActionListener.
ActionActionListener(FormSheet, Action) - Constructor for class org.salespointframework.core.ActionActionListener
Create a new ActionActionListener.
ActionCapability - Class in org.salespointframework.core.users
A special capability guarding an action object.
ActionCapability(String, Action) - Constructor for class org.salespointframework.core.users.ActionCapability
Create a granted capability.
ActionCapability(String, String, Action, boolean) - Constructor for class org.salespointframework.core.users.ActionCapability
Create a new ActionCapability.
actionPerformed(ActionEvent) - Method in class org.salespointframework.core.ActionActionListener
ActionListener interface method.
actionPerformed(ActionEvent) - Method in class org.salespointframework.core.FormSheet.FormButton
ActionListener interface method, invoked when the peer was clicked.
actionPerformed(ActionEvent) - Method in class org.salespointframework.core.MenuSheetItem
Hook method called whenever the user selects the MenuSheetItem.
actionUrl - Variable in class org.salespointframework.web.html.DoubleView
 
ActivateTab(long) - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 
actualColumn - Variable in class org.salespointframework.desktop.TableSorter
The column to be sorted.
add(T, DataBasket) - Method in class org.salespointframework.core.data.CatalogImpl
Add the given item to the Catalog.
add(T, DataBasket) - Method in class org.salespointframework.core.data.CountingStockImpl
Add an item to the Stock.
add(String, int, DataBasket) - Method in class org.salespointframework.core.data.CountingStockImpl
Add a number of items of a given key to the Stock.
add(Value) - Method in class org.salespointframework.core.data.DoubleValue
 
add(T, DataBasket) - Method in class org.salespointframework.core.data.filters.AbstractStockFilter
Add the given item to the source Stock.
add(T, DataBasket) - Method in class org.salespointframework.core.data.filters.CatalogFilter
Add the given item to the source Catalog.
add(String, int, DataBasket) - Method in class org.salespointframework.core.data.filters.CountingStockFilter
Add the specified number of items to the source Stock.
add(Value) - Method in class org.salespointframework.core.data.IntegerValue
 
add(T, DataBasket) - Method in interface org.salespointframework.core.data.interfaces.Catalog
Add a CatalogItem to the Catalog.
add(String, int, DataBasket) - Method in interface org.salespointframework.core.data.interfaces.CountingStock
Add a number of items of a given key to the Stock.
add(T, DataBasket) - Method in interface org.salespointframework.core.data.interfaces.Stock
Add an item to the Stock.
add(Value) - Method in interface org.salespointframework.core.data.interfaces.Value
Add the given value to this one, and return the result.
add(E) - Method in class org.salespointframework.core.data.PersistentList
 
add(int, E) - Method in class org.salespointframework.core.data.PersistentList
 
add(Value) - Method in class org.salespointframework.core.data.QuoteValue
 
add(T, DataBasket) - Method in class org.salespointframework.core.data.StoringStockImpl
Add an item to the Stock.
add(Class<T>, T) - Method in class org.salespointframework.core.ListenerHelper
Add the listener as a listener of the specified type.
add(MenuSheetObject) - Method in class org.salespointframework.core.MenuSheet
Adds a MenuSheetObject to the end of this MenuSheet.
add(WindowsExtensions.JumpListItem) - Method in class org.salespointframework.desktop.interop.WindowsExtensions.JumpList
 
addAccumulating(Value) - Method in class org.salespointframework.core.data.DoubleValue
 
addAccumulating(Value) - Method in class org.salespointframework.core.data.IntegerValue
 
addAccumulating(Value) - Method in interface org.salespointframework.core.data.interfaces.Value
Add the given value to this one, changing this value.
addAccumulating(Value) - Method in class org.salespointframework.core.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 org.salespointframework.desktop.formsheets.SingleTableFormSheet
Add to the FormSheet a button that will allow the user to add records to the container being displayed.
addAll(Collection<? extends E>) - Method in class org.salespointframework.core.data.PersistentList
 
addAll(int, Collection<? extends E>) - Method in class org.salespointframework.core.data.PersistentList
this method is not implemented
addAllDisplays() - Method in class org.salespointframework.desktop.multiwindow.MultiWindow
Sets the displays of all open SalesPoints according to the current view mode.
addButton(String, int, Action) - Method in class org.salespointframework.core.FormSheet
Add a button to the FormSheet's button bar.
addButton(FormSheet.FormButton) - Method in class org.salespointframework.core.FormSheet
Add a button to the FormSheet's button bar.
AddButton(String, String) - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 
addCapabilityDataListener(CapabilityDataListener) - Method in class org.salespointframework.core.users.User
Add a CapabilityDataListener.
addCatalog(Catalog<?>) - Method in class org.salespointframework.core.Shop
Add a Catalog to the global table of Catalogs.
addCatalogChangeListener(CatalogChangeListener) - Method in class org.salespointframework.core.data.CatalogImpl
Add a listener that listens for changes in this Catalog's contents.
addCatalogChangeListener(CatalogChangeListener) - Method in class org.salespointframework.core.data.filters.CatalogFilter
Add a listener that wishes to receive events when the filtered Catalog changes.
addCatalogChangeListener(CatalogChangeListener) - Method in interface org.salespointframework.core.data.interfaces.ListenableCatalog
Add a listener that will be informed about changes to the Catalog's contents.
addContentCreator(FormSheetContentCreator) - Method in class org.salespointframework.core.FormSheet
Add a contents creator for this FormSheet.
addDataBasketListener(DataBasketListener) - Method in class org.salespointframework.core.data.DataBasketImpl
Add a listener that will receive events when the DataBasket's contents change.
addDataBasketListener(DataBasketListener) - Method in interface org.salespointframework.core.data.interfaces.ListenableDataBasket
Add a listener that will be informed about changes to the DataBasket's contents.
addDatasourceChangedListener(DatasourceChangeListener) - Method in class org.salespointframework.core.data.database.PersistenceManager
Add a Datasource changed listener
addDatasourceOnChangeListener(DatasourceOnChangeListener) - Method in class org.salespointframework.core.data.database.PersistenceManager
Add a Datasource on change listener
addDBCListener(DatabaseConnectionListener) - Method in class org.salespointframework.core.data.database.PersistenceManager
Add as database connection listener
addedCatalogItem(CatalogChangeEvent<T>) - Method in class org.salespointframework.core.data.events.CatalogChangeAdapter
Called whenever a CatalogItem was added to the Catalog.
addedCatalogItem(CatalogChangeEvent<T>) - Method in interface org.salespointframework.core.data.events.CatalogChangeListener
Called whenever a CatalogItem was added to the Catalog.
addedCatalogItem(CatalogChangeEvent<T>) - Method in class org.salespointframework.core.data.filters.CatalogFilter
Translate and propagate the event to all listeners of this Catalog.
addedCatalogItem(CatalogChangeEvent<CatalogItem>) - Method in class org.salespointframework.desktop.models.CatalogListModel
 
addedCatalogItem(CatalogChangeEvent) - Method in class org.salespointframework.desktop.models.CatalogTableModel
Update the internal model and inform any listeners according to the received event.
addedCatalogItem(CatalogChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockListModel
Update the internal model and inform any listeners according to the received event.
addedCatalogItem(CatalogChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
addedDBE(DataBasketEvent) - Method in class org.salespointframework.core.data.events.DataBasketAdapter
Called when a DataBasketEntry was added to the DataBasket.
addedDBE(DataBasketEvent) - Method in interface org.salespointframework.core.data.events.DataBasketListener
Called when a DataBasketEntry was added to the DataBasket.
addedDBE(DataBasketEvent) - Method in class org.salespointframework.desktop.models.DataBasketListModel
 
addedDBE(DataBasketEvent) - Method in class org.salespointframework.desktop.models.DataBasketTableModel
Update the internal model and inform any listeners according to the received event.
addEditingButtons(EditButtonStrategy, EditButtonStrategy) - Method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Convenience method.
addedStockItems(StockChangeEvent<T, CT>) - Method in class org.salespointframework.core.data.events.StockChangeAdapter
Called whenever StockItems were added to the Stock.
addedStockItems(StockChangeEvent<T, CT>) - Method in interface org.salespointframework.core.data.events.StockChangeListener
Called whenever StockItems were added to the Stock.
addedStockItems(StockChangeEvent<T, CT>) - Method in class org.salespointframework.core.data.filters.AbstractStockFilter
Receive the event from the source Stock, translate and propagate it to any listeners.
addedStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockListModel
Update the internal model and inform any listeners according to the received event.
addedStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.CountingStockTableModel
Update the internal model and inform any listeners according to the received event.
addedStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.StoringStockListModel
Update the internal model and inform any listeners according to the received event.
addedStockItems(StockChangeEvent) - Method in class org.salespointframework.desktop.models.StoringStockTableModel
Update the internal model and inform any listeners according to the received event.
addError(ModelAndView, String) - Static method in class org.salespointframework.web.helper.MessagesUtil
adds an error message into the given model map
addExternalModificationListener(ExternalModificationListener) - Method in class org.salespointframework.core.data.PersistentList
add a ExternalModificationListener
addExternalModificationListener(ExternalModificationListener) - Method in class org.salespointframework.core.data.PersistentMap
add ExternalModificationListener
addFlash(ModelAndView, String) - Static method in class org.salespointframework.web.helper.MessagesUtil
adds an success message into the given model map
addFormSheetListener(FormSheetListener) - Method in interface org.salespointframework.core.Display
Registers a FormSheetListener to be informed when a FormSheet is set or closed.
addFormSheetListener(FormSheetListener) - Method in class org.salespointframework.core.JDisplayDialog
Add a listener to receive notification on the JDisplayDialog's FormSheet.
addFormSheetListener(FormSheetListener) - Method in class org.salespointframework.core.JDisplayFrame
Add a listener to receive notification on the JDisplayFrame's FormSheet.
addFormSheetListener(FormSheetListener) - Method in class org.salespointframework.core.NullDisplay
Throws an InvalidDisplayException.
addFormSheetListener(FormSheetListener) - Method in class org.salespointframework.desktop.multiwindow.JInternalDisplay
Adds a listener to receive notification on the JInternalDisplay's FormSheet.
addFormSheetListener(FormSheetListener) - Method in class org.salespointframework.desktop.multiwindow.JTabDisplay
Adds a listener to receive notification on the JTabbedDisplay's FormSheet.
addInstructionModeListener(JInstructionTextField.InstructionModeListener) - Method in class org.salespointframework.desktop.JInstructionTextField
 
addLayoutComponent(String, Component) - Method in class org.salespointframework.desktop.JOptionPanel.OptionLayout
Add a special layout component.
addList(K, List<Object>) - Method in class org.salespointframework.core.data.PersistentMap
add list to cache
addLogEntries(LogFileContent) - Method in class org.salespointframework.core.logging.Log
Appends all LogEntries that are saved in lfc to the current log.
addMouseListenerToHeaderInTable(JTable, Object[]) - Method in class org.salespointframework.desktop.TableSorter
Adds a mouse listener to the table header.
addNameListener(PropertyChangeListener) - Method in class org.salespointframework.core.data.AbstractNameable
Add a PropertyChangeListener that will receive events whenever the "name" property changes.
addNameListener(PropertyChangeListener) - Method in class org.salespointframework.core.data.filters.AbstractStockFilter
Register the listener with the source Stock.
addNameListener(PropertyChangeListener) - Method in class org.salespointframework.core.data.filters.CatalogFilter
Register the listener with the source Catalog.
addNameListener(PropertyChangeListener) - Method in interface org.salespointframework.core.data.interfaces.Nameable
Add a PropertyChangeListener that will receive events whenever the "name" property changes.
addNameListener(PropertyChangeListener) - Method in class org.salespointframework.desktop.models.CountingStockTableModel.Record
 
addOption(String, JComponent) - Method in class org.salespointframework.desktop.JOptionPanel
Add the given component under the given title.
addOption(String, Object) - Method in class org.salespointframework.desktop.JOptionPanel
Add a "display only" option. the text's toString() method will be used to construct a JLabel that will be displayed.
addPersistenceStateListener(PersistenceStateListener) - Method in class org.salespointframework.core.data.database.PersistenceManager
Add a Persistence state Listener
addPropertyChangeListener(PropertyChangeListener) - Method in class org.salespointframework.core.data.AbstractNameable
Add a PropertyChangeListener that will receive events whenever a bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.salespointframework.core.data.filters.AbstractStockFilter
Register the listener with the source Stock.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.salespointframework.core.data.filters.CatalogFilter
Register the listener with the source Catalog.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.salespointframework.core.data.interfaces.Nameable
Register a listener to receive events whenever propertiy changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.salespointframework.desktop.models.CountingStockTableModel.Record
 
addRemoveButton(EditButtonStrategy) - Method in class org.salespointframework.desktop.formsheets.SingleTableFormSheet
Add to the FormSheet a button that will allow the user to remove the currently selected record from the container being displayed.
addResourceModule(ResourceManager.ResourceModule) - Method in class org.salespointframework.core.ResourceManager
Adds a resource module to the ResourceManager.
addResultCountListener(FilterableModel.ResultCountListener) - Method in class org.salespointframework.desktop.models.CatalogListModel
add a ResultCountListener
addResultCountListener(FilterableModel.ResultCountListener) - Method in class org.salespointframework.desktop.models.CatalogTableModel
 
addResultCountListener(FilterableModel.ResultCountListener) - Method in class org.salespointframework.desktop.models.CountingStockListModel
add new ResultCountListener
addResultCountListener(FilterableModel.ResultCountListener) - Method in class org.salespointframework.desktop.models.CountingStockTableModel
 
addResultCountListener(FilterableModel.ResultCountListener) - Method in class org.salespointframework.desktop.models.DataBasketListModel
add ResultCountListener
addResultCountListener(FilterableModel.ResultCountListener) - Method in interface org.salespointframework.desktop.models.FilterableModel
add new FilterableModel.ResultCountListener
addResultCountListener(FilterableModel.ResultCountListener) - Method in class org.salespointframework.desktop.models.StoringStockListModel
add a ResultCountListener
addResultCountListener(FilterableModel.ResultCountListener) - Method in class org.salespointframework.desktop.models.StoringStockTableModel
add a FilterableModel.ResultCountListener
addResultCountListener(FilterableModel.ResultCountListener) - Method in class org.salespointframework.desktop.models.UserListModel
add ResultCountListener
addResultCountListener(FilterableModel.ResultCountListener) - Method in class org.salespointframework.desktop.models.UserTableModel
add FilterableModel.ResultCountListener
addSalesPoint(SalesPoint) - Method in class org.salespointframework.core.Shop
Add a SalesPoint to the Shop.
addSalesPoint_InternalFrame(SalesPoint) - Method in class org.salespointframework.desktop.multiwindow.MultiWindow
Opens a DesktopFrame for a SalesPoint.
addSalesPoint_Tab(SalesPoint) - Method in class org.salespointframework.desktop.multiwindow.MultiWindow
Opens a TabbedFrame for a SalesPoint.
addSalesPoint_Window(SalesPoint) - Method in class org.salespointframework.desktop.multiwindow.MultiWindow
Opens a DisplayFrame for a SalesPoint.
addSalesPointDisplay(SalesPoint) - Method in class org.salespointframework.desktop.multiwindow.MultiWindow
Opens a display for a SalesPoint according to the current view mode.
addSelectionObserver(int[]) - Method in class org.salespointframework.desktop.JListView
add a selection observer
addSelectionObserver(int[]) - Method in class org.salespointframework.desktop.JListView.ListSelectionDisptacher
 
addStock(Stock<T, CT>, DataBasket, boolean) - Method in class org.salespointframework.core.data.CountingStockImpl
Overridden for efficiency reasons.
addStock(Stock<T, CT>, DataBasket, boolean) - Method in class org.salespointframework.core.data.filters.AbstractStockFilter
Add the given Stock to the source Stock.
addStock(Stock<T, CT>, DataBasket, boolean) - Method in interface org.salespointframework.core.data.interfaces.Stock
Add the contents of a Stock to this Stock.
addStock(Stock<ST, CT>, DataBasket, boolean) - Method in class org.salespointframework.core.data.StockImpl
Add the contents of a Stock to this Stock.
addStock(Stock<?, ?>) - Method in class org.salespointframework.core.Shop
Add a Stock to the global list of Stocks.
addStockChangeListener(StockChangeListener) - Method in class org.salespointframework.core.data.filters.AbstractStockFilter
Register a listener that will receive events when the Stock's contents change.
addStockChangeListener(StockChangeListener) - Method in interface org.salespointframework.core.data.interfaces.ListenableStock
Add a listener that will be informed about changes to the Stock's contents.
addStockChangeListener(StockChangeListener) - Method in class org.salespointframework.core.data.StockImpl
Add a listener to receive events when the Stock's contents change.
addTab(WindowsExtensions.JProxyFrame, Window, int) - Method in class org.salespointframework.desktop.interop.WindowsExtensions
 
addTab(String, Component) - Method in class org.salespointframework.desktop.multiwindow.IconTabbedPane
Adds a tab to the IconTabbedPane.
AddTaskToJumpList(String, String) - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 
AddTaskToJumpList2(String, String, String) - Static method in class org.salespointframework.desktop.interop.WindowsExtensions
 
addTimerListener(TimerListener) - Method in class org.salespointframework.core.AutoTimer
Add a TimerListene to observer list
addTimerListener(TimerListener) - Method in class org.salespointframework.core.StepTimer
Add a TimerListener which will receive TimerEvents triggered by this timer.
addTimerListener(TimerListener) - Method in interface org.salespointframework.core.Timer
Adds a listener for TimerEvents fired by this timer.
addToCatalog(SaleProcess, CatalogItem) - Method in class org.salespointframework.desktop.strategies.AbstractAddCatalogItemStrategy
Add the specified CatalogItem to the Catalog.
addToList(Class, String, Class, Class, Object, Object, boolean, Object, int, boolean) - Method in class org.salespointframework.core.data.database.PersistenceManager
Core function for persisting lists. this method persists items to the list.
addUser(User) - Method in class org.salespointframework.core.users.UserManager
Add a user to the UserManager.
addUserDataListener(UserDataListener) - Method in class org.salespointframework.core.users.UserManager
Add a UserDataListener.
addUserDataListener(UserDataListener) - Method in class org.salespointframework.core.users.UserManagerFilter
 
addValue(PersistenceManager.PerformanceTimer) - Method in class org.salespointframework.core.data.database.PersistenceManager.MovingAverage
add a value
addValueListener(PropertyChangeListener) - Method in class org.salespointframework.core.data.CatalogItemImpl
Add a PropertyChangeListener that will receive events whenever the "value" property changes.
addValueListener(PropertyChangeListener) - Method in class org.salespointframework.core.data.filters.CatalogFilter
Register the listener with the source Catalog.
addValueListener(PropertyChangeListener) - Method in interface org.salespointframework.core.data.interfaces.CatalogItem
Add a PropertyChangeListener that will receive events whenever the "value" property changes.
addValueListener(PropertyChangeListener) - Method in class org.salespointframework.desktop.models.CountingStockTableModel.Record
 
adjustCellSize() - Method in class org.salespointframework.desktop.JListView
set cell and separator size based on slider position
adjustToCenter(int, int, int, int) - Method in class org.salespointframework.desktop.JListView.CatListUI
 
affectedTable - Variable in class org.salespointframework.core.data.database.PersistenceManager.ModificationEntry
affected table
affectsCapability(String) - Method in class org.salespointframework.core.users.events.CapabilityDataEvent
Test whether a given capability is affected by this event.
ALL_CATALOG_ITEMS - Static variable in class org.salespointframework.core.data.DataBasketConditionImpl
A DataBasketCondition that matches all entries that describe CatalogItem movements.
ALL_ENTRIES - Static variable in class org.salespointframework.core.data.DataBasketConditionImpl
A DataBasketCondition matching all items in a DataBasket.
ALL_STOCK_ITEMS - Static variable in class org.salespointframework.core.data.DataBasketConditionImpl
A DataBasketCondition that matches all entries that describe StockItem movements.
allCatalogItemsWithDest(Catalog) - Static method in class org.salespointframework.core.data.DataBasketConditionImpl
A DataBasketCondition that matches all entries that describe CatalogItems being entered into the given Catalog.
allCatalogItemsWithSource(Catalog) - Static method in class org.salespointframework.core.data.DataBasketConditionImpl
A DataBasketCondition that matches all entries that describe CatalogItems being taken from the given Catalog.
allowDrag(Point) - Method in interface org.salespointframework.desktop.dnd.DnDComponent
if true, drag is allowed at this point
allowDrag - Variable in class org.salespointframework.desktop.JAbstractTable
 
allowDrag(Point) - Method in class org.salespointframework.desktop.JAbstractTable
 
allowDrag - Variable in class org.salespointframework.desktop.JListView
 
allowDrag(Point) - Method in class org.salespointframework.desktop.JListView
 
allowDrag(Point) - Method in class org.salespointframework.desktop.JModelFilter.JDroppableInstructionField
no drag from here
allowDrop(Object, int) - Method in interface org.salespointframework.desktop.dnd.DnDComponent
if true, drop is allowed for this component
allowDrop - Variable in class org.salespointframework.desktop.JAbstractTable
 
allowDrop(Object, int) - Method in class org.salespointframework.desktop.JAbstractTable
 
allowDrop - Variable in class org.salespointframework.desktop.JListView
 
allowDrop(Object, int) - Method in class org.salespointframework.desktop.JListView
 
allowDrop(Object, int) - Method in class org.salespointframework.desktop.JModelFilter.JDroppableInstructionField
enable drop
allowEditing(String) - Method in interface org.salespointframework.desktop.InputFilter
Called before applying a changed value in the JFilterInput.
allStockItemsWithDest(Stock) - Static method in class org.salespointframework.core.data.DataBasketConditionImpl
A DataBasketCondition that matches all entries that describe StockItems being entered into the given Stock.
allStockItemsWithSource(Stock) - Static method in class org.salespointframework.core.data.DataBasketConditionImpl
A DataBasketCondition that matches all entries that describe StockItems being taken from the given Stock.
alpha1 - Variable in class org.salespointframework.desktop.imagefilter.LinearFadeFilter
 
alpha2 - Variable in class org.salespointframework.desktop.imagefilter.LinearFadeFilter
 
alt - Variable in class org.salespointframework.web.taglib.ImageTag
 
aoListeners - Variable in class org.salespointframework.core.ListenerHelper
The list of ListenerType - Listener pairs.
AppID - Static variable in class org.salespointframework.desktop.interop.WindowsExtensions
 
aquireMainLock() - Method in class org.salespointframework.core.data.database.PersistenceManager
 
arc - Variable in class org.salespointframework.desktop.imagefilter.FadingEdgeFilter
 
arguments - Variable in class org.salespointframework.desktop.interop.WindowsExtensions.JumpListItem
 
arrangeFrames(int) - Method in class org.salespointframework.desktop.multiwindow.MultiWindow
Sets the arrangement of the frames in the MultiWindow.
ascending - Variable in class org.salespointframework.desktop.TableSorter
Sort ascending or descending.
askpass - Variable in class org.salespointframework.core.data.database.AbstractJavaDBConnection
String containing "true" is PersistenceManager should ask for password on connect
askpass - Variable in class org.salespointframework.core.data.database.MssqlDatabaseConnection
if true, connection will ask for connection password on connect
askpass - Variable in class org.salespointframework.core.data.database.MysqlDatabaseConnection
"true", if user should be promptted for connection password on connect
atm - Variable in class org.salespointframework.desktop.JAbstractTable
The current AbstractTableModel
atm - Variable in class org.salespointframework.web.html.View
 
ATMBuilder<T extends SpAggregate> - Class in org.salespointframework.web.helper
A Builder for configurating an AbstractTabelModel.
ATMBuilder(T) - Constructor for class org.salespointframework.web.helper.ATMBuilder
creates an instance of the builder by an instance of a Catalog, CountingStock, DataBasket, StoringStock or UserManager
attach(NameContext) - Method in class org.salespointframework.core.data.AbstractNameable
Attach a NameContext to this Nameable.
attach(NameContext) - Method in class org.salespointframework.core.data.filters.AbstractStockFilter
Attach the NameContext to the source Stock.
attach(NameContext) - Method in class org.salespointframework.core.data.filters.CatalogFilter
Attach the given name context to the source Catalog.
attach(NameContext) - Method in interface org.salespointframework.core.data.interfaces.Nameable
Attach a NameContext to this Nameable.
attach(SalesPoint) - Method in class org.salespointframework.core.FormSheet
Attach a SalesPoint to this FormSheet.
attach(SaleProcess) - Method in class org.salespointframework.core.FormSheet
Attach a process to this FormSheet.
attach(FormSheetContainer) - Method in class org.salespointframework.core.FormSheet
Attach a FormSheetContainer to this FormSheet.
attach(FormSheet) - Method in class org.salespointframework.core.FormSheet.FormButton
Notify this button that it has been attached to, or detached from, a FormSheet.
attach(SalesPoint) - Method in class org.salespointframework.core.MenuSheet
Attach a SalesPoint to this MenuSheet.
attach(SaleProcess) - Method in class org.salespointframework.core.MenuSheet
Attach a SaleProcess to this MenuSheet.
attach(SalesPoint) - Method in class org.salespointframework.core.MenuSheetObject
Attach a SalesPoint to this MenuSheetObject.
attach(SaleProcess) - Method in class org.salespointframework.core.MenuSheetObject
Attach a SaleProcess to this MenuSheetObject.
attach(ProcessContext) - Method in class org.salespointframework.core.SaleProcess
Attach a ProcessContext to this process.
attach(DataBasket) - Method in class org.salespointframework.core.SaleProcess
Attach the DataBaskte that is going to be used to implement transactional behavior for this Process.
attach(User) - Method in class org.salespointframework.core.SalesPoint
Attach a user to this SalesPoint.
attach(DataBasket) - Method in class org.salespointframework.core.SalesPoint
Attach a DataBasket to this SalesPoint.
attach(Display, boolean) - Method in class org.salespointframework.core.SalesPoint
Attach a new display to the SalesPoint.
attach(Display) - Method in class org.salespointframework.core.SalesPoint
 
attach(NameContext) - Method in class org.salespointframework.desktop.models.CountingStockTableModel.Record
 
attachExternalModificationListener(String, ExternalModificationListener) - Method in class org.salespointframework.core.data.database.PersistenceManager
add an ExternalModificationListener
attachLoadedDisplay(Display) - Method in class org.salespointframework.core.SalesPoint
Internal communication method called by Shop to attach a display during restoration of the Shop from a stream.
attachStatusDisplay(Display) - Method in class org.salespointframework.core.SalesPoint
Attach a status display to the SalesPoint.
attr(String, String) - Method in class org.salespointframework.web.helper.GenericHtmlTag
method chaining version of @link GenericHtmlTag.setAttribute(String, String)
attributes - Variable in class org.salespointframework.web.helper.GenericHtmlTag
 
autoAssign - Variable in class org.salespointframework.core.data.database.DefaultClassFieldMapper
auto assign unique field ?
AutoTimer - Class in org.salespointframework.core
A timer that has the functionality of the StepTimer and additionally can increase the time automatically.
AutoTimer() - Constructor for class org.salespointframework.core.AutoTimer
Default Constructor.
AutoTimer(GregorianCalendar, int, boolean) - Constructor for class org.salespointframework.core.AutoTimer
Constructor

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _