Package com.iizigo.ws
Class PluginPreference
java.lang.Object
org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer
com.iizigo.ws.PluginPreference
Class used to initialize default preference values.
- Author:
- Christopher Mindus
- Field SummaryFieldsModifier and TypeFieldDescription- booleanFlag indicating reversed sort order.- booleanSorting by type.
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- static PluginPreferenceGets the instance.- voidInitializes the preferences store.- voidSaves the preferences of the sorter.
- Field Details- isReversedpublic boolean isReversedFlag indicating reversed sort order.
- isSortedByTypepublic boolean isSortedByTypeSorting by type.
 
- Constructor Details- PluginPreferencepublic PluginPreference()Construction of the class.
 
- Method Details- getInstanceGets the instance.- Returns:
- The single instance of the preferences.
 
- initializeDefaultPreferencespublic void initializeDefaultPreferences()Initializes the preferences store.- Specified by:
- initializeDefaultPreferencesin class- AbstractPreferenceInitializer
 
- savePreferencespublic void savePreferences()Saves the preferences of the sorter.