public class AuditPreferences extends HashStructureAdapter implements AuditPreferences, Copyable
_hashKEY| 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, useObjectEqualspublic AuditPreferences()
public static AuditPreferences getAuditPreferences()
public boolean isAuditWhileEditing()
isAuditWhileEditing in interface AuditPreferencespublic void setAuditWhileEditing(boolean newValue)
setAuditWhileEditing in interface AuditPreferencespublic boolean isShowCodeAssistanceInGutter()
isShowCodeAssistanceInGutter in interface AuditPreferencespublic void setShowCodeAssistanceInGutter(boolean newValue)
setShowCodeAssistanceInGutter in interface AuditPreferencespublic java.lang.String getAssistProfile()
getAssistProfile in interface AuditPreferencespublic void setAssistProfile(java.lang.String newValue)
setAssistProfile in interface AuditPreferencespublic int getEditorDelay()
getEditorDelay in interface AuditPreferencespublic void setEditorDelay(int newValue)
setEditorDelay in interface AuditPreferencespublic boolean isAuditDuringCompile()
isAuditDuringCompile in interface AuditPreferencespublic void setAuditDuringCompile(boolean newValue)
setAuditDuringCompile in interface AuditPreferencespublic java.lang.String getCompileProfile()
getCompileProfile in interface AuditPreferencespublic void setCompileProfile(java.lang.String newValue)
setCompileProfile in interface AuditPreferencespublic float getMaximumFileSize()
getMaximumFileSize in interface AuditPreferencespublic void setMaximumFileSize(float newValue)
setMaximumFileSize in interface AuditPreferencespublic void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
addPropertyChangeListener in interface AuditPreferences
public void addPropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
addPropertyChangeListener in interface AuditPreferencespublic void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
removePropertyChangeListener in interface AuditPreferences
public void removePropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
removePropertyChangeListener in interface AuditPreferencespublic java.lang.String toString()
toString in class java.lang.Object