|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Preference in com.mindtree.techworks.insight.gui.preferences |
---|
Fields in com.mindtree.techworks.insight.gui.preferences declared as Preference | |
---|---|
protected Preference |
AbstractPreferencesUIPanel.preference
The Preference rendered by this panel |
Methods in com.mindtree.techworks.insight.gui.preferences with parameters of type Preference | |
---|---|
protected void |
AbstractPreferencesUIPanel.createAndAddBooleanAttribute(Preference childPreference,
java.lang.String id,
java.lang.String name,
javax.swing.JCheckBox checkBox)
Helper method to created and add a PreferenceAttribute of type CHECK and containing the specified valued |
protected void |
AbstractPreferencesUIPanel.createAndAddPasswordAttribute(Preference childPreference,
java.lang.String id,
java.lang.String name,
javax.swing.JPasswordField passwordField)
Helper method to created and add a password PreferenceAttribute of type TEXT and containing the specified valued |
protected void |
AbstractPreferencesUIPanel.createAndAddTextAttribute(Preference childPreference,
java.lang.String id,
java.lang.String name,
javax.swing.JTextField textField)
Helper method to created and add a PreferenceAttribute of type TEXT and containing the specified valued |
void |
AbstractPreferencesUIPanel.initialize(Preference preferenceToLoad,
PreferencesFrame parentComponent)
Initializes this class with the Preference specified. |
Uses of Preference in com.mindtree.techworks.insight.preferences |
---|
Methods in com.mindtree.techworks.insight.preferences that return Preference | |
---|---|
Preference |
PreferenceManager.getPreference(java.lang.String preferenceId)
Returns a Preference |
Preference |
PreferenceDataHandler.getPreference(java.lang.String preferenceId)
Loads a particular Preference using the Preference Id passed. |
Uses of Preference in com.mindtree.techworks.insight.preferences.model |
---|
Methods in com.mindtree.techworks.insight.preferences.model that return Preference | |
---|---|
Preference |
PreferenceAttribute.getParent()
|
Preference |
Preference.getPreferenceById(java.lang.String preferenceId)
Returns a child preference for the Id passed |
Methods in com.mindtree.techworks.insight.preferences.model with parameters of type Preference | |
---|---|
boolean |
Preference.addChildPreference(Preference preference)
Adds a child preference to this preference |
boolean |
Preference.removePreference(Preference preference)
Removes a child preference |
protected void |
Preference.setParent(Preference parentPreference)
Sets the parent preference of this preference |
Constructors in com.mindtree.techworks.insight.preferences.model with parameters of type Preference | |
---|---|
ListPreferenceAttribute(java.lang.String id,
java.lang.String value,
boolean isEncrypted,
boolean isPersistant,
boolean isUserModifiable,
Preference parent)
|
|
ListPreferenceAttribute(java.lang.String id,
java.lang.String value,
boolean isEncrypted,
boolean isPersistant,
boolean isUserModifiable,
Preference parent,
java.util.List inOptions)
|
|
PreferenceAttribute(PreferenceAttributeType type,
java.lang.String id,
java.lang.String value,
boolean isEncrypted,
boolean isPersistant,
boolean isUserModifiable,
Preference parent)
The constructor for this class. |
Uses of Preference in com.mindtree.techworks.insight.preferences.xmlpersistence |
---|
Methods in com.mindtree.techworks.insight.preferences.xmlpersistence that return Preference | |
---|---|
Preference |
XMLPreferenceDataHandler.getPreference(java.lang.String preferenceId)
Returns a preference for the id passed, or null if no preference is found for the id. |
Preference |
XMLPreferenceDataCache.getPreference(java.lang.String preferenceId)
Returns a preference from the cache, if present or retuns null. |
Methods in com.mindtree.techworks.insight.preferences.xmlpersistence with parameters of type Preference | |
---|---|
void |
XMLPreferenceDataCache.addPreference(Preference preference)
Adds a preference to the cache. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |