Starsector API
Loading...
Searching...
No Matches
CustomDialogDelegate.java
Go to the documentation of this file.
1
package
com.fs.starfarer.api.campaign;
2
3
import
com.fs.starfarer.api.ui.CustomPanelAPI;
4
5
public
interface
CustomDialogDelegate
{
6
7
public
interface
CustomDialogCallback
{
11
void
dismissCustomDialog
(
int
option);
12
}
13
14
void
createCustomDialog
(CustomPanelAPI panel,
CustomDialogCallback
callback);
15
20
boolean
hasCancelButton
();
21
String
getConfirmText
();
22
String
getCancelText
();
23
void
customDialogConfirm
();
24
void
customDialogCancel
();
25
CustomUIPanelPlugin
getCustomPanelPlugin
();
26
}
com.fs.starfarer.api.campaign.CustomDialogDelegate.CustomDialogCallback
Definition
CustomDialogDelegate.java:7
com.fs.starfarer.api.campaign.CustomDialogDelegate.CustomDialogCallback.dismissCustomDialog
void dismissCustomDialog(int option)
com.fs.starfarer.api.campaign.CustomDialogDelegate
Definition
CustomDialogDelegate.java:5
com.fs.starfarer.api.campaign.CustomDialogDelegate.getCancelText
String getCancelText()
com.fs.starfarer.api.campaign.CustomDialogDelegate.customDialogCancel
void customDialogCancel()
com.fs.starfarer.api.campaign.CustomDialogDelegate.hasCancelButton
boolean hasCancelButton()
com.fs.starfarer.api.campaign.CustomDialogDelegate.getConfirmText
String getConfirmText()
com.fs.starfarer.api.campaign.CustomDialogDelegate.createCustomDialog
void createCustomDialog(CustomPanelAPI panel, CustomDialogCallback callback)
com.fs.starfarer.api.campaign.CustomDialogDelegate.getCustomPanelPlugin
CustomUIPanelPlugin getCustomPanelPlugin()
com.fs.starfarer.api.campaign.CustomDialogDelegate.customDialogConfirm
void customDialogConfirm()
com.fs.starfarer.api.campaign.CustomUIPanelPlugin
Definition
CustomUIPanelPlugin.java:8
src
com
fs
starfarer
api
campaign
CustomDialogDelegate.java
Generated by
1.9.8