JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

Specifies the buttons displayed by a MessageBox.

Script Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
public-readOKInteger1

Indicates that the message box provides an 'OK' button.

public-readOK_CANCELInteger2

Indicates that the message box provides an 'OK' and 'Cancel' buttons.

public-readYES_NOInteger3

Indicates that the message box provides a 'Yes' and 'No' buttons.

public-readYES_NO_CANCELInteger4

Indicates that the message box provides a 'Yes', 'No' and 'Cancel' buttons.

Inherited Variables

Inherited Functions