Class StarredAdaptive

java.lang.Object
com.iizigo.prop.StarredAdaptive

public class StarredAdaptive extends Object
Class used to star properties and to make them adaptive (most used).
Author:
Christopher Mindus
  • Method Details

    • loadSettings

      public static void loadSettings(String setting)
      Loads the settings.
    • getSettings

      public static String getSettings()
      Gets the settings to save.
    • setPropertyStarred

      public static void setPropertyStarred(String name, boolean isStarred)
      Stars the property name specified.
    • isPropertyStarred

      public static boolean isPropertyStarred(String name)
      Checks if a property is starred.
    • markRecentlyUsed

      public static void markRecentlyUsed(String name)
      Marks the property as recently used.