Package | Description |
---|---|
negotiator.events | |
negotiator.gui.progress |
Modifier and Type | Method and Description |
---|---|
java.util.Map<DataKey,java.lang.Object> |
AgreementEvent.getValues()
Convert the agreement into a hashmap of <
DataKey , Object
> pairs. |
Modifier and Type | Method and Description |
---|---|
static DataKey |
DataKey.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataKey[] |
DataKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DataKeyTableModel.addRow(java.util.Map<DataKey,java.lang.Object> newValues)
Adds a row with new values.
|
Constructor and Description |
---|
DataKeyTableModel(java.util.LinkedHashMap<DataKey,java.lang.Integer> colspec) |