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

U

UIGate - class sale.UIGate.
A gate at which a FormSheet and/or a MenuSheet can be displayed.
UIGate(FormSheet, MenuSheet) - Constructor for class sale.UIGate
Create a new UIGate.
undoFill(int, Value, Stock, DataBasket) - Method in class data.StockFromStockCreatorBT
Backtracking back-step method.
UnknownUserException - exception users.UnknownUserException.
An exception thrown if you try to log on an unknown user.
UnknownUserException() - Constructor for class users.UnknownUserException
Create a new UnknownUserException.
UnknownUserException(String) - Constructor for class users.UnknownUserException
Create a new UnknownUserException with a detail message.
unsubscribe() - Method in class data.swing.DataBasketTableModel
Un-Subscribe as a listener from the model.
unsubscribe() - Method in class data.swing.CountingStockTableModel
Un-Subscribe as a listener from the model.
unsubscribe() - Method in class data.swing.CatalogTableModel
Un-Subscribe as a listener from the model.
unsubscribe() - Method in class data.swing.StoringStockTableModel
Un-Subscribe as a listener from the model.
unsubscribe() - Method in class data.filters.CatalogFilter
Un-Subscribe as a listener from the source Catalog if that is a ListenableCatalog.
unsubscribe() - Method in interface util.HelpableListener
Called when the listener should unsubscribe from its own event source.
unsubscribe() - Method in class users.swing.UserTableModel
Un-Subscribe as a listener from the model.
unsubscribe() - Method in class users.swing.UserListModel
Unsubscribe from the UserManager as there is no need to listen to it anymore, as we are not listened to anymore.
untraceSystemMessages() - Static method in class util.Debug
Switch off printing of framework internal debug messages.
updateModel() - Method in class data.swing.DataBasketTableModel
Update the internal model based on the modelled DataBasket.
updateModel() - Method in class data.swing.CountingStockTableModel
Update the internal model based on the modelled CountingStock.
updateModel() - Method in class data.swing.CatalogTableModel
Update the internal model based on the modelled Catalog.
updateModel() - Method in class data.swing.StoringStockTableModel
Update the internal model based on the modelled Stock.
updateModel() - Method in class data.filters.CatalogFilter
Empty method body.
updateModel() - Method in interface util.HelpableListener
Called to update the listeners own model representation.
updateModel() - Method in class users.swing.UserTableModel
Update the internal model based on the modelled UserManager.
updateModel() - Method in class users.swing.UserListModel
Update the internal model.
updateModel() - Method in class users.swing.UserComboBoxModel
Update the local model.
User - class users.User.
A user, having a name, a password for log-in purposes, and a set of capabilities.
User(String) - Constructor for class users.User
Create a new User with a given name.
userAdded(UserDataEvent) - Method in class users.events.UserDataAdapter
Called whenever a user was added to the source.
userAdded(UserDataEvent) - Method in interface users.events.UserDataListener
Called whenever a user was added to the source.
userAdded(UserDataEvent) - Method in class users.swing.UserTableModel
 
userAdded(UserDataEvent) - Method in class users.swing.UserListModel
Respond to the userAdded event by updating the internal model and forwarding a translated version of the event to anyone who listens to us.
UserComboBoxModel - class users.swing.UserComboBoxModel.
A ComboBoxModel modelling a UserManager.
UserComboBoxModel() - Constructor for class users.swing.UserComboBoxModel
Create a new UserComboBoxModel modelling the global UserManager.
UserComboBoxModel(UserFilter, Comparator) - Constructor for class users.swing.UserComboBoxModel
Create a new UserComboBoxModel modelling the global UserManager.
UserComboBoxModel(UserManager) - Constructor for class users.swing.UserComboBoxModel
Create a new UserComboBoxModel modelling a given UserManager.
UserComboBoxModel(UserManager, UserFilter, Comparator) - Constructor for class users.swing.UserComboBoxModel
Create a new UserComboBoxModel modelling a given UserManager.
UserCreator - class users.UserCreator.
A factory that can create User objects.
UserCreator() - Constructor for class users.UserCreator
 
UserDataAdapter - class users.events.UserDataAdapter.
An abstract adapter class for receiving user data events.
UserDataAdapter() - Constructor for class users.events.UserDataAdapter
 
UserDataEvent - class users.events.UserDataEvent.
An event indicating changes in a UserManager's list of users.
UserDataEvent(Object, User) - Constructor for class users.events.UserDataEvent
Create a new UserDataEvent giving the source and the user that was affected.
UserDataListener - interface users.events.UserDataListener.
A Listener listening for UserDataEvents.
userDeleted(UserDataEvent) - Method in class users.events.UserDataAdapter
Called whenever a user was deleted from the source.
userDeleted(UserDataEvent) - Method in interface users.events.UserDataListener
Called whenever a user was deleted from the source.
userDeleted(UserDataEvent) - Method in class users.swing.UserTableModel
 
userDeleted(UserDataEvent) - Method in class users.swing.UserListModel
Respond to the userDeleted event by updating the internal model and forwarding a translated version of the event to anyone who listens to us.
UserFilter - interface users.swing.UserFilter.
A Filter function that takes Users and returns a boolean value.
UserListModel - class users.swing.UserListModel.
A ListModel modelling the set or a subset of users managed by a UserManager.
UserListModel() - Constructor for class users.swing.UserListModel
Create a new UserListModel modelling the global UserManager.
UserListModel(UserFilter, Comparator) - Constructor for class users.swing.UserListModel
Create a new UserListModel modelling the global UserManager.
UserListModel(UserManager) - Constructor for class users.swing.UserListModel
Create a new UserListModel modelling a given UserManager.
UserListModel(UserManager, UserFilter, Comparator) - Constructor for class users.swing.UserListModel
Create a new UserListModel modelling a given UserManager.
UserManager - class users.UserManager.
Manages users, their capabilities and their associations to other objects.
UserManager() - Constructor for class users.UserManager
Create a new UserManager with an empty set of default capabilities, managing direct instances of the User class.
UserManager(Map) - Constructor for class users.UserManager
Create a new UserManager, using a specific set of default capabilities.
UserManager(Map, UserCreator) - Constructor for class users.UserManager
Create a new UserManager providing both a set of default capabilities and a User creation factory.
UserManager(UserCreator) - Constructor for class users.UserManager
Create a new UserManager with an empty set of default capabilities.
users - package users
Contains all the classes for managing users and their capabilities.
users.events - package users.events
Contains events and listeners needed by classes in the users package.
users.stdforms - package users.stdforms
Standard FormSheets that can be used together with the user management classes.
users.swing - package users.swing
Provides swing interfaces and models for displaying users and capabilities.
UserTableFormSheet - class users.stdforms.UserTableFormSheet.
A FormSheet displaying the contents of a UserManager.
UserTableFormSheet(String, UserManager, JComponent, UIGate, UserTableModel.UserComparator, TableEntryDescriptor) - Constructor for class users.stdforms.UserTableFormSheet
Create a new UserTableFormSheet.
UserTableModel - class users.swing.UserTableModel.
A TableModel that models the contents of a UserManager.
UserTableModel.UserComparator - class users.swing.UserTableModel.UserComparator.
This abstract class is a special Comparator, which compares Users.
UserTableModel.UserComparator() - Constructor for class users.swing.UserTableModel.UserComparator
 
UserTableModel(UserManager, UserTableModel.UserComparator, TableEntryDescriptor) - Constructor for class users.swing.UserTableModel
Create a new UserTableModel.
util - package util
Helper classes that come in handy from time to time.
util.swing - package util.swing
GUI classes and interfaces that can be of common use.

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