|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.uni_paderborn.fujaba.preferences.AbstractPreferences
de.uni_paderborn.fujaba.preferences.DebugPreferences
Contains all options for debugging.
| Field Summary | |
static java.lang.String |
DEBUG_LEVEL
No comment provided by developer, please add a comment to improve documentation. |
static int |
DEBUG_LEVEL_ANALYZING
No comment provided by developer, please add a comment to improve documentation. |
static int |
DEBUG_LEVEL_CODEGENERATION
No comment provided by developer, please add a comment to improve documentation. |
static int |
DEBUG_LEVEL_DISPLAY
No comment provided by developer, please add a comment to improve documentation. |
static int |
DEBUG_LEVEL_ELSE
No comment provided by developer, please add a comment to improve documentation. |
static int |
DEBUG_LEVEL_GUI
No comment provided by developer, please add a comment to improve documentation. |
static int |
DEBUG_LEVEL_PARSING
No comment provided by developer, please add a comment to improve documentation. |
static int |
DEBUG_LEVEL_PLUGINS
No comment provided by developer, please add a comment to improve documentation. |
static int |
DEBUG_LEVEL_REMOVEYOU
No comment provided by developer, please add a comment to improve documentation. |
static int |
DEBUG_LEVEL_SAVELOAD
No comment provided by developer, please add a comment to improve documentation. |
static int |
DEBUG_LEVEL_UML
No comment provided by developer, please add a comment to improve documentation. |
static int |
DEF_DEBUG_LEVEL
No comment provided by developer, please add a comment to improve documentation. |
static boolean |
DEF_GENERATED
No comment provided by developer, please add a comment to improve documentation. |
static boolean |
DEF_MODE
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
GENERATED
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
MODE
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
PROPERTY_NAME
This constant is the properties key for Fujaba's properties. |
| Constructor Summary | |
protected |
DebugPreferences()
The private constructor for this class. |
| Method Summary | |
void |
addPropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
Access method for an one to n association. |
static DebugPreferences |
get()
This method provides the user the singleton instance of this class. |
int |
getDebugLevel()
Get the debugLevel attribute of the OptionsDebug object |
boolean |
isDebugMode()
Get the debugMode attribute of the OptionsDebug object |
boolean |
isSaveGenerated()
Get the saveGenerated attribute of the OptionsDebug object |
boolean |
isSpecificDebugLevel(int value)
Get the specificDebugLevel attribute of the OptionsDebug object |
void |
removePropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
No comment provided by developer, please add a comment to improve documentation. |
void |
setDebugLevel(int value)
Sets the debugLevel attribute of the OptionsDebug object |
void |
setDebugMode(boolean value)
Sets the debugMode attribute of the OptionsDebug object |
void |
setDefaults()
Set the default values for all options. |
void |
setSaveGenerated(boolean value)
Sets the saveGenerated attribute of the OptionsDebug object |
| Methods inherited from class de.uni_paderborn.fujaba.preferences.AbstractPreferences |
isModified, setModified |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String PROPERTY_NAME
public static final java.lang.String MODE
public static final java.lang.String GENERATED
public static final java.lang.String DEBUG_LEVEL
public static final boolean DEF_MODE
public static final boolean DEF_GENERATED
public static final int DEF_DEBUG_LEVEL
public static final int DEBUG_LEVEL_SAVELOAD
public static final int DEBUG_LEVEL_CODEGENERATION
public static final int DEBUG_LEVEL_DISPLAY
public static final int DEBUG_LEVEL_ANALYZING
public static final int DEBUG_LEVEL_UML
public static final int DEBUG_LEVEL_PARSING
public static final int DEBUG_LEVEL_GUI
public static final int DEBUG_LEVEL_REMOVEYOU
public static final int DEBUG_LEVEL_PLUGINS
public static final int DEBUG_LEVEL_ELSE
| Constructor Detail |
protected DebugPreferences()
get()| Method Detail |
public static DebugPreferences get()
public void setDefaults()
setDefaults in class AbstractPreferences
public void addPropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
addPropertyChangeListener in class AbstractPreferencespropertyName - The object added.listener - The object added.
public void removePropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
removePropertyChangeListener in class AbstractPreferencespropertyName - No description providedlistener - No description providedpublic void setDebugMode(boolean value)
value - The new debugMode valuepublic boolean isDebugMode()
public void setSaveGenerated(boolean value)
value - The new saveGenerated valuepublic boolean isSaveGenerated()
public void setDebugLevel(int value)
value - The new debugLevel valuepublic int getDebugLevel()
public boolean isSpecificDebugLevel(int value)
value - No description provided
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||