Package | Description |
---|---|
org.deidentifier.arx.gui.model | |
org.deidentifier.arx.gui.view.impl | |
org.deidentifier.arx.gui.view.impl.menu |
Modifier and Type | Class and Description |
---|---|
static class |
ModelAuditTrailEntry.AuditTrailEntryFindReplace
Find and replace entry
|
Modifier and Type | Method and Description |
---|---|
static ModelAuditTrailEntry |
ModelAuditTrailEntry.createfindReplaceEntry(java.lang.String attribute,
java.lang.String searchString,
java.lang.String replacementString)
Returns an entry for the according action
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ModelAuditTrailEntry> |
Model.getAuditTrail()
Returns the audit trail
|
Modifier and Type | Method and Description |
---|---|
void |
Model.addAuditTrailEntry(ModelAuditTrailEntry entry)
Adds an entry to the audit trail
|
Modifier and Type | Method and Description |
---|---|
void |
MainWindow.showAuditTrail(java.util.List<ModelAuditTrailEntry> auditTrail)
Shows the audit trail
|
Constructor and Description |
---|
DialogAuditTrail(org.eclipse.swt.widgets.Shell shell,
java.util.List<ModelAuditTrailEntry> auditTrail)
Creates a new instance
|