|
|||||||||||
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.IconsPreferences
No comment provided by developer, please add a comment to improve documentation.
Field Summary | |
static java.lang.String |
CURRENT_DIR
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
DEF_CURRENT_DIR
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
DOBS_CLASSES
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
NO_ENTRY
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
PACK_FIELD
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
PACK_METH
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
PRIV_FIELD
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
PRIV_METH
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
PROPERTY_NAME
This is the properties key for Fujaba's properties. |
static java.lang.String |
PROT_FIELD
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
PROT_METH
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
PUB_FIELD
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
PUB_METH
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
USER_FIELD
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
VIS_ICONS
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 IconsPreferences |
get()
This method provides the user the singleton instance of this class. |
java.lang.String |
getCurrentDir(java.lang.String key)
Get the currentDir attribute of the OptionsIconChooser object |
java.util.Hashtable |
getHashtableItem(java.lang.String key)
Get the hashtableItem attribute of the OptionsIconChooser object |
javax.swing.ImageIcon |
getVisibilityIcon(java.lang.String visibility)
Get the visibilityIcon attribute of the OptionsIconChooser object |
boolean |
isVisibilityIconsDirty()
Get the visibilityIconsDirty attribute of the OptionsIconChooser object |
void |
putHashtableItem(java.lang.String key,
java.util.Hashtable hashtable)
No comment provided by developer, please add a comment to improve documentation. |
void |
removePropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
No comment provided by developer, please add a comment to improve documentation. |
void |
setCurrentDir(java.lang.String key,
java.lang.String value)
Sets the currentDir attribute of the OptionsIconChooser object |
void |
setDefaults()
Set the default values for all options. |
void |
setVisibilityIconsDirty(boolean dirty)
Sets the visibilityIconsDirty attribute of the OptionsIconChooser 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 CURRENT_DIR
public static final java.lang.String VIS_ICONS
public static final java.lang.String DOBS_CLASSES
public static final java.lang.String PUB_METH
public static final java.lang.String PUB_FIELD
public static final java.lang.String PROT_METH
public static final java.lang.String PROT_FIELD
public static final java.lang.String PRIV_METH
public static final java.lang.String PRIV_FIELD
public static final java.lang.String PACK_METH
public static final java.lang.String PACK_FIELD
public static final java.lang.String USER_FIELD
public static final java.lang.String NO_ENTRY
public static final java.lang.String DEF_CURRENT_DIR
Method Detail |
public static IconsPreferences get()
public void setDefaults()
setDefaults
in class AbstractPreferences
public void addPropertyChangeListener(java.lang.String propertyName, java.beans.PropertyChangeListener listener)
addPropertyChangeListener
in class AbstractPreferences
propertyName
- The object added.listener
- The object added.public void removePropertyChangeListener(java.lang.String propertyName, java.beans.PropertyChangeListener listener)
removePropertyChangeListener
in class AbstractPreferences
propertyName
- No description providedlistener
- No description providedpublic void putHashtableItem(java.lang.String key, java.util.Hashtable hashtable)
key
- No description providedhashtable
- No description providedpublic java.util.Hashtable getHashtableItem(java.lang.String key)
key
- No description provided
public void setCurrentDir(java.lang.String key, java.lang.String value)
key
- The new currentDir valuevalue
- The new currentDir valuepublic java.lang.String getCurrentDir(java.lang.String key)
key
- No description provided
public void setVisibilityIconsDirty(boolean dirty)
dirty
- The new visibilityIconsDirty valuepublic boolean isVisibilityIconsDirty()
public javax.swing.ImageIcon getVisibilityIcon(java.lang.String visibility)
visibility
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |