de.uni_paderborn.fujaba.preferences
Class CodeGenPreferences

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

public class CodeGenPreferences
extends AbstractPreferences

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

Version:
$Revision: 1.1 $ $Date: 2004/11/28 15:43:20 $
Author:
$Author: burmi $

Field Summary
static java.lang.String PROPERTY_PREFIX
          No comment provided by developer, please add a comment to improve documentation.
private  java.util.Map selectedCodeGenTargetNames
          No comment provided by developer, please add a comment to improve documentation.
private static CodeGenPreferences theInstance
          No comment provided by developer, please add a comment to improve documentation.
 
Fields inherited from class de.uni_paderborn.fujaba.preferences.AbstractPreferences
 
Constructor Summary
private CodeGenPreferences(boolean init)
          Constructor for class CodeGenPreferences
 
Method Summary
static CodeGenPreferences get()
          No comment provided by developer, please add a comment to improve documentation.
 java.util.Map getSelectedCodeGenTargetNames()
          Get the selectedCodeGenTargetNames attribute of the CodeGenPreferences object
 void load()
          No comment provided by developer, please add a comment to improve documentation.
 void save()
          No comment provided by developer, please add a comment to improve documentation.
 void setDefaults()
          Sets the defaults attribute of the AbstractPreferences object
private  void setDefaults(boolean temporarily)
          Sets the defaults attribute of the AbstractPreferences object
 
Methods inherited from class de.uni_paderborn.fujaba.preferences.AbstractPreferences
addPropertyChangeListener, isModified, removePropertyChangeListener, setModified
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_PREFIX

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

See Also:
Constant Field Values

selectedCodeGenTargetNames

private java.util.Map selectedCodeGenTargetNames
No comment provided by developer, please add a comment to improve documentation.


theInstance

private static CodeGenPreferences theInstance
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

CodeGenPreferences

private CodeGenPreferences(boolean init)
Constructor for class CodeGenPreferences

Parameters:
init - No description provided
Method Detail

getSelectedCodeGenTargetNames

public java.util.Map getSelectedCodeGenTargetNames()
Get the selectedCodeGenTargetNames attribute of the CodeGenPreferences object

Returns:
The selectedCodeGenTargetNames value

setDefaults

public void setDefaults()
Sets the defaults attribute of the AbstractPreferences object

Specified by:
setDefaults in class AbstractPreferences

setDefaults

private void setDefaults(boolean temporarily)
Sets the defaults attribute of the AbstractPreferences object

Parameters:
temporarily - when true save() is not called

load

public void load()
No comment provided by developer, please add a comment to improve documentation.


save

public void save()
No comment provided by developer, please add a comment to improve documentation.


get

public static CodeGenPreferences get()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided