Uses of Interface
com.fs.starfarer.api.ui.CustomPanelAPI
Packages that use CustomPanelAPI
Package
Description
-
Uses of CustomPanelAPI in com.fs.starfarer.api
Methods in com.fs.starfarer.api that return CustomPanelAPIModifier and TypeMethodDescriptionSettingsAPI.createCustom
(float width, float height, CustomUIPanelPlugin plugin) -
Uses of CustomPanelAPI in com.fs.starfarer.api.campaign
Methods in com.fs.starfarer.api.campaign that return CustomPanelAPIModifier and TypeMethodDescriptionVisualPanelAPI.showCustomPanel
(float width, float height, CustomUIPanelPlugin plugin) Methods in com.fs.starfarer.api.campaign with parameters of type CustomPanelAPIModifier and TypeMethodDescriptionvoid
BaseCustomDialogDelegate.createCustomDialog
(CustomPanelAPI panel, CustomDialogDelegate.CustomDialogCallback callback) void
CustomDialogDelegate.createCustomDialog
(CustomPanelAPI panel, CustomDialogDelegate.CustomDialogCallback callback) void
CustomVisualDialogDelegate.init
(CustomPanelAPI panel, CustomVisualDialogDelegate.DialogCallbacks callbacks) -
Uses of CustomPanelAPI in com.fs.starfarer.api.campaign.comm
Methods in com.fs.starfarer.api.campaign.comm with parameters of type CustomPanelAPIModifier and TypeMethodDescriptionvoid
IntelInfoPlugin.createLargeDescription
(CustomPanelAPI panel, float width, float height) -
Uses of CustomPanelAPI in com.fs.starfarer.api.impl.campaign.eventide
Fields in com.fs.starfarer.api.impl.campaign.eventide declared as CustomPanelAPIModifier and TypeFieldDescriptionprotected CustomPanelAPI
DuelPanel.panel
protected CustomPanelAPI
DuelTutorialPanel.panel
Methods in com.fs.starfarer.api.impl.campaign.eventide that return CustomPanelAPIMethods in com.fs.starfarer.api.impl.campaign.eventide with parameters of type CustomPanelAPIModifier and TypeMethodDescriptionvoid
DuelDialogDelegate.init
(CustomPanelAPI panel, CustomVisualDialogDelegate.DialogCallbacks callbacks) void
DuelPanel.init
(CustomPanelAPI panel, CustomVisualDialogDelegate.DialogCallbacks callbacks, InteractionDialogAPI dialog) void
DuelTutorialPanel.init
(CustomPanelAPI panel, CustomVisualDialogDelegate.DialogCallbacks callbacks, InteractionDialogAPI dialog) -
Uses of CustomPanelAPI in com.fs.starfarer.api.impl.campaign.intel
Methods in com.fs.starfarer.api.impl.campaign.intel with parameters of type CustomPanelAPIModifier and TypeMethodDescriptionvoid
BaseIntelPlugin.createLargeDescription
(CustomPanelAPI panel, float width, float height) -
Uses of CustomPanelAPI in com.fs.starfarer.api.impl.campaign.intel.events
Methods in com.fs.starfarer.api.impl.campaign.intel.events with parameters of type CustomPanelAPIModifier and TypeMethodDescriptionvoid
BaseEventIntel.createLargeDescription
(CustomPanelAPI panel, float width, float height) -
Uses of CustomPanelAPI in com.fs.starfarer.api.impl.campaign.plog
Methods in com.fs.starfarer.api.impl.campaign.plog with parameters of type CustomPanelAPIModifier and TypeMethodDescriptionvoid
PLIntel.createLargeDescription
(CustomPanelAPI panel, float width, float height) -
Uses of CustomPanelAPI in com.fs.starfarer.api.impl.codex
Fields in com.fs.starfarer.api.impl.codex declared as CustomPanelAPIMethods in com.fs.starfarer.api.impl.codex with parameters of type CustomPanelAPIModifier and TypeMethodDescriptionvoid
CodexCustomEntryExample.createCustomDetail
(CustomPanelAPI panel, UIPanelAPI relatedEntries, CodexDialogAPI codex) void
CodexEntryPlugin.createCustomDetail
(CustomPanelAPI panel, UIPanelAPI relatedEntries, CodexDialogAPI codex) void
CodexEntryV2.createCustomDetail
(CustomPanelAPI panel, UIPanelAPI relatedEntries, CodexDialogAPI codex) void
CodexTextEntryLoader.TextEntry.createCustomDetail
(CustomPanelAPI panel, UIPanelAPI relatedEntries, CodexDialogAPI codex) -
Uses of CustomPanelAPI in com.fs.starfarer.api.ui
Methods in com.fs.starfarer.api.ui that return CustomPanelAPIModifier and TypeMethodDescriptionCustomPanelAPI.createCustomPanel
(float width, float height, CustomUIPanelPlugin plugin)