|
|||||||||||
| 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.PlugInsPreferences
| Field Summary | |
private static java.lang.String |
DEF_FOLDER
No comment provided by developer, please add a comment to improve documentation. |
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. |
private static PlugInsPreferences |
pluginOptions
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. |
| Fields inherited from class de.uni_paderborn.fujaba.preferences.AbstractPreferences |
|
| Constructor Summary | |
private |
PlugInsPreferences()
Constructor for class PluginOptions |
| 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 |
public static final java.lang.String PROPERTY_NAME
public static final java.lang.String PLUGIN_SERVER_LIST
public static final java.lang.String FOLDERS
public static final java.lang.String DOWNLOAD_URLS
private static final java.lang.String DEF_FOLDER
private static PlugInsPreferences pluginOptions
| Constructor Detail |
private PlugInsPreferences()
| Method Detail |
public static PlugInsPreferences 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 setPluginFolders(java.util.Vector value)
value - The new pluginFolders valuepublic java.util.Vector getPluginFolders()
public void setPluginDownloadURLs(java.util.Vector value)
value - The new pluginDownloadURLs valuepublic java.util.Vector getPluginDownloadURLs()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||