クラス AbstractTextComponent<T,C extends AbstractTextComponent.TextComponentContext <T,C>>

java.lang.ObjectSE
org.springframework.shell.component.support.AbstractComponent<C>
org.springframework.shell.component.support.AbstractTextComponent<T,C>
実装されているすべてのインターフェース:
org.springframework.beans.factory.Awareorg.springframework.context.ResourceLoaderAware
既知の直属サブクラス
ConfirmationInputPathInputPathSearchStringInput

public abstract class AbstractTextComponent<T,C extends AbstractTextComponent.TextComponentContext<T,C>> extends AbstractComponent<C>
単純なテキスト入力で動作するコンポーネントの基本クラス。
  • コンストラクターの詳細

    • AbstractTextComponent

      public AbstractTextComponent(org.jline.terminal.Terminal terminal)
    • AbstractTextComponent

      public AbstractTextComponent(org.jline.terminal.Terminal terminal, StringSE name)
    • AbstractTextComponent

      public AbstractTextComponent(org.jline.terminal.Terminal terminal, StringSE name, FunctionSE<C,ListSE<org.jline.utils.AttributedString>> renderer)
  • メソッドの詳細