Interface SidebarPlugin
public interface SidebarPlugin
A class to allow managing Sidebar item types
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault List<SidebarItem> default SidebarItemTypegetType()default booleanitemExists(SidebarItem item, String username) default SidebarItemresolveProperties(SidebarItem item, String username, Locale locale) Resolves Item Name and Icon when storage is maintained
-
Field Details
-
SIDEBAR_SEPARATOR
-
-
Method Details
-
getType
- Returns:
SidebarItemTypemanaged by the implementing plugin
-
getDefaultItems
- Returns:
ListofSidebarItemto inject on startup
-