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
PropertiesTypePropertyDescriptionjavafx.beans.property.StringPropertyjavafx.beans.property.StringPropertyProperties 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 -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.StringPropertyGets the value of thecontentTextproperty.Gets the value of theheaderTextproperty.javafx.beans.property.StringPropertyvoidsetContentText(String contentText) Sets the value of thecontentTextproperty.voidsetHeaderText(String headerText) Sets the value of theheaderTextproperty.Methods inherited from class io.github.palexdev.materialfx.controls.MFXSimpleNotification
getContent, getElapsedTime, getState, getTime, getTimeToStringConverter, notificationStateProperty, setContent, setNotificationState, setOnUpdateElapsed, setTimeToStringConverter, updateElapsed
-
Property Details
-
headerText
public javafx.beans.property.StringProperty headerTextProperty- See Also:
-
contentText
public javafx.beans.property.StringProperty contentTextProperty- See Also:
-
-
Constructor Details
-
Notification
-
Notification
public Notification()
-
-
Method Details
-
getHeaderText
Gets the value of theheaderTextproperty.- Property description:
- Returns:
- the value of the
headerTextproperty - See Also:
-
headerTextProperty
public javafx.beans.property.StringProperty headerTextProperty()- Returns:
- the
headerTextproperty - See Also:
-
setHeaderText
Sets the value of theheaderTextproperty.- Property description:
- Parameters:
headerText- the value for theheaderTextproperty- See Also:
-
getContentText
Gets the value of thecontentTextproperty.- Property description:
- Returns:
- the value of the
contentTextproperty - See Also:
-
contentTextProperty
public javafx.beans.property.StringProperty contentTextProperty()- Returns:
- the
contentTextproperty - See Also:
-
setContentText
Sets the value of thecontentTextproperty.- Property description:
- Parameters:
contentText- the value for thecontentTextproperty- See Also:
-