Uses of Enum Class
com.fs.starfarer.api.campaign.CoreUITabId
Packages that use CoreUITabId
Package
Description
-
Uses of CoreUITabId in com.fs.starfarer.api.campaign
Methods in com.fs.starfarer.api.campaign that return CoreUITabIdModifier and TypeMethodDescriptionCampaignUIAPI.getCurrentCoreTab()
static CoreUITabId
Returns the enum constant of this class with the specified name.static CoreUITabId[]
CoreUITabId.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.fs.starfarer.api.campaign with parameters of type CoreUITabIdModifier and TypeMethodDescriptionvoid
InteractionDialogAPI.makeOptionOpenCore
(String optionId, CoreUITabId tabId, CampaignUIAPI.CoreUITradeMode mode) void
InteractionDialogAPI.makeOptionOpenCore
(String optionId, CoreUITabId tabId, CampaignUIAPI.CoreUITradeMode mode, boolean onlyShowTargetTabShortcut) void
VisualPanelAPI.showCore
(CoreUITabId tabId, SectorEntityToken other, boolean noCost, CoreInteractionListener listener) Deprecated.void
VisualPanelAPI.showCore
(CoreUITabId tabId, SectorEntityToken other, CampaignUIAPI.CoreUITradeMode mode, CoreInteractionListener listener) void
VisualPanelAPI.showCore
(CoreUITabId tabId, SectorEntityToken other, CoreInteractionListener listener) void
VisualPanelAPI.showCore
(CoreUITabId tabId, SectorEntityToken other, Object custom, CampaignUIAPI.CoreUITradeMode mode, CoreInteractionListener listener) void
VisualPanelAPI.showCore
(CoreUITabId tabId, SectorEntityToken other, Object custom, CoreInteractionListener listener) void
CampaignUIAPI.showCoreUITab
(CoreUITabId tab) void
CampaignUIAPI.showCoreUITab
(CoreUITabId tab, Object custom) -
Uses of CoreUITabId in com.fs.starfarer.api.campaign.listeners
Methods in com.fs.starfarer.api.campaign.listeners with parameters of type CoreUITabIdModifier and TypeMethodDescriptionvoid
CoreUITabListener.reportAboutToOpenCoreTab
(CoreUITabId tab, Object param) static void
ListenerUtil.reportAboutToOpenCoreTab
(CoreUITabId tab, Object param) -
Uses of CoreUITabId in com.fs.starfarer.api.impl.campaign.velfield
Methods in com.fs.starfarer.api.impl.campaign.velfield with parameters of type CoreUITabIdModifier and TypeMethodDescriptionvoid
SlipstreamVisibilityManager.reportAboutToOpenCoreTab
(CoreUITabId tab, Object param)