Uses of Class
ca.phon.ui.toast.Toast
Packages that use Toast
-
Uses of Toast in ca.phon.ui.toast
Methods in ca.phon.ui.toast that return ToastModifier and TypeMethodDescriptionstatic Toast
Make a new toast with default options and given message.Methods in ca.phon.ui.toast with parameters of type ToastModifier and TypeMethodDescriptionvoid
ToastListener.clink
(Toast toast, MouseEvent event) Called when the Toast window is clicked.void
ToastListener.finishedToast
(Toast toast, Popup popup) Called when the Toast window is closed.void
ToastListener.startedToast
(Toast toast, Popup window) Called when the Toast window is displayed.Constructors in ca.phon.ui.toast with parameters of type ToastModifierConstructorDescriptionToastTask
(Toast toast, JComponent parent, int x, int y) ToastTask
(Toast toast, JComponent parent, Point p)