|
Copyright 2002 by aragost | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.aragost.araspect.InspectorSettings
| Constructor Summary | |
InspectorSettings()
|
|
| Method Summary | |
int |
getCollectionLimit()
Getter for property collectionLimit. |
boolean |
getDisplayFields()
Returns the displayFields. |
boolean |
getDisplayMethods()
Returns the displayMethods. |
boolean |
getDisplayOnlyPublicFields()
Returns the displayOnlyPublicFields. |
static InspectorSettings |
getInstance()
Gets the instance. |
int |
getLineLength()
Returns the lineLength. |
int |
getToStringLimit()
Getter for property toStringLimit. |
boolean |
isEditEnabled()
Getter for property editEnabled. |
void |
setCollectionLimit(int collectionLimit)
Setter for property collectionLimit. |
void |
setDisplayFields(boolean displayFields)
Sets the displayFields. |
void |
setDisplayMethods(boolean displayMethods)
Sets the displayMethods. |
void |
setDisplayOnlyPublicFields(boolean displayOnlyPublicFields)
Sets the displayOnlyPublicFields. |
void |
setEditEnabled(boolean editEnabled)
Setter for property editEnabled. |
static void |
setInstance(InspectorSettings instance)
Sets the instance. |
void |
setLineLength(int lineLength)
Sets the lineLength. |
void |
setToStringLimit(int toStringLimit)
Setter for property toStringLimit. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InspectorSettings()
| Method Detail |
public boolean isEditEnabled()
public void setEditEnabled(boolean editEnabled)
editEnabled - New value of property editEnabled.public int getToStringLimit()
public void setToStringLimit(int toStringLimit)
toStringLimit - New value of property toStringLimit.public int getCollectionLimit()
public void setCollectionLimit(int collectionLimit)
collectionLimit - New value of property collectionLimit.public static InspectorSettings getInstance()
public static void setInstance(InspectorSettings instance)
instance - The instance to setpublic boolean getDisplayFields()
public boolean getDisplayOnlyPublicFields()
public void setDisplayFields(boolean displayFields)
displayFields - The displayFields to setpublic void setDisplayOnlyPublicFields(boolean displayOnlyPublicFields)
displayOnlyPublicFields - The displayOnlyPublicFields to setpublic void setLineLength(int lineLength)
lineLength - The lineLength to setpublic int getLineLength()
public boolean getDisplayMethods()
public void setDisplayMethods(boolean displayMethods)
displayMethods - The displayMethods to set
|
Copyright 2002 by aragost | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||