Interface DialogFrame<V>

Type Parameters:
V - The value to be communicated.
All Superinterfaces:
Component, CompositeComponent, ContentComponent, Control, DepictedObject, Displayable, Enableable, Frame, InfoModel, InputFocusableComponent, InputFocusGroupComponent, LabelModel, ModalComponent<Frame.Mode>, Model, com.globalmentor.model.MutableValued<V>, PresentationModel, com.globalmentor.beans.PropertyBindable, com.globalmentor.beans.PropertyConstrainable, ValueControl<V>, com.globalmentor.model.Valued<V>, ValuedComponent<V>, ValueModel<V>
All Known Subinterfaces:
OptionDialogFrame<O>
All Known Implementing Classes:
AbstractDialogFrame, AbstractOptionDialogFrame, CalendarDialogFrame, DefaultDialogFrame, MessageOptionDialogFrame, NotificationOptionDialogFrame

public interface DialogFrame<V> extends Frame, ValueControl<V>
A frame for communication of a value. A dialog frame by default is modal and movable but not resizable.
Author:
Garret Wilson