B4J Programming Press on the image to return to the main documentation page.

jCustomToast

Written by GiuseppeSalvi

List of types:

ToastMessageShow

ToastMessageShow


Events:

None

Members:


  BASELINE_CENTER As javafx.geometry.Pos

  BASELINE_LEFT As javafx.geometry.Pos

  BASELINE_RIGHT As javafx.geometry.Pos

  BOTTOM_CENTER As javafx.geometry.Pos

  BOTTOM_LEFT As javafx.geometry.Pos

  BOTTOM_RIGHT As javafx.geometry.Pos

  CENTER As javafx.geometry.Pos

  CENTER_LEFT As javafx.geometry.Pos

  CENTER_RIGHT As javafx.geometry.Pos

  ERROR_ICON As javafx.scene.image.Image

  INFO_ICON As javafx.scene.image.Image

  Initialize (EventName As String)

  LONG_DELAY As Double

  SHORT_DELAY As Double

  SUCCESS_ICON As javafx.scene.image.Image

  ToastDuration As Double [write only]

  ToastLocation As javafx.geometry.Pos [write only]

  ToastShow (message As String)

  ToastShow2 (title As String, message As String)

  ToastShow3 (message As String, icon As javafx.scene.image.Image)

  ToastShow4 (title As String, message As String, icon As javafx.scene.image.Image)

  ToastShow5 (title As String, icon As javafx.scene.image.Image)

  ToastShow6 (icon As javafx.scene.image.Image)

  ToastStop

  ToastTextLocation As javafx.geometry.Pos [write only]

  TOP_CENTER As javafx.geometry.Pos

  TOP_LEFT As javafx.geometry.Pos

  TOP_RIGHT As javafx.geometry.Pos

  WARNING_ICON As javafx.scene.image.Image

Members description:

BASELINE_CENTER As javafx.geometry.Pos
BASELINE_LEFT As javafx.geometry.Pos
BASELINE_RIGHT As javafx.geometry.Pos
BOTTOM_CENTER As javafx.geometry.Pos
BOTTOM_LEFT As javafx.geometry.Pos
BOTTOM_RIGHT As javafx.geometry.Pos
CENTER As javafx.geometry.Pos
CENTER_LEFT As javafx.geometry.Pos
CENTER_RIGHT As javafx.geometry.Pos
ERROR_ICON As javafx.scene.image.Image
INFO_ICON As javafx.scene.image.Image
Initialize (EventName As String)
Initialize the Objct
LONG_DELAY As Double
SHORT_DELAY As Double
SUCCESS_ICON As javafx.scene.image.Image
ToastDuration As Double [write only]
Set the delay
ToastLocation As javafx.geometry.Pos [write only]
Set the position of the toast
ToastShow (message As String)
Show message
ToastShow2 (title As String, message As String)
Show title and message
ToastShow3 (message As String, icon As javafx.scene.image.Image)
Show message and icon
ToastShow4 (title As String, message As String, icon As javafx.scene.image.Image)
Show title, message and icon
ToastShow5 (title As String, icon As javafx.scene.image.Image)
Show title and icon
ToastShow6 (icon As javafx.scene.image.Image)
Show icon
ToastStop
Stop the toast
ToastTextLocation As javafx.geometry.Pos [write only]
Set the position of the text and icon
TOP_CENTER As javafx.geometry.Pos
TOP_LEFT As javafx.geometry.Pos
TOP_RIGHT As javafx.geometry.Pos
WARNING_ICON As javafx.scene.image.Image

Top