Starsector API
Loading...
Searching...
No Matches
BaseCustomDialogDelegate.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
class
BaseCustomDialogDelegate
implements
CustomDialogDelegate
{
6
7
public
void
createCustomDialog
(CustomPanelAPI panel,
CustomDialogCallback
callback) {
8
// TODO Auto-generated method stub
9
10
}
11
12
public
boolean
hasCancelButton
() {
13
// TODO Auto-generated method stub
14
return
false
;
15
}
16
17
public
String
getConfirmText
() {
18
// TODO Auto-generated method stub
19
return
null
;
20
}
21
22
public
String
getCancelText
() {
23
// TODO Auto-generated method stub
24
return
null
;
25
}
26
27
public
void
customDialogConfirm
() {
28
// TODO Auto-generated method stub
29
30
}
31
32
public
void
customDialogCancel
() {
33
// TODO Auto-generated method stub
34
35
}
36
37
public
CustomUIPanelPlugin
getCustomPanelPlugin
() {
38
// TODO Auto-generated method stub
39
return
null
;
40
}
41
42
}
com.fs.starfarer.api.campaign.BaseCustomDialogDelegate
Definition
BaseCustomDialogDelegate.java:5
com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.customDialogCancel
void customDialogCancel()
Definition
BaseCustomDialogDelegate.java:32
com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.getCancelText
String getCancelText()
Definition
BaseCustomDialogDelegate.java:22
com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.customDialogConfirm
void customDialogConfirm()
Definition
BaseCustomDialogDelegate.java:27
com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.getConfirmText
String getConfirmText()
Definition
BaseCustomDialogDelegate.java:17
com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.getCustomPanelPlugin
CustomUIPanelPlugin getCustomPanelPlugin()
Definition
BaseCustomDialogDelegate.java:37
com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.createCustomDialog
void createCustomDialog(CustomPanelAPI panel, CustomDialogCallback callback)
Definition
BaseCustomDialogDelegate.java:7
com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.hasCancelButton
boolean hasCancelButton()
Definition
BaseCustomDialogDelegate.java:12
com.fs.starfarer.api.campaign.CustomDialogDelegate.CustomDialogCallback
Definition
CustomDialogDelegate.java:7
com.fs.starfarer.api.campaign.CustomDialogDelegate
Definition
CustomDialogDelegate.java:5
com.fs.starfarer.api.campaign.CustomUIPanelPlugin
Definition
CustomUIPanelPlugin.java:8
src
com
fs
starfarer
api
campaign
BaseCustomDialogDelegate.java
Generated by
1.9.8