Package com.fs.starfarer.api.campaign
Interface CustomDialogDelegate
- All Known Implementing Classes:
BaseCustomDialogDelegate
public interface CustomDialogDelegate
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoid
createCustomDialog
(CustomPanelAPI panel, CustomDialogDelegate.CustomDialogCallback callback) void
void
boolean
Note: customDialogCancel() will still be called if the Escape key is pressed
-
Method Details
-
createCustomDialog
-
hasCancelButton
boolean hasCancelButton()Note: customDialogCancel() will still be called if the Escape key is pressed- Returns:
-
getConfirmText
String getConfirmText() -
getCancelText
String getCancelText() -
customDialogConfirm
void customDialogConfirm() -
customDialogCancel
void customDialogCancel() -
getCustomPanelPlugin
CustomUIPanelPlugin getCustomPanelPlugin()
-