Uses of Interface
org.crsh.text.ScreenContext

Packages that use ScreenContext
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.command.spi   
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 ScreenContext in org.crsh.command
 

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

Uses of ScreenContext in org.crsh.console
 

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

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

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

Uses of ScreenContext in org.crsh.shell
 

Subinterfaces of ScreenContext 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 ScreenContext in org.crsh.shell.impl.command
 

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

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

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

Fields in org.crsh.shell.impl.command.pipeline declared as ScreenContext
private  ScreenContext CommandInvokerAdapter.screenContext
          .
 

Uses of ScreenContext in org.crsh.shell.impl.command.spi
 

Methods in org.crsh.shell.impl.command.spi that return ScreenContext
 ScreenContext CommandInvoker.getScreenContext()
          Provide an opportunity for the command to implement screen context.
 

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

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

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

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

Uses of ScreenContext in org.crsh.telnet.term
 

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

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

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

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

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

Uses of ScreenContext in org.crsh.text
 

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

Fields in org.crsh.text declared as ScreenContext
private  ScreenContext RenderAppendable.context
          .
(package private)  ScreenContext RenderWriter.out
          .
private  ScreenContext ScreenBuffer.out
          Where we flush.
private  ScreenContext VirtualScreen.out
          .
 

Constructors in org.crsh.text with parameters of type ScreenContext
RenderAppendable(ScreenContext context)
           
RenderPrintWriter(ScreenContext out)
           
RenderPrintWriter(ScreenContext out, Closeable closeable)
           
RenderWriter(ScreenContext out)
           
RenderWriter(ScreenContext out, Closeable closeable)
           
ScreenBuffer(ScreenContext out)
           
ScreenContextConsumer(ScreenContext out)
           
VirtualScreen(ScreenContext out)
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.