public class SlackWebhookController
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private javafx.stage.Stage |
dialogStage |
private MainApp |
mainApp |
private javafx.scene.control.Label |
msgError |
private javafx.scene.control.Label |
msgStatus |
private javafx.scene.control.Button |
testWebHook |
private javafx.scene.control.TextField |
txtWebhook |
private java.lang.String |
WebhookUrl |
Constructor and Description |
---|
SlackWebhookController() |
Modifier and Type | Method and Description |
---|---|
void |
initialize() |
static void |
main(java.lang.String[] args) |
void |
setDialogStage(javafx.stage.Stage dialogStage) |
void |
setMainApp(MainApp mainApp) |
void |
testWebHook(javafx.event.ActionEvent event) |
private javafx.stage.Stage dialogStage
private MainApp mainApp
private javafx.scene.control.Button testWebHook
private javafx.scene.control.Label msgStatus
private javafx.scene.control.Label msgError
private javafx.scene.control.TextField txtWebhook
private java.lang.String WebhookUrl
public static void main(java.lang.String[] args)
public void setDialogStage(javafx.stage.Stage dialogStage)
public void setMainApp(MainApp mainApp)
public void testWebHook(javafx.event.ActionEvent event)
public void initialize()