Uses of Interface
org.springframework.shell.component.support.Nameable
Packages that use Nameable
-
Uses of Nameable in org.springframework.shell.component
Classes in org.springframework.shell.component with type parameters of type NameableModifier and TypeClassDescriptionclass
MultiItemSelector<T,
I extends Nameable & Matchable & Enableable & Selectable & Itemable<T>> Component able to pick multiple items.static interface
MultiItemSelector.MultiItemSelectorContext<T,
I extends Nameable & Matchable & Itemable<T>> ContextMultiItemSelector
.class
SingleItemSelector<T,
I extends Nameable & Matchable & Enableable & Selectable & Itemable<T>> Component able to pick single item.static interface
SingleItemSelector.SingleItemSelectorContext<T,
I extends Nameable & Matchable & Itemable<T>> ContextSingleItemSelector
.Classes in org.springframework.shell.component that implement NameableModifier and TypeClassDescriptionstatic class
Domain class for path view item.Methods in org.springframework.shell.component with type parameters of type NameableModifier and TypeMethodDescriptionstatic <T,
I extends Nameable & Matchable & Itemable<T>>
MultiItemSelector.MultiItemSelectorContext<T,I> MultiItemSelector.MultiItemSelectorContext.empty()
Creates an emptyMultiItemSelector.MultiItemSelectorContext
.static <T,
I extends Nameable & Matchable & Itemable<T>>
MultiItemSelector.MultiItemSelectorContext<T,I> Creates anMultiItemSelector.MultiItemSelectorContext
.static <C,
I extends Nameable & Matchable & Itemable<C>>
SingleItemSelector.SingleItemSelectorContext<C,I> SingleItemSelector.SingleItemSelectorContext.empty()
Creates an emptySingleItemSelector.SingleItemSelectorContext
.static <C,
I extends Nameable & Matchable & Itemable<C>>
SingleItemSelector.SingleItemSelectorContext<C,I> Creates aSingleItemSelector.SingleItemSelectorContext
. -
Uses of Nameable in org.springframework.shell.component.support
Classes in org.springframework.shell.component.support with type parameters of type NameableModifier and TypeClassDescriptionclass
AbstractSelectorComponent<T,
C extends AbstractSelectorComponent.SelectorComponentContext<T, I, C>, I extends Nameable & Matchable & Enableable & Selectable & Itemable<T>> Base component for selectors which provide selectable lists.protected static class
AbstractSelectorComponent.BaseSelectorComponentContext<T,
I extends Nameable & Matchable & Itemable<T>, C extends AbstractSelectorComponent.SelectorComponentContext<T, I, C>> Base implementation of aAbstractSelectorComponent.SelectorComponentContext
.static interface
AbstractSelectorComponent.SelectorComponentContext<T,
I extends Nameable & Matchable & Itemable<T>, C extends AbstractSelectorComponent.SelectorComponentContext<T, I, C>> Context interface on a selector component sharing content.interface
SelectorList<T extends Nameable>
static class
SelectorList.BaseProjectionItem<T extends Nameable>
static class
SelectorList.DefaultSelectorList<T extends Nameable>
Subinterfaces of Nameable in org.springframework.shell.component.supportClasses in org.springframework.shell.component.support that implement NameableModifier and TypeClassDescriptionstatic class
static class
SelectorList.BaseProjectionItem<T extends Nameable>
Methods in org.springframework.shell.component.support with type parameters of type NameableModifier and TypeMethodDescriptionstatic <T,
I extends Nameable & Matchable & Itemable<T>, C extends AbstractSelectorComponent.SelectorComponentContext<T, I, C>>
AbstractSelectorComponent.SelectorComponentContext<T,I, C> AbstractSelectorComponent.SelectorComponentContext.empty()
Creates an emptyAbstractSelectorComponent.SelectorComponentContext
.static <T extends Nameable>
SelectorList<T>SelectorList.of
(int max)