public class AuditPreferences extends HashStructureAdapter implements AuditPreferences, Copyable
_hash
KEY
Constructor and Description |
---|
AuditPreferences()
Creates a new Audit preferences instance wrapping new HashStructure instance.
|
Modifier and Type | Method and Description |
---|---|
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() |
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals
public AuditPreferences()
public static AuditPreferences getAuditPreferences()
public boolean isAuditWhileEditing()
isAuditWhileEditing
in interface AuditPreferences
public void setAuditWhileEditing(boolean newValue)
setAuditWhileEditing
in interface AuditPreferences
public boolean isShowCodeAssistanceInGutter()
isShowCodeAssistanceInGutter
in interface AuditPreferences
public void setShowCodeAssistanceInGutter(boolean newValue)
setShowCodeAssistanceInGutter
in interface AuditPreferences
public java.lang.String getAssistProfile()
getAssistProfile
in interface AuditPreferences
public void setAssistProfile(java.lang.String newValue)
setAssistProfile
in interface AuditPreferences
public int getEditorDelay()
getEditorDelay
in interface AuditPreferences
public void setEditorDelay(int newValue)
setEditorDelay
in interface AuditPreferences
public boolean isAuditDuringCompile()
isAuditDuringCompile
in interface AuditPreferences
public void setAuditDuringCompile(boolean newValue)
setAuditDuringCompile
in interface AuditPreferences
public java.lang.String getCompileProfile()
getCompileProfile
in interface AuditPreferences
public void setCompileProfile(java.lang.String newValue)
setCompileProfile
in interface AuditPreferences
public float getMaximumFileSize()
getMaximumFileSize
in interface AuditPreferences
public void setMaximumFileSize(float newValue)
setMaximumFileSize
in interface AuditPreferences
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
addPropertyChangeListener
in interface AuditPreferences
public void addPropertyChangeListener(java.lang.String propertyName, java.beans.PropertyChangeListener listener)
addPropertyChangeListener
in interface AuditPreferences
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
removePropertyChangeListener
in interface AuditPreferences
public void removePropertyChangeListener(java.lang.String propertyName, java.beans.PropertyChangeListener listener)
removePropertyChangeListener
in interface AuditPreferences
public java.lang.String toString()
toString
in class java.lang.Object