public abstract class AbstractUserListDo
extends javax.swing.AbstractAction
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected java.lang.String |
iconKey
The icon key.
|
protected UserList |
userList
The user table that generates this action.
|
Constructor and Description |
---|
AbstractUserListDo(UserList userList,
java.lang.String textKey,
java.lang.String iconKey)
Creates a new instance of UserListAdd
|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
protected UserList userList
protected java.lang.String iconKey
public AbstractUserListDo(UserList userList, java.lang.String textKey, java.lang.String iconKey)