1package com.fs.starfarer.api.ui;
5import com.fs.starfarer.api.campaign.InteractionDialogPlugin;
6import com.fs.starfarer.api.campaign.SectorEntityToken;
7import com.fs.starfarer.api.campaign.comm.IntelInfoPlugin;
13 void showDialog(SectorEntityToken target, String trigger);
14 void showDialog(SectorEntityToken target, InteractionDialogPlugin plugin);
boolean isShowingCustomIntelSubset()
void showDialog(SectorEntityToken target, String trigger)
void updateIntelList(boolean retainCurrentSelection)
void restoreSmallDescScrollState()
void selectItem(IntelInfoPlugin plugin)
void updateIntelList(boolean retainCurrentSelection, List< IntelInfoPlugin > show)
void updateUIForItem(IntelInfoPlugin plugin)
void showOnMap(SectorEntityToken token)
void showDialog(SectorEntityToken target, InteractionDialogPlugin plugin)
void saveSmallDescScrollState()