public class AwarenessAgentPanel.AddRemoveAction
extends javax.swing.AbstractAction
Modifier and Type | Field and Description |
---|---|
protected boolean |
add
Add (true) or remove (false).
|
protected java.lang.String |
entry
The entry.
|
protected boolean |
includes
Add/remove to/from includes (true) or excludes (false).
|
Constructor and Description |
---|
AddRemoveAction(boolean add,
boolean includes,
java.lang.String entry)
Create a new add or remove action.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Perform the action.
|
protected boolean add
protected boolean includes
protected java.lang.String entry