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.2.1 $ $Date: 2005/08/23 08:24:50 $
Author:
$Author: lowende $

Field Summary
static java.lang.String PROPERTY_PREFIX
          No comment provided by developer, please add a comment to improve documentation.
 
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
 
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
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

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