oracle.jdevimpl.audit.preferences
Class AuditPreferences
java.lang.Object
  
oracle.javatools.data.HashStructureAdapter
      
oracle.jdevimpl.audit.preferences.AuditPreferences
- All Implemented Interfaces: 
 - Copyable, AuditPreferences
 
public class AuditPreferences
- extends HashStructureAdapter
- implements AuditPreferences, Copyable
  
Basic Audit preferences.
 
 
 
| 
Constructor Summary | 
AuditPreferences()
 
          Creates a new Audit preferences instance wrapping new HashStructure instance. | 
 
 
| 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 | 
 
AuditPreferences
public AuditPreferences()
- Creates a new Audit preferences instance wrapping new HashStructure instance.
 
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
 
 
Copyright © 1997, 2011, Oracle. All rights reserved.