Package com.iizigo.prop
Class StarredAdaptive
java.lang.Object
com.iizigo.prop.StarredAdaptive
Class used to star properties and to make them adaptive (most used).
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionstatic String
Gets the settings to save.static boolean
isPropertyStarred
(String name) Checks if a property is starred.static void
loadSettings
(String setting) Loads the settings.static void
markRecentlyUsed
(String name) Marks the property as recently used.static void
setPropertyStarred
(String name, boolean isStarred) Stars the property name specified.
Method Details
loadSettings
Loads the settings.getSettings
Gets the settings to save.setPropertyStarred
Stars the property name specified.isPropertyStarred
Checks if a property is starred.markRecentlyUsed
Marks the property as recently used.