Uses of Class
ca.phon.ui.toast.Toast
-
Uses of Toast in ca.phon.ui.toast
Modifier and TypeMethodDescriptionstatic Toast
Make a new toast with default options and given message.Modifier 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.ModifierConstructorDescriptionToastTask
(Toast toast, JComponent parent, int x, int y) ToastTask
(Toast toast, JComponent parent, Point p)