Class Notification

java.lang.Object
io.github.palexdev.materialfx.controls.MFXSimpleNotification
eirb.pub.app.display.javafx.view.utils.Notification
All Implemented Interfaces:
io.github.palexdev.materialfx.notifications.base.INotification

public class Notification extends io.github.palexdev.materialfx.controls.MFXSimpleNotification
  • Property Summary

    Properties
    Type
    Property
    Description
    javafx.beans.property.StringProperty
     
    javafx.beans.property.StringProperty
     

    Properties inherited from class io.github.palexdev.materialfx.controls.MFXSimpleNotification

    notificationState
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.github.palexdev.materialfx.controls.MFXSimpleNotification

    io.github.palexdev.materialfx.controls.MFXSimpleNotification.Builder
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    Notification(String header, String content)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.beans.property.StringProperty
     
    Gets the value of the contentText property.
    Gets the value of the headerText property.
    javafx.beans.property.StringProperty
     
    void
    setContentText(String contentText)
    Sets the value of the contentText property.
    void
    setHeaderText(String headerText)
    Sets the value of the headerText property.

    Methods inherited from class io.github.palexdev.materialfx.controls.MFXSimpleNotification

    getContent, getElapsedTime, getState, getTime, getTimeToStringConverter, notificationStateProperty, setContent, setNotificationState, setOnUpdateElapsed, setTimeToStringConverter, updateElapsed

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait