Starsector API
Loading...
Searching...
No Matches
UIPanelAPI.java
Go to the documentation of this file.
1
package
com.fs.starfarer.api.ui;
2
3
public
interface
UIPanelAPI
extends
UIComponentAPI
{
4
5
PositionAPI
addComponent
(
UIComponentAPI
custom);
6
void
removeComponent
(
UIComponentAPI
component);
7
void
bringComponentToTop
(
UIComponentAPI
c);
8
}
com.fs.starfarer.api.ui.PositionAPI
Definition
PositionAPI.java:5
com.fs.starfarer.api.ui.UIComponentAPI
Definition
UIComponentAPI.java:7
com.fs.starfarer.api.ui.UIPanelAPI
Definition
UIPanelAPI.java:3
com.fs.starfarer.api.ui.UIPanelAPI.removeComponent
void removeComponent(UIComponentAPI component)
com.fs.starfarer.api.ui.UIPanelAPI.addComponent
PositionAPI addComponent(UIComponentAPI custom)
com.fs.starfarer.api.ui.UIPanelAPI.bringComponentToTop
void bringComponentToTop(UIComponentAPI c)
src
com
fs
starfarer
api
ui
UIPanelAPI.java
Generated by
1.9.8