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 ToastMake a new toast with default options and given message.Methods in ca.phon.ui.toast with parameters of type ToastModifier and TypeMethodDescriptionvoidToastListener.clink(Toast toast, MouseEvent event) Called when the Toast window is clicked.voidToastListener.finishedToast(Toast toast, Popup popup) Called when the Toast window is closed.voidToastListener.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)