de.uni_paderborn.fujaba.preferences
Class JavaPreferences

java.lang.Object
  extended byde.uni_paderborn.fujaba.preferences.AbstractPreferences
      extended byde.uni_paderborn.fujaba.preferences.JavaPreferences

public class JavaPreferences
extends AbstractPreferences

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.12 $
Author:
$Author: burmi $

Field Summary
static java.lang.String CODE_GEN_TARGET_JAVA
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String CODE_GEN_TARGET_NAME
          No comment provided by developer, please add a comment to improve documentation.
static java.util.Vector DEF_CODE_GEN_TARGET_NAME
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String DEF_INT_VAR_PREFIX
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String INT_VAR_PREFIX
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String PROPERTY_NAME
          No comment provided by developer, please add a comment to improve documentation.
 
Method Summary
 void addPropertyChangeListener(java.lang.String propertyName, java.beans.PropertyChangeListener listener)
          Access method for an one to n association.
static JavaPreferences get()
           
 java.util.Vector getCodeGenTargetName()
          Get the codeGenTargetName attribute of the JavaPreferences object
 java.lang.String getInternalVariablePrefix()
          Get the internalVariablePrefix attribute of the JavaPreferences object
 void removePropertyChangeListener(java.lang.String propertyName, java.beans.PropertyChangeListener listener)
          No comment provided by developer, please add a comment to improve documentation.
 void setCodeGenTargetName(java.util.Vector newTargetName)
          Sets the codeGenTargetName attribute of the JavaPreferences object
 void setDefaults()
          Sets the defaults attribute of the AbstractPreferences object
 void setInternalVariablePrefix(java.lang.String newPrefix)
          Sets the internalVariablePrefix attribute of the JavaPreferences 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

PROPERTY_NAME

public static final java.lang.String PROPERTY_NAME
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

INT_VAR_PREFIX

public static final java.lang.String INT_VAR_PREFIX
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

CODE_GEN_TARGET_NAME

public static final java.lang.String CODE_GEN_TARGET_NAME
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

CODE_GEN_TARGET_JAVA

public static final java.lang.String CODE_GEN_TARGET_JAVA
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

DEF_INT_VAR_PREFIX

public static final java.lang.String DEF_INT_VAR_PREFIX
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

DEF_CODE_GEN_TARGET_NAME

public static final java.util.Vector DEF_CODE_GEN_TARGET_NAME
No comment provided by developer, please add a comment to improve documentation.

Method Detail

get

public static JavaPreferences get()
Returns:
the singleton instance

setDefaults

public void setDefaults()
Description copied from class: AbstractPreferences
Sets the defaults attribute of the AbstractPreferences object

Specified by:
setDefaults in class AbstractPreferences
See Also:
AbstractPreferences.setDefaults()

addPropertyChangeListener

public void addPropertyChangeListener(java.lang.String propertyName,
                                      java.beans.PropertyChangeListener listener)
Access method for an one to n association.

Overrides:
addPropertyChangeListener in class AbstractPreferences
Parameters:
propertyName - The object added.
listener - The object added.

removePropertyChangeListener

public void removePropertyChangeListener(java.lang.String propertyName,
                                         java.beans.PropertyChangeListener listener)
No comment provided by developer, please add a comment to improve documentation.

Overrides:
removePropertyChangeListener in class AbstractPreferences
Parameters:
propertyName - No description provided
listener - No description provided

getInternalVariablePrefix

public java.lang.String getInternalVariablePrefix()
Get the internalVariablePrefix attribute of the JavaPreferences object

Returns:
The internalVariablePrefix value

setInternalVariablePrefix

public void setInternalVariablePrefix(java.lang.String newPrefix)
Sets the internalVariablePrefix attribute of the JavaPreferences object

Parameters:
newPrefix - The new internalVariablePrefix value

getCodeGenTargetName

public java.util.Vector getCodeGenTargetName()
Get the codeGenTargetName attribute of the JavaPreferences object

Returns:
The codeGenTargetName value

setCodeGenTargetName

public void setCodeGenTargetName(java.util.Vector newTargetName)
Sets the codeGenTargetName attribute of the JavaPreferences object

Parameters:
newTargetName - The new codeGenTargetName value