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.Object |
copyTo(java.lang.Object that)
Copy support.
|
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 |
isAuditUsesAuditJavac() |
boolean |
isAuditUsesJot() |
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, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEqualspublic AuditPreferences()
public static AuditPreferences getAuditPreferences()
public java.lang.Object copyTo(java.lang.Object that)
HashStructureAdaptercopyTo in interface CopyablecopyTo in class HashStructureAdapterthat - The target object to which the state of
this object should be copied. If target
is null, then the copyTo method will
return a new instance of this class.this
object was copied. If the target was
non-null, then the return value is the same as the
target object that was passed in; otherwise, the
return value is a new instance of this class.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 boolean isAuditUsesJot()
isAuditUsesJot in interface AuditPreferencespublic boolean isAuditUsesAuditJavac()
isAuditUsesAuditJavac in interface AuditPreferencespublic void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
addPropertyChangeListener in interface AuditPreferencespublic void addPropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
addPropertyChangeListener in interface AuditPreferencespublic void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
removePropertyChangeListener in interface AuditPreferencespublic void removePropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
removePropertyChangeListener in interface AuditPreferencespublic java.lang.String toString()
toString in class java.lang.Object