Uses of Interface
com.fs.starfarer.api.ui.UIPanelAPI
Packages that use UIPanelAPI
Package
Description
-
Uses of UIPanelAPI in com.fs.starfarer.api.campaign.comm
Fields in com.fs.starfarer.api.campaign.comm declared as UIPanelAPIConstructors in com.fs.starfarer.api.campaign.comm with parameters of type UIPanelAPI -
Uses of UIPanelAPI in com.fs.starfarer.api.impl.codex
Fields in com.fs.starfarer.api.impl.codex declared as UIPanelAPIModifier and TypeFieldDescriptionprotected UIPanelAPI
CodexCustomEntryExample.box
protected UIPanelAPI
CodexCustomEntryExample.relatedEntries
Methods in com.fs.starfarer.api.impl.codex with parameters of type UIPanelAPIModifier 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 UIPanelAPI in com.fs.starfarer.api.ui
Subinterfaces of UIPanelAPI in com.fs.starfarer.api.uiModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
Not just for tooltips; used for normal UI elements as well.Methods in com.fs.starfarer.api.ui that return UIPanelAPIModifier and TypeMethodDescriptionTooltipMakerAPI.addImageWithText
(float pad) TooltipMakerAPI.addSectorMap
(float w, float h, StarSystemAPI system, float pad) TooltipMakerAPI.beginTable
(FactionAPI faction, float itemHeight, Object... columns) Columns are pairs of<Float|Integer width> TooltipMakerAPI.beginTable
(Color base, Color dark, Color bright, float itemHeight, boolean withBorder, boolean withHeader, Object... columns) TooltipMakerAPI.beginTable
(Color base, Color dark, Color bright, float itemHeight, Object... columns) Columns are pairs of<Float|Integer width> TooltipMakerAPI.beginTable2
(FactionAPI faction, float itemHeight, boolean withBorder, boolean withHeader, Object... columns) TooltipMakerAPI.createSectorMap
(float w, float h, MapParams p, String title) TODO: maps don't seem to work right if the tooltip is recreated every frame, for now make sure to use the addTooltipToPrevious method that takes a boolean to turn that off.TooltipMakerAPI.createSectorMap
(float w, float h, MapParams p, String title, Color color, Color dark) TODO: maps don't seem to work right if the tooltip is recreated every frame, for now make sure to use the addTooltipToPrevious method that takes a boolean to turn that off.CustomPanelAPI.wrapTooltipWithBox
(TooltipMakerAPI tooltip) CustomPanelAPI.wrapTooltipWithBox
(TooltipMakerAPI tooltip, float padLeft, float padRight, float padBelow, float padAbove, Color color) CustomPanelAPI.wrapTooltipWithBox
(TooltipMakerAPI tooltip, Color color)