Interface GroupColorProvider
- All Known Implementing Classes:
GroupColorProviderImpl
public interface GroupColorProvider
Represents a color associated with a group in the MurmelAPI.
This interface is used to define a color that can be managed by the MurmelAPI. It is a marker interface and does not contain any methods.
The GroupColorProviderImpl interface extends this interface to provide additional functionality.
-
Method Summary
Modifier and TypeMethodDescriptionintclear(int groupId) voidgetGroupColor(int groupId, int typeId) getGroupColors(int groupId) voidintremove(int groupId, int typeId)
-
Method Details
-
closeCache
void closeCache() -
refreshCache
void refreshCache() -
getGroupColor
-
getGroupColors
-
getGroupColors
List<GroupColor> getGroupColors() -
add
-
remove
int remove(int groupId, int typeId) -
clear
int clear(int groupId) -
update
-