public class AuditDialog
extends java.lang.Object
implements java.awt.event.ActionListener
An Edit button displays the Audit or Metrics Profile dialog to create, delete, or edit profiles.
ProfileModel, 
Profile| Constructor and Description | 
|---|
AuditDialog(java.lang.String description)
Creates an audit or metrics run dialog. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
actionPerformed(java.awt.event.ActionEvent event)
Reports that the Edit... 
 | 
protected java.awt.Component | 
createComponent()  | 
java.awt.Component | 
getComponent()  | 
Profile | 
show()
Shows the modal dialog and returns the selected profile, or
 null if none was selected. 
 | 
public AuditDialog(java.lang.String description)
public Profile show()
protected java.awt.Component createComponent()
public java.awt.Component getComponent()
public void actionPerformed(java.awt.event.ActionEvent event)
actionPerformed in interface java.awt.event.ActionListener