Package com.fs.starfarer.api.ui
Interface IntelUIAPI
public interface IntelUIAPI
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
void
void
void
selectItem
(IntelInfoPlugin plugin) void
showDialog
(SectorEntityToken target, InteractionDialogPlugin plugin) void
showDialog
(SectorEntityToken target, String trigger) void
void
showOnMap
(SectorEntityToken token) void
void
updateIntelList
(boolean retainCurrentSelection) void
updateIntelList
(boolean retainCurrentSelection, List<IntelInfoPlugin> show) void
updateUIForItem
(IntelInfoPlugin plugin)
-
Method Details
-
updateUIForItem
-
recreateIntelUI
void recreateIntelUI() -
showDialog
-
showDialog
-
showEditIntelMarkerDialog
-
updateIntelList
void updateIntelList() -
updateIntelList
void updateIntelList(boolean retainCurrentSelection) -
updateIntelList
-
selectItem
-
isShowingCustomIntelSubset
boolean isShowingCustomIntelSubset() -
showOnMap
-
saveSmallDescScrollState
void saveSmallDescScrollState() -
restoreSmallDescScrollState
void restoreSmallDescScrollState()
-