public interface IntelUIAPI
| Modifier and Type | Method and Description |
|---|---|
boolean |
isShowingCustomIntelSubset() |
void |
recreateIntelUI() |
void |
restoreSmallDescScrollState() |
void |
saveSmallDescScrollState() |
void |
selectItem(IntelInfoPlugin plugin) |
void |
showDialog(SectorEntityToken target,
InteractionDialogPlugin plugin) |
void |
showDialog(SectorEntityToken target,
java.lang.String trigger) |
void |
showEditIntelMarkerDialog(MapMarkerIntel intel) |
void |
showOnMap(SectorEntityToken token) |
void |
updateIntelList() |
void |
updateIntelList(boolean retainCurrentSelection) |
void |
updateIntelList(boolean retainCurrentSelection,
java.util.List<IntelInfoPlugin> show) |
void |
updateUIForItem(IntelInfoPlugin plugin) |
void updateUIForItem(IntelInfoPlugin plugin)
void recreateIntelUI()
void showDialog(SectorEntityToken target, java.lang.String trigger)
void showDialog(SectorEntityToken target, InteractionDialogPlugin plugin)
void showEditIntelMarkerDialog(MapMarkerIntel intel)
void updateIntelList()
void updateIntelList(boolean retainCurrentSelection)
void updateIntelList(boolean retainCurrentSelection, java.util.List<IntelInfoPlugin> show)
void selectItem(IntelInfoPlugin plugin)
boolean isShowingCustomIntelSubset()
void showOnMap(SectorEntityToken token)
void saveSmallDescScrollState()
void restoreSmallDescScrollState()