-
public abstract class HoverMenu
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classHoverMenu.SectionIdpublic classHoverMenu.Section
-
Method Summary
Modifier and Type Method Description abstract StringgetId()abstract intgetSectionCount()abstract HoverMenu.SectiongetSection(int index)abstract HoverMenu.SectiongetSection(@NonNull() HoverMenu.SectionId sectionId)intgetSectionIndex(@NonNull() HoverMenu.Section section)abstract List<HoverMenu.Section>getSections()voidnotifyMenuChanged()-
-
Method Detail
-
getSectionCount
abstract int getSectionCount()
-
getSection
@Nullable() abstract HoverMenu.Section getSection(int index)
-
getSection
@Nullable() abstract HoverMenu.Section getSection(@NonNull() HoverMenu.SectionId sectionId)
-
getSectionIndex
int getSectionIndex(@NonNull() HoverMenu.Section section)
-
getSections
@NonNull() abstract List<HoverMenu.Section> getSections()
-
notifyMenuChanged
void notifyMenuChanged()
-
-
-
-