Starsector API
Loading...
Searching...
No Matches
com.fs.starfarer.api.campaign.BaseCustomDialogDelegate Class Reference
Inheritance diagram for com.fs.starfarer.api.campaign.BaseCustomDialogDelegate:
[legend]
Collaboration diagram for com.fs.starfarer.api.campaign.BaseCustomDialogDelegate:
[legend]

Public Member Functions

void createCustomDialog (CustomPanelAPI panel, CustomDialogCallback callback)
 
boolean hasCancelButton ()
 
String getConfirmText ()
 
String getCancelText ()
 
void customDialogConfirm ()
 
void customDialogCancel ()
 
CustomUIPanelPlugin getCustomPanelPlugin ()
 
- Public Member Functions inherited from com.fs.starfarer.api.campaign.CustomDialogDelegate

Detailed Description

Definition at line 5 of file BaseCustomDialogDelegate.java.

Member Function Documentation

◆ createCustomDialog()

void com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.createCustomDialog ( CustomPanelAPI panel,
CustomDialogCallback callback )

◆ customDialogCancel()

void com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.customDialogCancel ( )

◆ customDialogConfirm()

void com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.customDialogConfirm ( )

◆ getCancelText()

String com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.getCancelText ( )

◆ getConfirmText()

String com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.getConfirmText ( )

◆ getCustomPanelPlugin()

CustomUIPanelPlugin com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.getCustomPanelPlugin ( )

◆ hasCancelButton()

boolean com.fs.starfarer.api.campaign.BaseCustomDialogDelegate.hasCancelButton ( )

Note: customDialogCancel() will still be called if the Escape key is pressed

Returns

Implements com.fs.starfarer.api.campaign.CustomDialogDelegate.

Definition at line 12 of file BaseCustomDialogDelegate.java.


The documentation for this class was generated from the following file: