Uses of Interface
com.fs.starfarer.api.ui.UIComponentAPI
Packages that use UIComponentAPI
-
Uses of UIComponentAPI in com.fs.starfarer.api.ui
Subinterfaces of UIComponentAPI in com.fs.starfarer.api.uiModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
Not just for tooltips; used for normal UI elements as well.interface
Methods in com.fs.starfarer.api.ui that return UIComponentAPIModifier and TypeMethodDescriptionTooltipMakerAPI.addCustom
(UIComponentAPI comp, float pad) TooltipMakerAPI.addCustomDoNotSetPosition
(UIComponentAPI comp) Add a custom component without appending it to the bottom of the tooltip.TooltipMakerAPI.addEventProgressMarker
(BaseEventIntel intel) TooltipMakerAPI.addEventStageMarker
(BaseEventIntel.EventStageDisplayData data) TooltipMakerAPI.addLabelledValue
(String label, String value, Color labelColor, Color valueColor, float width, float pad) TooltipMakerAPI.addSkillPanel
(PersonAPI person, boolean admin, float pad) TooltipMakerAPI.addSkillPanel
(PersonAPI person, float pad) TooltipMakerAPI.addSkillPanelOneColumn
(PersonAPI person, boolean admin, float pad) TooltipMakerAPI.addSkillPanelOneColumn
(PersonAPI person, float pad) TooltipMakerAPI.addSpacer
(float height) TooltipMakerAPI.createRect
(Color color, float thickness) TooltipMakerAPI.getPrev()
Methods in com.fs.starfarer.api.ui with parameters of type UIComponentAPIModifier and TypeMethodDescriptionPositionAPI.aboveLeft
(UIComponentAPI sibling, float yPad) PositionAPI.aboveMid
(UIComponentAPI sibling, float yPad) PositionAPI.aboveRight
(UIComponentAPI sibling, float yPad) UIPanelAPI.addComponent
(UIComponentAPI custom) TooltipMakerAPI.addCustom
(UIComponentAPI comp, float pad) TooltipMakerAPI.addCustomDoNotSetPosition
(UIComponentAPI comp) Add a custom component without appending it to the bottom of the tooltip.void
TooltipMakerAPI.addTooltipTo
(TooltipMakerAPI.TooltipCreator tc, UIComponentAPI to, TooltipMakerAPI.TooltipLocation loc) void
TooltipMakerAPI.addTooltipTo
(TooltipMakerAPI.TooltipCreator tc, UIComponentAPI to, TooltipMakerAPI.TooltipLocation loc, boolean recreateEveryFrame) PositionAPI.belowLeft
(UIComponentAPI sibling, float yPad) PositionAPI.belowMid
(UIComponentAPI sibling, float yPad) PositionAPI.belowRight
(UIComponentAPI sibling, float yPad) void
UIPanelAPI.bringComponentToTop
(UIComponentAPI c) PositionAPI.leftOfBottom
(UIComponentAPI sibling, float xPad) PositionAPI.leftOfMid
(UIComponentAPI sibling, float xPad) PositionAPI.leftOfTop
(UIComponentAPI sibling, float xPad) void
UIPanelAPI.removeComponent
(UIComponentAPI component) PositionAPI.rightOfBottom
(UIComponentAPI sibling, float xPad) PositionAPI.rightOfMid
(UIComponentAPI sibling, float xPad) PositionAPI.rightOfTop
(UIComponentAPI sibling, float xPad) void
UIPanelAPI.sendToBottom
(UIComponentAPI c)