Uses of Interface
org.crsh.text.Screenable

Packages that use Screenable
org.crsh.command   
org.crsh.console   
org.crsh.lang.impl.groovy.closure   
org.crsh.shell   
org.crsh.shell.impl.command   
org.crsh.shell.impl.command.pipeline   
org.crsh.shell.impl.remoting   
org.crsh.ssh.term.inline   
org.crsh.telnet.term   
org.crsh.telnet.term.console   
org.crsh.telnet.term.processor   
org.crsh.text   
 

Uses of Screenable in org.crsh.command
 

Subinterfaces of Screenable in org.crsh.command
 interface CommandContext<P>
          The command context provides the services for invoking a command.
 interface InvocationContext<P>
           
 

Uses of Screenable in org.crsh.console
 

Classes in org.crsh.console that implement Screenable
(package private)  class ProcessHandler
          A process execution state machine.
 

Methods in org.crsh.console that return Screenable
 Screenable ProcessHandler.append(char c)
           
 Screenable ProcessHandler.append(CharSequence s)
           
 Screenable ProcessHandler.append(CharSequence csq, int start, int end)
           
 Screenable ProcessHandler.append(Style style)
           
 Screenable ProcessHandler.cls()
           
 

Uses of Screenable in org.crsh.lang.impl.groovy.closure
 

Classes in org.crsh.lang.impl.groovy.closure that implement Screenable
(package private)  class PipeLineInvocationContext
           
 

Methods in org.crsh.lang.impl.groovy.closure that return Screenable
 Screenable PipeLineInvocationContext.append(CharSequence s)
           
 Screenable PipeLineInvocationContext.append(Style style)
           
 Screenable PipeLineInvocationContext.cls()
           
 

Uses of Screenable in org.crsh.shell
 

Subinterfaces of Screenable in org.crsh.shell
 interface InteractionContext
          The interaction context extends the screen context and provides interaction with the client.
 interface ShellProcessContext
          The context provided when a ShellProcess is executed.
 

Uses of Screenable in org.crsh.shell.impl.command
 

Classes in org.crsh.shell.impl.command that implement Screenable
 class AbstractInvocationContext<P>
           
(package private)  class CRaSHProcessContext
           
 class InvocationContextImpl<P>
           
 

Methods in org.crsh.shell.impl.command that return Screenable
 Screenable CRaSHProcessContext.append(char c)
           
 Screenable InvocationContextImpl.append(char c)
           
 Screenable CRaSHProcessContext.append(CharSequence s)
           
 Screenable InvocationContextImpl.append(CharSequence s)
           
 Screenable CRaSHProcessContext.append(CharSequence csq, int start, int end)
           
 Screenable InvocationContextImpl.append(CharSequence csq, int start, int end)
           
 Screenable CRaSHProcessContext.append(Style style)
           
 Screenable InvocationContextImpl.append(Style style)
           
 Screenable CRaSHProcessContext.cls()
           
 Screenable InvocationContextImpl.cls()
           
 

Uses of Screenable in org.crsh.shell.impl.command.pipeline
 

Classes in org.crsh.shell.impl.command.pipeline that implement Screenable
(package private)  class CommandInvokerAdapter<C,P,CONSUMER extends CommandContext<? super P>>
           
 

Methods in org.crsh.shell.impl.command.pipeline that return Screenable
 Screenable CommandInvokerAdapter.append(Style style)
           
 Screenable CommandInvokerAdapter.cls()
           
 

Uses of Screenable in org.crsh.shell.impl.remoting
 

Classes in org.crsh.shell.impl.remoting that implement Screenable
(package private)  class ClientProcessContext
           
 

Methods in org.crsh.shell.impl.remoting that return Screenable
 Screenable ClientProcessContext.append(char c)
           
 Screenable ClientProcessContext.append(CharSequence s)
           
 Screenable ClientProcessContext.append(CharSequence csq, int start, int end)
           
 Screenable ClientProcessContext.append(Style style)
           
 Screenable ClientProcessContext.cls()
           
 

Uses of Screenable in org.crsh.ssh.term.inline
 

Classes in org.crsh.ssh.term.inline that implement Screenable
 class SSHInlineShellProcessContext
          ShellProcessContext for SSH inline commands
 

Methods in org.crsh.ssh.term.inline that return Screenable
 Screenable SSHInlineShellProcessContext.append(Style style)
           
 Screenable SSHInlineShellProcessContext.cls()
           
 

Uses of Screenable in org.crsh.telnet.term
 

Subinterfaces of Screenable in org.crsh.telnet.term
 interface Term
           
 

Uses of Screenable in org.crsh.telnet.term.console
 

Classes in org.crsh.telnet.term.console that implement Screenable
 class ConsoleTerm
          Implements the interface.
 

Methods in org.crsh.telnet.term.console that return Screenable
 Screenable ConsoleTerm.append(CharSequence s)
           
 Screenable ConsoleTerm.append(Style style)
           
 Screenable ConsoleTerm.cls()
           
 

Uses of Screenable in org.crsh.telnet.term.processor
 

Classes in org.crsh.telnet.term.processor that implement Screenable
(package private)  class ProcessContext
           
 class Processor
           
 

Methods in org.crsh.telnet.term.processor that return Screenable
 Screenable ProcessContext.append(Style style)
           
 Screenable Processor.append(Style style)
           
 Screenable ProcessContext.cls()
           
 Screenable Processor.cls()
           
 

Uses of Screenable in org.crsh.text
 

Subinterfaces of Screenable in org.crsh.text
 interface ScreenContext
          The screen context extends the Screenable and add information about the screen.
 

Classes in org.crsh.text that implement Screenable
 class RenderAppendable
           
 class RenderWriter
           
 class ScreenBuffer
           
 class VirtualScreen
          A virtual screen that can be scrolled.
 

Methods in org.crsh.text that return Screenable
 Screenable RenderAppendable.append(char c)
           
 Screenable VirtualScreen.append(char c)
           
 Screenable VirtualScreen.append(CharSequence s)
           
 Screenable RenderAppendable.append(CharSequence csq, int start, int end)
           
 Screenable VirtualScreen.append(CharSequence csq, int start, int end)
           
 Screenable RenderAppendable.append(Style style)
           
 Screenable RenderWriter.append(Style style)
           
 Screenable Screenable.append(Style style)
           
 Screenable VirtualScreen.append(Style style)
           
 Screenable RenderAppendable.cls()
           
 Screenable RenderWriter.cls()
           
 Screenable Screenable.cls()
           
 Screenable VirtualScreen.cls()
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.