Uses of Class
net.datenwerke.rs.terminal.service.terminal.obj.AutocompleteResult
Packages that use AutocompleteResult
Package
Description
-
Uses of AutocompleteResult in net.datenwerke.rs.terminal.service.terminal
Methods in net.datenwerke.rs.terminal.service.terminal that return AutocompleteResultModifier and TypeMethodDescriptionTerminalSession.autocomplete(String command, int cursorPosition) TerminalSession.autocomplete(String command, int cursorPosition, boolean forceResult) -
Uses of AutocompleteResult in net.datenwerke.rs.terminal.service.terminal.helpers
Methods in net.datenwerke.rs.terminal.service.terminal.helpers that return AutocompleteResult -
Uses of AutocompleteResult in net.datenwerke.rs.terminal.service.terminal.hijacker.data
Methods in net.datenwerke.rs.terminal.service.terminal.hijacker.data that return AutocompleteResultModifier and TypeMethodDescriptionSplitTableResultHijacker.autocomplete(TerminalSession terminalSession, String command, int cursorPosition, boolean forceResult) -
Uses of AutocompleteResult in net.datenwerke.rs.terminal.service.terminal.hooks
Methods in net.datenwerke.rs.terminal.service.terminal.hooks that return AutocompleteResultModifier and TypeMethodDescriptionTerminalSessionHijackHook.autocomplete(TerminalSession terminalSession, String command, int cursorPosition, boolean forceResult)