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 StringGets the settings to save.static booleanisPropertyStarred(String name) Checks if a property is starred.static voidloadSettings(String setting) Loads the settings.static voidmarkRecentlyUsed(String name) Marks the property as recently used.static voidsetPropertyStarred(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.