Starsector API
Loading...
Searching...
No Matches
CustomPanelAPI.java
Go to the documentation of this file.
1
package
com.fs.starfarer.api.ui;
2
3
import
com.fs.starfarer.api.campaign.CustomUIPanelPlugin;
4
5
public
interface
CustomPanelAPI
extends
UIPanelAPI
{
6
7
CustomPanelAPI
createCustomPanel
(
float
width,
float
height, CustomUIPanelPlugin plugin);
8
9
TooltipMakerAPI
createUIElement
(
float
width,
float
height,
boolean
withScroller);
10
PositionAPI
addUIElement
(
TooltipMakerAPI
element);
11
16
IntelUIAPI
getIntelUI
();
17
18
}
com.fs.starfarer.api.ui.CustomPanelAPI
Definition
CustomPanelAPI.java:5
com.fs.starfarer.api.ui.CustomPanelAPI.createCustomPanel
CustomPanelAPI createCustomPanel(float width, float height, CustomUIPanelPlugin plugin)
com.fs.starfarer.api.ui.CustomPanelAPI.getIntelUI
IntelUIAPI getIntelUI()
com.fs.starfarer.api.ui.CustomPanelAPI.createUIElement
TooltipMakerAPI createUIElement(float width, float height, boolean withScroller)
com.fs.starfarer.api.ui.CustomPanelAPI.addUIElement
PositionAPI addUIElement(TooltipMakerAPI element)
com.fs.starfarer.api.ui.IntelUIAPI
Definition
IntelUIAPI.java:9
com.fs.starfarer.api.ui.PositionAPI
Definition
PositionAPI.java:5
com.fs.starfarer.api.ui.TooltipMakerAPI
Definition
TooltipMakerAPI.java:31
com.fs.starfarer.api.ui.UIPanelAPI
Definition
UIPanelAPI.java:3
src
com
fs
starfarer
api
ui
CustomPanelAPI.java
Generated by
1.9.8