SalesPoint Framework v3.0

Uses of Interface
users.swing.UserFilter

Packages that use UserFilter
users.stdforms Standard FormSheets that can be used together with the user management classes. 
users.swing Provides swing interfaces and models for displaying users and capabilities. 
 

Uses of UserFilter in users.stdforms
 

Constructors in users.stdforms with parameters of type UserFilter
LogOnForm.LogOnForm(String sCaption, String sUserPrompt, String sPassWdPrompt, boolean fAskPassWd, UserManager um, Comparator cmp, UserFilter uf)
          Create a new LogOnForm.
 

Uses of UserFilter in users.swing
 

Fields in users.swing declared as UserFilter
protected  UserFilter UserListModel.m_ufFilter
          A filter that defines the subset of users that are displayed.
 

Constructors in users.swing with parameters of type UserFilter
JUserList.JUserList(UserFilter uf, Comparator cmp)
          Create a new JUserList modelling the global UserManager.
JUserList.JUserList(UserManager um, UserFilter uf, Comparator cmp)
          Create a new JUserList modelling a given UserManager.
UserListModel.UserListModel(UserFilter uf, Comparator cmp)
          Create a new UserListModel modelling the global UserManager.
UserListModel.UserListModel(UserManager um, UserFilter uf, Comparator cmp)
          Create a new UserListModel modelling a given UserManager.
UserComboBoxModel.UserComboBoxModel(UserFilter uf, Comparator cmp)
          Create a new UserComboBoxModel modelling the global UserManager.
UserComboBoxModel.UserComboBoxModel(UserManager um, UserFilter uf, Comparator cmp)
          Create a new UserComboBoxModel modelling a given UserManager.
 


SalesPoint Framework v3.0