Interface | Description |
---|---|
LoadoutManager.OnLoadoutChangedListener |
Loadout event listener
|
Class | Description |
---|---|
LoadoutAllToolsVH |
The view handler for the "All tools & plugins" button
|
LoadoutAllToolsVM |
The view model for the "All tools & plugins" button
|
LoadoutListAdapter |
Adapter for the list of available loadouts
|
LoadoutListDropDown |
The drop-down that displays the list of available loadouts
For the list of tools (overflow menu) see
LoadoutToolsDropDown |
LoadoutListMapComponent |
Map component that handles intents for showing the list of loadouts
|
LoadoutListVH |
View handler for the list of available loadouts
|
LoadoutListVM |
View model for the list of available loadouts
|
LoadoutManager |
Manages the list of tool loadouts (the tool buttons in the top-left)
|
LoadoutToolsAdapter |
Adapter for loadout tools
|
LoadoutToolsDropDown |
Drop-down that displays the list of available loadout tools (overflow menu)
By default this only shows tools that are not part of the current loadout
In edit mode all tools are shown and can be added or removed from the loadout
|
LoadoutToolsGridVH |
View handler for the loadout tools grid
|
LoadoutToolsGridView |
A
GridView used to display available tools |
LoadoutToolsGridVM |
View model for the loadout tools grid
|
LoadoutToolsListVH |
View handler for the loadout tools list
|
LoadoutToolsListVM |
View model for the loadout tools list
|
LoadoutToolsMapComponent |
Map component that handles creation and intents for all registered loadout tools
|
Enum | Description |
---|---|
LoadoutMode |
Loadout editor modes
These are used to establish context for button clicks in
LoadoutListVH
i.e. |