Starsector API
|
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 BaseCustomDialogDelegate.java.
void com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.createCustomDialog | ( | CustomPanelAPI | panel, |
CustomDialogCallback | callback | ||
) |
Implements com.fs.starfarer.api.campaign.CustomDialogDelegate.
Definition at line 7 of file BaseCustomDialogDelegate.java.
void com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.customDialogCancel | ( | ) |
Implements com.fs.starfarer.api.campaign.CustomDialogDelegate.
Definition at line 32 of file BaseCustomDialogDelegate.java.
void com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.customDialogConfirm | ( | ) |
Implements com.fs.starfarer.api.campaign.CustomDialogDelegate.
Definition at line 27 of file BaseCustomDialogDelegate.java.
String com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.getCancelText | ( | ) |
Implements com.fs.starfarer.api.campaign.CustomDialogDelegate.
Definition at line 22 of file BaseCustomDialogDelegate.java.
String com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.getConfirmText | ( | ) |
Implements com.fs.starfarer.api.campaign.CustomDialogDelegate.
Definition at line 17 of file BaseCustomDialogDelegate.java.
CustomUIPanelPlugin com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.getCustomPanelPlugin | ( | ) |
Implements com.fs.starfarer.api.campaign.CustomDialogDelegate.
Definition at line 37 of file BaseCustomDialogDelegate.java.
boolean com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.hasCancelButton | ( | ) |
Note: customDialogCancel() will still be called if the Escape key is pressed
Implements com.fs.starfarer.api.campaign.CustomDialogDelegate.
Definition at line 12 of file BaseCustomDialogDelegate.java.