Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


oracle.jdevimpl.audit.preferences
Class AuditPreferences

java.lang.Object
  extended by oracle.javatools.data.HashStructureAdapter
      extended by oracle.jdevimpl.audit.preferences.AuditPreferences

All Implemented Interfaces:
Copyable, AuditPreferences

public class AuditPreferences
extends HashStructureAdapter
implements AuditPreferences, Copyable

Basic Audit preferences.


Field Summary

 

Fields inherited from class oracle.javatools.data.HashStructureAdapter
_hash

 

Fields inherited from interface oracle.jdeveloper.audit.AuditPreferences
KEY

 

Constructor Summary
AuditPreferences()
          Creates a new Audit preferences instance wrapping new HashStructure instance.

 

Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 void addPropertyChangeListener(java.lang.String propertyName, java.beans.PropertyChangeListener listener)
           
 java.lang.String getAssistProfile()
           
static AuditPreferences getAuditPreferences()
          Gets the canonical shared Audit preferences instance.
 java.lang.String getCompileProfile()
           
 int getEditorDelay()
           
 float getMaximumFileSize()
           
 boolean isAuditDuringCompile()
           
 boolean isAuditWhileEditing()
           
 boolean isShowCodeAssistanceInGutter()
           
 void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 void removePropertyChangeListener(java.lang.String propertyName, java.beans.PropertyChangeListener listener)
           
 void setAssistProfile(java.lang.String newValue)
           
 void setAuditDuringCompile(boolean newValue)
           
 void setAuditWhileEditing(boolean newValue)
           
 void setCompileProfile(java.lang.String newValue)
           
 void setEditorDelay(int newValue)
           
 void setMaximumFileSize(float newValue)
           
 void setShowCodeAssistanceInGutter(boolean newValue)
           
 java.lang.String toString()
           

 

Methods inherited from class oracle.javatools.data.HashStructureAdapter
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Methods inherited from interface oracle.javatools.util.Copyable
copyTo

 

Constructor Detail

AuditPreferences

public AuditPreferences()
Creates a new Audit preferences instance wrapping new HashStructure instance.

Method Detail

getAuditPreferences

public static AuditPreferences getAuditPreferences()
Gets the canonical shared Audit preferences instance.

isAuditWhileEditing

public boolean isAuditWhileEditing()
Specified by:
isAuditWhileEditing in interface AuditPreferences

setAuditWhileEditing

public void setAuditWhileEditing(boolean newValue)
Specified by:
setAuditWhileEditing in interface AuditPreferences

isShowCodeAssistanceInGutter

public boolean isShowCodeAssistanceInGutter()
Specified by:
isShowCodeAssistanceInGutter in interface AuditPreferences

setShowCodeAssistanceInGutter

public void setShowCodeAssistanceInGutter(boolean newValue)
Specified by:
setShowCodeAssistanceInGutter in interface AuditPreferences

getAssistProfile

public java.lang.String getAssistProfile()
Specified by:
getAssistProfile in interface AuditPreferences

setAssistProfile

public void setAssistProfile(java.lang.String newValue)
Specified by:
setAssistProfile in interface AuditPreferences

getEditorDelay

public int getEditorDelay()
Specified by:
getEditorDelay in interface AuditPreferences

setEditorDelay

public void setEditorDelay(int newValue)
Specified by:
setEditorDelay in interface AuditPreferences

isAuditDuringCompile

public boolean isAuditDuringCompile()
Specified by:
isAuditDuringCompile in interface AuditPreferences

setAuditDuringCompile

public void setAuditDuringCompile(boolean newValue)
Specified by:
setAuditDuringCompile in interface AuditPreferences

getCompileProfile

public java.lang.String getCompileProfile()
Specified by:
getCompileProfile in interface AuditPreferences

setCompileProfile

public void setCompileProfile(java.lang.String newValue)
Specified by:
setCompileProfile in interface AuditPreferences

getMaximumFileSize

public float getMaximumFileSize()
Specified by:
getMaximumFileSize in interface AuditPreferences

setMaximumFileSize

public void setMaximumFileSize(float newValue)
Specified by:
setMaximumFileSize in interface AuditPreferences

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Specified by:
addPropertyChangeListener in interface AuditPreferences

addPropertyChangeListener

public void addPropertyChangeListener(java.lang.String propertyName,
                                      java.beans.PropertyChangeListener listener)
Specified by:
addPropertyChangeListener in interface AuditPreferences

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Specified by:
removePropertyChangeListener in interface AuditPreferences

removePropertyChangeListener

public void removePropertyChangeListener(java.lang.String propertyName,
                                         java.beans.PropertyChangeListener listener)
Specified by:
removePropertyChangeListener in interface AuditPreferences

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


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