public class BaseCustomDialogDelegate extends java.lang.Object implements CustomDialogDelegate
CustomDialogDelegate.CustomDialogCallback| Constructor and Description |
|---|
BaseCustomDialogDelegate() |
| Modifier and Type | Method and Description |
|---|---|
void |
createCustomDialog(CustomPanelAPI panel,
CustomDialogDelegate.CustomDialogCallback callback) |
void |
customDialogCancel() |
void |
customDialogConfirm() |
java.lang.String |
getCancelText() |
java.lang.String |
getConfirmText() |
CustomUIPanelPlugin |
getCustomPanelPlugin() |
boolean |
hasCancelButton()
Note: customDialogCancel() will still be called if the Escape key is pressed
|
public BaseCustomDialogDelegate()
public void createCustomDialog(CustomPanelAPI panel, CustomDialogDelegate.CustomDialogCallback callback)
createCustomDialog in interface CustomDialogDelegatepublic boolean hasCancelButton()
CustomDialogDelegatehasCancelButton in interface CustomDialogDelegatepublic java.lang.String getConfirmText()
getConfirmText in interface CustomDialogDelegatepublic java.lang.String getCancelText()
getCancelText in interface CustomDialogDelegatepublic void customDialogConfirm()
customDialogConfirm in interface CustomDialogDelegatepublic void customDialogCancel()
customDialogCancel in interface CustomDialogDelegatepublic CustomUIPanelPlugin getCustomPanelPlugin()
getCustomPanelPlugin in interface CustomDialogDelegate