Uses of Class
io.guise.framework.component.AbstractDialogFrame
-
Packages that use AbstractDialogFrame Package Description io.guise.framework.component -
-
Uses of AbstractDialogFrame in io.guise.framework.component
Subclasses of AbstractDialogFrame in io.guise.framework.component Modifier and Type Class Description class
AbstractOptionDialogFrame<O>
Abstract implementation of a frame for communication of an option.class
CalendarDialogFrame
A dialog frame meant for accepting entry of a date.class
DefaultDialogFrame<V>
Default implementation of a frame meant for communication of a value.class
MessageOptionDialogFrame
An option dialog frame displaying a message.class
NotificationOptionDialogFrame
Default implementation of a frame for communication of an option such as "OK" or "Cancel".
-