Uses of Class
com.googlecode.lanterna.gui2.InteractableLookupMap
-
Packages that use InteractableLookupMap Package Description com.googlecode.lanterna.gui2 com.googlecode.lanterna.gui2.menu -
-
Uses of InteractableLookupMap in com.googlecode.lanterna.gui2
Fields in com.googlecode.lanterna.gui2 declared as InteractableLookupMap Modifier and Type Field Description protected InteractableLookupMap
AbstractBasePane. interactableLookupMap
Methods in com.googlecode.lanterna.gui2 with parameters of type InteractableLookupMap Modifier and Type Method Description void
AbstractBasePane.ContentHolder. updateLookupMap(InteractableLookupMap interactableLookupMap)
void
AbstractComposite. updateLookupMap(InteractableLookupMap interactableLookupMap)
void
Container. updateLookupMap(InteractableLookupMap interactableLookupMap)
Takes a lookup map and updates it with information about where all the interactables inside of this container are located.void
Panel. updateLookupMap(InteractableLookupMap interactableLookupMap)
-
Uses of InteractableLookupMap in com.googlecode.lanterna.gui2.menu
Methods in com.googlecode.lanterna.gui2.menu with parameters of type InteractableLookupMap Modifier and Type Method Description void
MenuBar. updateLookupMap(InteractableLookupMap interactableLookupMap)
-