de.uni_paderborn.fujaba.preferences
Class PlugInsPreferences

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

public class PlugInsPreferences
extends AbstractPreferences

Version:
$Revision: 1.9.2.1 $
Author:
alptekin

Field Summary
static java.lang.String DOWNLOAD_URLS
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String FOLDERS
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String PLUGIN_SERVER_LIST
          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 PlugInsPreferences get()
          No comment provided by developer, please add a comment to improve documentation.
 java.util.Vector getPluginDownloadURLs()
          Get the pluginDownloadURLs attribute of the PluginOptions object
 java.util.Vector getPluginFolders()
          Get the pluginFolders attribute of the PluginOptions object
 void removePropertyChangeListener(java.lang.String propertyName, java.beans.PropertyChangeListener listener)
          No comment provided by developer, please add a comment to improve documentation.
 void setDefaults()
          Sets the defaults attribute of the PluginOptions object
 void setPluginDownloadURLs(java.util.Vector value)
          Sets the pluginDownloadURLs attribute of the PluginOptions object
 void setPluginFolders(java.util.Vector value)
          Sets the pluginFolders attribute of the PluginOptions 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

PLUGIN_SERVER_LIST

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

See Also:
Constant Field Values

FOLDERS

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

See Also:
Constant Field Values

DOWNLOAD_URLS

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

See Also:
Constant Field Values
Method Detail

get

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

Returns:
No description provided

setDefaults

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

Specified by:
setDefaults in class AbstractPreferences

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

setPluginFolders

public void setPluginFolders(java.util.Vector value)
Sets the pluginFolders attribute of the PluginOptions object

Parameters:
value - The new pluginFolders value

getPluginFolders

public java.util.Vector getPluginFolders()
Get the pluginFolders attribute of the PluginOptions object

Returns:
The pluginFolders value

setPluginDownloadURLs

public void setPluginDownloadURLs(java.util.Vector value)
Sets the pluginDownloadURLs attribute of the PluginOptions object

Parameters:
value - The new pluginDownloadURLs value

getPluginDownloadURLs

public java.util.Vector getPluginDownloadURLs()
Get the pluginDownloadURLs attribute of the PluginOptions object

Returns:
The pluginDownloadURLs value