Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.jdevimpl.audit.profile
Class AuditDialog

java.lang.Object
  extended by oracle.jdevimpl.audit.profile.AuditDialog
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class AuditDialog
extends java.lang.Object
implements java.awt.event.ActionListener

The Audit and Metrics run dialog. This dialog is displayed when an Audit or Metrics command is invoked and allows a user to select the profile to be used by the command. A profile is a set of properties for all the rules or all the metrics registered with Audit. Profiles are saved in the IDE system directory and are known to users by their simple name.

An Edit button displays the Audit or Metrics Profile dialog to create, delete, or edit profiles.

See Also:
ProfileModel, Profile

Constructor Summary
AuditDialog(java.lang.String description)
          Creates an audit or metrics run dialog.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditDialog

public AuditDialog(java.lang.String description)
Creates an audit or metrics run dialog.

Method Detail

show

public Profile show()
Shows the modal dialog and returns the selected profile, or null if none was selected.

Returns:
The selected profile, or null if none.

createComponent

protected java.awt.Component createComponent()

getComponent

public java.awt.Component getComponent()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Reports that the Edit... button was clicked.

Specified by:
actionPerformed in interface java.awt.event.ActionListener

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.