Starsector API
|
Classes | |
interface | CustomDialogCallback |
Public Member Functions | |
void | createCustomDialog (CustomPanelAPI panel, CustomDialogCallback callback) |
boolean | hasCancelButton () |
String | getConfirmText () |
String | getCancelText () |
void | customDialogConfirm () |
void | customDialogCancel () |
CustomUIPanelPlugin | getCustomPanelPlugin () |
Definition at line 5 of file CustomDialogDelegate.java.
void com.fs.starfarer.api.campaign.CustomDialogDelegate.createCustomDialog | ( | CustomPanelAPI | panel, |
CustomDialogCallback | callback | ||
) |
Implemented in com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.
void com.fs.starfarer.api.campaign.CustomDialogDelegate.customDialogCancel | ( | ) |
Implemented in com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.
void com.fs.starfarer.api.campaign.CustomDialogDelegate.customDialogConfirm | ( | ) |
Implemented in com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.
String com.fs.starfarer.api.campaign.CustomDialogDelegate.getCancelText | ( | ) |
Implemented in com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.
String com.fs.starfarer.api.campaign.CustomDialogDelegate.getConfirmText | ( | ) |
Implemented in com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.
CustomUIPanelPlugin com.fs.starfarer.api.campaign.CustomDialogDelegate.getCustomPanelPlugin | ( | ) |
Implemented in com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.
boolean com.fs.starfarer.api.campaign.CustomDialogDelegate.hasCancelButton | ( | ) |
Note: customDialogCancel() will still be called if the Escape key is pressed
Implemented in com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.