public class UserDialogAddToGroup
extends javax.swing.AbstractAction
,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
iconKey
The icon key.
|
protected UserDialogPanel |
panel
The user table that generates this action.
|
| Constructor and Description |
|---|
UserDialogAddToGroup(UserDialogPanel panel,
java.lang.String textKey,
java.lang.String iconKey)
Creates a new instance of UserTableAdd
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent ev)
The action callback.
|
protected UserDialogPanel panel
protected java.lang.String iconKey
public UserDialogAddToGroup(UserDialogPanel panel, java.lang.String textKey, java.lang.String iconKey)