Package com.iizigo.ws

Class PluginPreference

java.lang.Object
org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer
com.iizigo.ws.PluginPreference

public class PluginPreference extends org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer
Class used to initialize default preference values.
Author:
Christopher Mindus
  • Field Details

    • isReversed

      public boolean isReversed
      Flag indicating reversed sort order.
    • isSortedByType

      public boolean isSortedByType
      Sorting by type.
  • Constructor Details

    • PluginPreference

      public PluginPreference()
      Construction of the class.
  • Method Details

    • getInstance

      public static PluginPreference getInstance()
      Gets the instance.
      Returns:
      The single instance of the preferences.
    • initializeDefaultPreferences

      public void initializeDefaultPreferences()
      Initializes the preferences store.
      Specified by:
      initializeDefaultPreferences in class org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer
    • savePreferences

      public void savePreferences()
      Saves the preferences of the sorter.