Uses of Class
io.guise.framework.component.AbstractMultipleCompositeComponent
Packages that use AbstractMultipleCompositeComponent
-
Uses of AbstractMultipleCompositeComponent in io.guise.framework.component
Subclasses of AbstractMultipleCompositeComponent in io.guise.framework.componentModifier and TypeClassDescriptionclass
Panel to display information about an object such as the application.class
Abstract implementation of an application frame.class
Abstract implementation of a composite component that keeps track of its child components at specific indices in an array.class
An abstract base class for boxes.class
An abstract panel with a card layout.class
A composite component that represents the state of its child components.class
An abstract implementation of a composite control that represents the state of its child components.class
Abstract implementation of a container component.class
An abstract implementation of a container that is also a control.class
An abstract implementation of a container that is also a value control.class
Abstract implementation of a frame meant for communication of a value.class
AbstractEditComponentTextControl<EC extends Component>
Control that allows some component text property to be edited in-place.class
An abstract panel that edits a value.class
AbstractEnumCompositeComponent<E extends Enum<E>>
Abstract implementation of a composite component that keeps track of its child components at specific indices in an array.class
Abstract implementation of a frame for flyovers.class
Abstract implementation of a frame.class
Abstract implementation of a layout component.class
An abstract implementation of a layout component that is also a control.class
An abstract implementation of a layout component that is also a value control.class
Abstract implementation of a composite component that keeps track of its child components in sequence.class
An abstract list select control that is also a container.class
Abstract implementation of a control to allow selection by the user of a value from a list.class
An abstract menu component.class
Abstract implementation of a modal frame.class
Abstract implementation of a modal navigation panel.class
Abstract implementation of a frame for communication of an option.class
An abstract base class for panels.class
Abstract base class for a panel that allows progression in a sequence.class
An abstract panel that represents a value.class
A menu that collapses its children's children between its children, like an accordion.class
A panel that semantically demarcates an area that arranges other components.class
A panel displaying a navigation path as a series of breadcrumb links for the path segments.class
A list select control that uses child components to show the list items.class
The default panel used to indicate Guise busy status.class
Control that allows selection of a date.class
A dialog frame meant for accepting entry of a date.class
A panel with a card layout.class
Convenience tab control that automatically controls the selected card of a card control.class
Control that allows selection of a date and/or a time, providing separate inputs for date and time with the option of a calendar popup.class
Control that allows selection of a date and/or a time, providing separate inputs for date/time fields with the option of a calendar popup.class
Default implementation of an application frame with no default component.class
Default implementation of a frame meant for communication of a value.class
Default implementation of a flyover frame with default layout panel.class
Default implementation of a nonmodal frame with default layout panel.class
Default implementation of a modal frame with a default layout panel.class
Default implementation of a panel that represents a point of modal navigation with default region layout.class
A menu that drops its children down from the top or over to the side.class
Control that allows a component's label to be edited in-place.class
Control that allows a text component's text to be edited in-place.class
A panel for grouping multiple components with a default page flow layout.class
A general panel with a default page flow layout.class
ListControl<V>
Control to allow selection of one or more values from a list.class
An option dialog frame displaying a message.class
A panel displaying a navigation path as a series of breadcrumb links for the path segments.class
Default implementation of a frame for communication of an option such as "OK" or "Cancel".class
Panel to gather password authentication information and optionally verify the password.class
Panel to browse platform files and upload them to the specified destination.class
A control that allows the user to scroll its contents The control's contents are specified usingScrollControl.setContent(Component)
.class
A panel that demarcates a semantically significant area of the a parent component with arranged child components.class
A card panel representing a sequence of cards.class
A spinner control.class
A tabbed panel with a card layout.class
A container showing its children as tabs.class
TabControl<V>
Control to allow selection of one or more values from a list using a tabbed interface.class
A table component.class
A box containing text.class
A panel that holds components used as tools.class
A tree control. -
Uses of AbstractMultipleCompositeComponent in io.guise.framework.component.text.directory.vcard