Uses of Interface
org.salespointframework.desktop.UserFilter

Packages that use UserFilter
org.salespointframework.core.users Contains all the classes for managing users and their capabilities. 
org.salespointframework.desktop   
org.salespointframework.desktop.formsheets   
org.salespointframework.desktop.models   
 

Uses of UserFilter in org.salespointframework.core.users
 

Methods in org.salespointframework.core.users with parameters of type UserFilter
 void UserManagerFilter.setFilter(UserFilter uf)
          Sets the UserFilter.
 

Constructors in org.salespointframework.core.users with parameters of type UserFilter
UserManagerFilter(UserFilter uf)
          Creates a new UserManagerFilter.
UserManagerFilter(UserManager um, UserFilter uf)
          Creates a new UserManagerFilter from a given UserManager and a UserFilter.
 

Uses of UserFilter in org.salespointframework.desktop
 

Constructors in org.salespointframework.desktop with parameters of type UserFilter
JUserList(UserFilter uf, java.util.Comparator<User> cmp)
          Create a new JUserList modelling the global UserManager.
JUserList(UserManager um, UserFilter uf, java.util.Comparator<User> cmp)
          Create a new JUserList modelling a given UserManager.
JUserListView(UserManager um, java.util.Comparator<User> cmp, UserFilter filter, JListView.ListViewOrientation orientation, javax.swing.ListCellRenderer renderer)
          constructor
JUserListView(UserManager um, java.util.Comparator<User> cmp, UserFilter filter, JListView.ListViewOrientation orientation, javax.swing.ListCellRenderer renderer, boolean categorize, Category defaulCategory)
          constructor
 

Uses of UserFilter in org.salespointframework.desktop.formsheets
 

Methods in org.salespointframework.desktop.formsheets with parameters of type UserFilter
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, UIGate uiGate, UserManager um, UserFilter filter, java.util.Comparator<User> cmp, JListView.ListViewOrientation orientation, javax.swing.ListCellRenderer renderer)
          Creates a new instance of ListViewFormSheet from a UserManager source
static ListViewFormSheet ListViewFormSheet.create(java.lang.String caption, UIGate uiGate, UserManager um, UserFilter filter, java.util.Comparator<User> cmp, JListView.ListViewOrientation orientation, javax.swing.ListCellRenderer renderer, boolean categorize, Category defaulCategory)
          Creates a new instance of ListViewFormSheet from a UserManager source
 

Constructors in org.salespointframework.desktop.formsheets with parameters of type UserFilter
LogOnForm(java.lang.String sCaption, java.lang.String sUserPrompt, java.lang.String sPassWdPrompt, boolean fAskPassWd, UserManager um, java.util.Comparator<User> cmp, UserFilter uf)
          Create a new LogOnForm.
 

Uses of UserFilter in org.salespointframework.desktop.models
 

Fields in org.salespointframework.desktop.models declared as UserFilter
protected  UserFilter UserListModel.m_ufFilter
          A filter that defines the subset of users that are displayed.
 

Constructors in org.salespointframework.desktop.models with parameters of type UserFilter
UserComboBoxModel(UserFilter uf, java.util.Comparator<User> cmp)
          Create a new UserComboBoxModel modelling the global UserManager.
UserComboBoxModel(UserManager um, UserFilter uf, java.util.Comparator<User> cmp)
          Create a new UserComboBoxModel modelling a given UserManager.
UserListModel(UserFilter uf, java.util.Comparator<User> cmp)
          Create a new UserListModel modelling the global UserManager.
UserListModel(UserManager um, UserFilter uf, java.util.Comparator<User> cmp)
          Create a new UserListModel modeling a given UserManager.
UserListModel(UserManager um, UserFilter uf, java.util.Comparator<User> cmp, boolean categorize, Category defaultCategory)
          Create a new UserListModel modeling a given UserManager.