Index
All Classes and Interfaces|All Packages|Constant Field Values
S
- save(NotificationInfo) - Static method in class com.amirali.fxdialogs.notifications.NotificationInfoLogger
-
save notification info to json file
- setCallBack(BottomSheetCallBack) - Method in class com.amirali.fxdialogs.nodes.PersistentBottomSheet
-
sets a callBack for bottom sheet states
- setCallBack(SplashScreenCallBack) - Method in class com.amirali.fxdialogs.SplashScreen.Builder
-
sets callBack for SplashScreen events
- setDialogMessage(String) - Method in class com.amirali.fxdialogs.AlertDialog.Builder
-
sets message of the AlertDialog
- setDialogMessage(String) - Method in class com.amirali.fxdialogs.AlertDialog
-
sets message of the AlertDialog
- setDialogMessage(String) - Method in class com.amirali.fxdialogs.ExceptionDialog.Builder
-
sets message of the ExceptionDialog
- setDialogMessage(String) - Method in class com.amirali.fxdialogs.ExceptionDialog
-
sets message of the ExceptionDialog
- setDialogMessage(String) - Method in class com.amirali.fxdialogs.ProgressDialog.Builder
-
sets message of the ProgressDialog
- setDialogMessage(String) - Method in class com.amirali.fxdialogs.ProgressDialog
-
sets message of the ProgressDialog
- setDialogTitle(String) - Method in class com.amirali.fxdialogs.AlertDialog.Builder
-
sets title of the AlertDialog
- setDialogTitle(String) - Method in class com.amirali.fxdialogs.AlertDialog
-
sets title of the AlertDialog
- setDialogTitle(String) - Method in class com.amirali.fxdialogs.ProgressDialog.Builder
-
sets title of the ProgressDialog
- setDialogTitle(String) - Method in class com.amirali.fxdialogs.ProgressDialog
-
sets title of the dialog
- setDuration(Duration) - Method in class com.amirali.fxdialogs.nodes.PersistentBottomSheet
-
sets the default duration of hide and show animations
- setDuration(Duration) - Method in class com.amirali.fxdialogs.notifications.PopupNotification
-
sets the notification display duration
- setException(Throwable) - Method in class com.amirali.fxdialogs.ExceptionDialog.Builder
-
sets exceptions to the text area
- setException(Throwable) - Method in class com.amirali.fxdialogs.ExceptionDialog
-
sets exceptions to the text area
- setHeight(double) - Method in class com.amirali.fxdialogs.notifications.NotificationInfo
- setId(String) - Method in class com.amirali.fxdialogs.notifications.NotificationInfo
- setId(String) - Method in class com.amirali.fxdialogs.notifications.PopupNotification
-
sets id of the notification
- setLayout(Parent) - Method in class com.amirali.fxdialogs.SplashScreen.Builder
-
sets container layout of the SplashScreen
- setMargin(Insets) - Method in class com.amirali.fxdialogs.notifications.PopupNotification
-
sets margin of the notification
- setMessage(String) - Method in class com.amirali.fxdialogs.notifications.SimplePopupNotification
-
sets message of the notification
- setMultiChoiceItems(String[], Integer[], DialogInterface.OnMultiChoiceSelectedListener) - Method in class com.amirali.fxdialogs.AlertDialog.Builder
-
creates and adds CheckBoxes according to the items passed
- setMultiChoiceItems(String[], DialogInterface.OnMultiChoiceSelectedListener) - Method in class com.amirali.fxdialogs.AlertDialog.Builder
-
creates and adds CheckBoxes according to the items passed without default selected items
- setNaturalButton(String, DialogInterface.OnClickListener) - Method in class com.amirali.fxdialogs.AlertDialog.Builder
-
creates the natural button on the left side of the button bar
- setNegativeButton(String, DialogInterface.OnClickListener) - Method in class com.amirali.fxdialogs.AlertDialog.Builder
-
creates the negative button
- setNode(Node) - Method in class com.amirali.fxdialogs.AlertDialog.Builder
-
sets the custom node to the center of the dialog
- setPosition(NotificationPosition) - Method in class com.amirali.fxdialogs.notifications.NotificationInfo
- setPosition(NotificationPosition) - Method in class com.amirali.fxdialogs.notifications.PopupNotification
-
sets position of the PopupNotification on the screen
- setPositiveButton(String, DialogInterface.OnClickListener) - Method in class com.amirali.fxdialogs.AlertDialog.Builder
-
creates the positive button
- setProgress(double) - Method in class com.amirali.fxdialogs.ProgressDialog.Builder
-
sets progress of the ProgressDialog
- setProgress(double) - Method in class com.amirali.fxdialogs.ProgressDialog
-
sets progress of the ProgressDialog
- setProgressType(ProgressDialog.ProgressBarType) - Method in class com.amirali.fxdialogs.ProgressDialog.Builder
-
sets progress type of the ProgressDialog that can be Bar or Indicator
- setScene(Scene) - Method in class com.amirali.fxdialogs.SplashScreen.Builder
-
sets scene of the SplashScreen
- setShowing(boolean) - Method in class com.amirali.fxdialogs.nodes.PersistentBottomSheet
-
set showing state to hide or show the bottom sheet
- setSingleChoiceItems(String[], int, DialogInterface.OnSingleChoiceSelectedListener) - Method in class com.amirali.fxdialogs.AlertDialog.Builder
-
creates and adds RadioButton according to the items passed
- setSingleChoiceItems(String[], DialogInterface.OnSingleChoiceSelectedListener) - Method in class com.amirali.fxdialogs.AlertDialog.Builder
-
creates and adds RadioButton according to the items passed without default selected item
- setSound(Sounds) - Method in class com.amirali.fxdialogs.AlertDialog.Builder
-
sets the notification sound from Sounds and plays when stage is shown
Note: You need to add javafx.media dependency to use sounds - setSound(Sounds) - Method in class com.amirali.fxdialogs.AlertDialog
-
sets the notification sound from Sounds and plays when stage is shown
Note: You need to add javafx.media dependency to use sounds - setSound(Sounds) - Method in class com.amirali.fxdialogs.notifications.PopupNotification
-
sets the notification sound from Sounds and plays when notification is shown
Note: You need to add javafx.media dependency to use sounds - setSound(String) - Method in class com.amirali.fxdialogs.AlertDialog.Builder
-
sets the notification sound from custom file path and plays when stage is shown
Note: You need to add javafx.media dependency to use sounds - setSound(String) - Method in class com.amirali.fxdialogs.AlertDialog
-
sets the notification sound from custom file path and plays when stage is shown
Note: You need to add javafx.media dependency to use sounds - setSound(String) - Method in class com.amirali.fxdialogs.notifications.PopupNotification
-
sets the notification sound from custom file path and plays when notification is shown
Note: You need to add javafx.media dependency to use sounds - setStyles(String...) - Method in class com.amirali.fxdialogs.ExceptionDialog.Builder
-
adds styles to style list and that list will be added to the scene
- setStyles(String...) - Method in class com.amirali.fxdialogs.ProgressDialog.Builder
-
adds styles to style list and that list will be added to the scene
- setStyles(String...) - Method in class com.amirali.fxdialogs.SplashScreen.Builder
-
adds styles to style list and that list will be added to the scene
- setStyles(String...) - Method in class com.amirali.fxdialogs.TimePickerDialog.Builder
-
adds styles to style list and that list will be added to the scene
- setTime(Time) - Method in class com.amirali.fxdialogs.TimePickerDialog.Builder
-
sets time of the TimePickerDialog
- setTime(Time) - Method in class com.amirali.fxdialogs.TimePickerDialog
-
sets time of the TimePickerDialog
- setTitle(String) - Method in class com.amirali.fxdialogs.notifications.SimplePopupNotification
-
sets title of the notification
- show() - Method in class com.amirali.fxdialogs.nodes.PersistentBottomSheet
-
show the bottom sheet with y-axis transition animation and given duration in setDuration(Duration duration)
- show(Duration) - Method in class com.amirali.fxdialogs.nodes.PersistentBottomSheet
-
show the bottom sheet with y-axis transition animation
- showingProperty() - Method in class com.amirali.fxdialogs.nodes.PersistentBottomSheet
-
showing state property
- SHOWN - Static variable in class com.amirali.fxdialogs.nodes.PersistentBottomSheet
-
when bottom sheet is shown
- SimplePopupNotification - Class in com.amirali.fxdialogs.notifications
- SimplePopupNotification() - Constructor for class com.amirali.fxdialogs.notifications.SimplePopupNotification
-
initial SimplePopupNotification
- SimplePopupNotification(String, String) - Constructor for class com.amirali.fxdialogs.notifications.SimplePopupNotification
-
initial SimplePopupNotification
- SimplePopupNotification(Duration, String, String) - Constructor for class com.amirali.fxdialogs.notifications.SimplePopupNotification
-
initial SimplePopupNotification
- SoProud - Enum constant in enum class com.amirali.fxdialogs.Sounds
- Sounds - Enum Class in com.amirali.fxdialogs
- SplashScreen - Class in com.amirali.fxdialogs
- SplashScreen(SplashScreen.Builder) - Constructor for class com.amirali.fxdialogs.SplashScreen
- SplashScreen.Builder - Class in com.amirali.fxdialogs
-
SplashScreen builder
- SplashScreenCallBack - Interface in com.amirali.fxdialogs
- Succeeded - Enum constant in enum class com.amirali.fxdialogs.Sounds
- SwiftGesture - Enum constant in enum class com.amirali.fxdialogs.Sounds
- SystemFault - Enum constant in enum class com.amirali.fxdialogs.Sounds
All Classes and Interfaces|All Packages|Constant Field Values