Package | Description |
---|---|
org.deidentifier.arx.gui | |
org.deidentifier.arx.gui.view.impl | |
org.deidentifier.arx.gui.worker |
Modifier and Type | Method and Description |
---|---|
void |
Controller.actionShowProgressDialog(java.lang.String text,
Worker<?> worker)
Shows a progress dialog.
|
Modifier and Type | Method and Description |
---|---|
void |
MainWindow.showProgressDialog(java.lang.String text,
Worker<?> worker)
Shows a progress dialog.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkerAnonymize
This worker performs the anonymization process.
|
class |
WorkerCreateCertificate
This worker creates a certificate.
|
class |
WorkerExport
This worker exports data to disk.
|
class |
WorkerImport
This worker loads external data.
|
class |
WorkerLoad
This worker loads a project file from disk.
|
class |
WorkerLocalRecode
This worker that optimizes a transformation.
|
class |
WorkerSave
This worker saves a project file to disk.
|
class |
WorkerTransform
This worker applies a transformation.
|