インターフェースの使用
org.springframework.shell.jline.tui.component.PathInput.PathInputContext
PathInput.PathInputContext を使用するパッケージ
パッケージ
説明
org.springframework.shell.jline.tui.component 内の PathInput.PathInputContext 使用
修飾子と型メソッド説明static PathInput.PathInputContextPathInput.PathInputContext.empty()空のPathInput.PathInputContextを取得します。PathInput.getThisContext(@Nullable ComponentContext<?> context) 型 PathInput.PathInputContext のパラメーターを持つ org.springframework.shell.jline.tui.component のメソッド修飾子と型メソッド説明protected booleanPathInput.read(org.jline.keymap.BindingReader bindingReader, org.jline.keymap.KeyMap<StringSE> keyMap, PathInput.PathInputContext context) 型 PathInput.PathInputContext の型引数を持つ org.springframework.shell.jline.tui.component のコンストラクターパラメーター修飾子コンストラクター説明PathInput(org.jline.terminal.Terminal terminal, @Nullable StringSE name, @Nullable FunctionSE<PathInput.PathInputContext, ListSE<org.jline.utils.AttributedString>> renderer) org.springframework.shell.jline.tui.component.flow 内の PathInput.PathInputContext 使用
型 PathInput.PathInputContext の引数を持つ型を返す org.springframework.shell.jline.tui.component.flow のメソッド修飾子と型メソッド説明@Nullable FunctionSE<PathInput.PathInputContext,StringSE> BasePathInput.getNext()BasePathInput.getPostHandlers()BasePathInput.getPreHandlers()@Nullable FunctionSE<PathInput.PathInputContext,ListSE<org.jline.utils.AttributedString>> BasePathInput.getRenderer()型 PathInput.PathInputContext の型引数を持つ org.springframework.shell.jline.tui.component.flow のメソッドパラメーター修飾子と型メソッド説明BasePathInput.next(FunctionSE<PathInput.PathInputContext, StringSE> next) PathInputSpec.next(FunctionSE<PathInput.PathInputContext, StringSE> next) 次のコンポーネントの ID を返す関数を定義します。BasePathInput.postHandler(ConsumerSE<PathInput.PathInputContext> handler) PathInputSpec.postHandler(ConsumerSE<PathInput.PathInputContext> handler) 実行後のコンテキストハンドラーを追加します。BasePathInput.preHandler(ConsumerSE<PathInput.PathInputContext> handler) PathInputSpec.preHandler(ConsumerSE<PathInput.PathInputContext> handler) 実行前のコンテキストハンドラーを追加します。BasePathInput.renderer(FunctionSE<PathInput.PathInputContext, ListSE<org.jline.utils.AttributedString>> renderer) PathInputSpec.renderer(FunctionSE<PathInput.PathInputContext, ListSE<org.jline.utils.AttributedString>> renderer) レンダラー関数を設定します。